{{+bindTo:partials.standard_nacl_api}}

pp_size.h File Reference

{{- dummy div to appease doxygen -}}
Include dependency graph for pp_size.h:

Data Structures

struct  PP_Size
 The PP_Size struct contains the size of a 2D rectangle. More...
struct  PP_FloatSize
 The PP_FloatSize struct contains the size of a 2D rectangle. More...

Functions

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

Variables

 PP_Size

Detailed Description

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

{{/partials.standard_nacl_api}}