|
Pepper_31_C++_interfaces
|
#include "ppapi/c/pp_size.h"#include "ppapi/cpp/logging.h"
Go to the source code of this file.
Classes | |
| class | pp::Size |
| A size of an object based on width and height. More... | |
Namespaces | |
| pp | |
| The C++ interface to the Pepper API. | |
Functions | |
| bool | operator== (const pp::Size &lhs, const pp::Size &rhs) |
| bool | operator!= (const pp::Size &lhs, const pp::Size &rhs) |
This file defines the API to create a size based on width and height.
Definition in file size.h.
This function determines whether the width and height values of two sizes are equal.
| [in] | lhs | The Size on the left-hand side of the equation. |
| [in] | rhs | The Size on the right-hand side of the equation. |
Definition at line 158 of file size.h.
References pp::Size::height(), and pp::Size::width().
1.8.6