Pepper_47_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:
This graph shows which files directly or indirectly include this file:

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.

Definition in file pp_rect.h.