Include dependency graph for pp_rect.h:
Data Structures
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... |
Functions
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) |
Variables
Detailed Description
This file defines the APIs for creating a 2 dimensional rectangle.