Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
pp_rect.h File Reference

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)
 

Detailed Description

This file defines the APIs for creating a 2 dimensional rectangle.