blob: 4328e1152958bb48a5221de831990e6d48de74bb [file] [log] [blame]
{{+bindTo:partials.standard_nacl_api}}
<h1>PP_Point 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_Point" --><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___point.html#a563cc77d7d3154cbb60bc95f0607a5e4">x</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___point.html#a93087f8866bb309f9d69e1ae5d40e852">y</a></td></tr>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="struct_p_p___point.html" title="The PP_Point structure defines the integer x and y coordinates of a point.">PP_Point</a> structure defines the integer x and y coordinates of a point. </p>
</div><hr /><h2>Field Documentation</h2>
<a class="anchor" id="a563cc77d7d3154cbb60bc95f0607a5e4"></a><!-- doxytag: member="PP_Point::x" ref="a563cc77d7d3154cbb60bc95f0607a5e4" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int32_t <a class="el" href="struct_p_p___point.html#a563cc77d7d3154cbb60bc95f0607a5e4">PP_Point::x</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate. </p>
</div>
</div>
<a class="anchor" id="a93087f8866bb309f9d69e1ae5d40e852"></a><!-- doxytag: member="PP_Point::y" ref="a93087f8866bb309f9d69e1ae5d40e852" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int32_t <a class="el" href="struct_p_p___point.html#a93087f8866bb309f9d69e1ae5d40e852">PP_Point::y</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate. </p>
</div>
</div>
<hr />The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="pp__point_8h.html">pp_point.h</a></li>
</ul>
</div><!-- contents -->
</div>
{{/partials.standard_nacl_api}}