Pepper_31_C_interfaces
Classes | Functions
pp_rect.h File Reference
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for pp_rect.h:

Go to the source code of this file.

Classes

struct  PP_Rect
 

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)
 

Detailed Description

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

Definition in file pp_rect.h.