| Pepper_47_C_interfaces
    | 
#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_point.h"#include "ppapi/c/pp_size.h"#include "ppapi/c/pp_stdint.h"

Go to the source code of this file.
| Classes | |
| struct | PP_Rect | 
| struct | PP_FloatRect | 
| Functions | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_Rect, 16) | |
| PP_INLINE struct PP_Rect | PP_MakeRectFromXYWH (int32_t x, int32_t y, int32_t w, int32_t h) | 
| PP_INLINE struct PP_FloatRect | PP_MakeFloatRectFromXYWH (float x, float y, float w, float h) | 
This file defines the APIs for creating a 2 dimensional rectangle.
Definition in file pp_rect.h.
 1.8.6
 1.8.6