blob: 32110b0a5a077cfe14328f6480f8c835c7454de0 [file] [log] [blame]
{{+bindTo:partials.standard_nacl_api}}
<h1>PP_Size Struct Reference</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
<div>
<!-- Generated by Doxygen 1.7.6.1 -->
</div>
<!--header-->
<div class="contents">
<!-- doxytag: class="PP_Size" --><h2>
Data Fields</h2><table class="memberdecls">
<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>
<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>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<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>
</div><hr /><h2>Field Documentation</h2>
<a class="anchor" id="ae6eec60ae0ac7e860744eaf0fbab8690"></a><!-- doxytag: member="PP_Size::height" ref="ae6eec60ae0ac7e860744eaf0fbab8690" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int32_t <a class="el" href="struct_p_p___size.html#ae6eec60ae0ac7e860744eaf0fbab8690">PP_Size::height</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the height of the rectangle. </p>
</div>
</div>
<a class="anchor" id="ae90a3149307a54902cd3a146592353cd"></a><!-- doxytag: member="PP_Size::width" ref="ae90a3149307a54902cd3a146592353cd" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int32_t <a class="el" href="struct_p_p___size.html#ae90a3149307a54902cd3a146592353cd">PP_Size::width</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the width of the rectangle. </p>
</div>
</div>
<hr />The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="pp__size_8h.html">pp_size.h</a></li>
</ul>
</div><!-- contents -->
</div>
{{/partials.standard_nacl_api}}