|
Pepper_42_C_interfaces
|
#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_stdint.h"
Go to the source code of this file.
Classes | |
| struct | PP_Size |
| struct | PP_FloatSize |
Functions | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_Size, 8) | |
| PP_INLINE struct PP_Size | PP_MakeSize (int32_t w, int32_t h) |
| PP_INLINE struct PP_FloatSize | PP_MakeFloatSize (float w, float h) |
This file defines the width and height of a 2D rectangle.
Definition in file pp_size.h.
1.8.6