{{+bindTo:partials.standard_nacl_api}}
struct | PP_Rect |
The PP_Rect struct contains the size and location of a 2D rectangle. More... | |
struct | PP_FloatRect |
The PP_FloatRect struct contains the size and location of a 2D rectangle. More... |
struct PP_Rect | PP_MakeRectFromXYWH (int32_t x, int32_t y, int32_t w, int32_t h) |
struct PP_FloatRect | PP_MakeFloatRectFromXYWH (float x, float y, float w, float h) |
PP_Rect |
This file defines the APIs for creating a 2 dimensional rectangle.