pp_rect.h File Reference
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... |
Functions
struct PP_Rect | PP_MakeRectFromXYWH (int32_t x, int32_t y, int32_t w, int32_t h) |
Variables
PP_Rect |
Detailed Description
This file defines the APIs for creating a 2 dimensional rectangle.