struct_p_p___size.html revision cedac228d2dd51db4b79ea1e72c7f249408ee061
1{{+bindTo:partials.standard_nacl_api}}
2<h1>PP_Size Struct Reference</h1>
3<div id="doxygen-ref">
4{{- dummy div to appease doxygen -}}
5  <div>
6<!-- Generated by Doxygen 1.7.6.1 -->
7
8
9</div>
10<!--header-->
11<div class="contents">
12<!-- doxytag: class="PP_Size" --><h2>
13Data Fields</h2><table class="memberdecls">
14
15<tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___size.html#ae90a3149307a54902cd3a146592353cd">width</a></td></tr>
16<tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___size.html#ae6eec60ae0ac7e860744eaf0fbab8690">height</a></td></tr>
17</table>
18<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
19<div class="textblock"><p>The <code><a class="el" href="struct_p_p___size.html" title="The PP_Size struct contains the size of a 2D rectangle.">PP_Size</a></code> struct contains the size of a 2D rectangle. </p>
20</div><hr /><h2>Field Documentation</h2>
21<a class="anchor" id="ae6eec60ae0ac7e860744eaf0fbab8690"></a><!-- doxytag: member="PP_Size::height" ref="ae6eec60ae0ac7e860744eaf0fbab8690" args="" -->
22<div class="memitem">
23<div class="memproto">
24<table class="memname">
25<tr>
26<td class="memname">int32_t <a class="el" href="struct_p_p___size.html#ae6eec60ae0ac7e860744eaf0fbab8690">PP_Size::height</a></td>
27</tr>
28</table>
29</div>
30<div class="memdoc">
31<p>This value represents the height of the rectangle. </p>
32</div>
33</div>
34<a class="anchor" id="ae90a3149307a54902cd3a146592353cd"></a><!-- doxytag: member="PP_Size::width" ref="ae90a3149307a54902cd3a146592353cd" args="" -->
35<div class="memitem">
36<div class="memproto">
37<table class="memname">
38<tr>
39<td class="memname">int32_t <a class="el" href="struct_p_p___size.html#ae90a3149307a54902cd3a146592353cd">PP_Size::width</a></td>
40</tr>
41</table>
42</div>
43<div class="memdoc">
44<p>This value represents the width of the rectangle. </p>
45</div>
46</div>
47<hr />The documentation for this struct was generated from the following file:<ul>
48<li><a class="el" href="pp__size_8h.html">pp_size.h</a></li>
49</ul>
50</div><!-- contents -->
51</div>
52{{/partials.standard_nacl_api}}
53