Pepper_31_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_Point |
struct | PP_FloatPoint |
Functions | |
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_Point, 8) | |
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_FloatPoint, 8) | |
PP_INLINE struct PP_Point | PP_MakePoint (int32_t x, int32_t y) |
PP_INLINE struct PP_FloatPoint | PP_MakeFloatPoint (float x, float y) |
This file defines the API to create a 2 dimensional point. 0,0 is the upper-left starting coordinate.
Definition in file pp_point.h.