|
Pepper_47_C++_interfaces
|


Go to the source code of this file.
Classes | |
| class | pp::Rect |
| class | pp::FloatRect |
Namespaces | |
| pp | |
| The C++ interface to the Pepper API. | |
Functions | |
| bool | operator== (const pp::Rect &lhs, const pp::Rect &rhs) |
| bool | operator!= (const pp::Rect &lhs, const pp::Rect &rhs) |
| bool | operator== (const pp::FloatRect &lhs, const pp::FloatRect &rhs) |
| bool | operator!= (const pp::FloatRect &lhs, const pp::FloatRect &rhs) |
This file defines the APIs for creating a 2 dimensional rectangle.
Definition in file rect.h.
|
inline |
This function determines whether the x, y, width, and height values of two rectangles and are equal.
| [in] | lhs | The Rect on the left-hand side of the equation. |
| [in] | rhs | The Rect on the right-hand side of the equation. |
Definition at line 794 of file rect.h.
References pp::Rect::height(), pp::Rect::width(), pp::Rect::x(), and pp::Rect::y().
|
inline |
This function determines whether the x, y, width, and height values of two rectangles and are equal.
| [in] | lhs | The FloatRect on the left-hand side of the equation. |
| [in] | rhs | The FloatRect on the right-hand side of the equation. |
Definition at line 821 of file rect.h.
References pp::FloatRect::height(), pp::FloatRect::width(), pp::FloatRect::x(), and pp::FloatRect::y().
1.8.6