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

Go to the source code of this file.

Classes

struct  PP_Size
 
struct  PP_FloatSize
 

Functions

 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_Size, 8)
 
PP_INLINE struct PP_Size PP_MakeSize (int32_t w, int32_t h)
 
PP_INLINE struct PP_FloatSize PP_MakeFloatSize (float w, float h)
 

Detailed Description

This file defines the width and height of a 2D rectangle.

Definition in file pp_size.h.