{{+bindTo:partials.standard_nacl_api}}
class | pp::Rect |
A 2 dimensional rectangle. More... | |
class | pp::FloatRect |
A 2 dimensional rectangle. More... |
namespace | pp |
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.
This function determines whether two Rects are not 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. |
bool operator!= | ( | const pp::FloatRect & | lhs, |
const pp::FloatRect & | rhs | ||
) | [inline] |
This function determines whether two Rects are not 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. |
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. |
bool operator== | ( | const pp::FloatRect & | lhs, |
const pp::FloatRect & | rhs | ||
) | [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. |