Pepper_47_C_interfaces
Classes | Functions
pp_point.h File Reference
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for pp_point.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.