Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / doc_generated / pepper_stable / c / struct_p_p___point.html
1 {{+bindTo:partials.standard_nacl_article}}
2 <h1>PP_Point 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_Point" --><h2>
13 Data 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___point.html#a563cc77d7d3154cbb60bc95f0607a5e4">x</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___point.html#a93087f8866bb309f9d69e1ae5d40e852">y</a></td></tr>
17 </table>
18 <hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
19 <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>
20 </div><hr /><h2>Field Documentation</h2>
21 <a class="anchor" id="a563cc77d7d3154cbb60bc95f0607a5e4"></a><!-- doxytag: member="PP_Point::x" ref="a563cc77d7d3154cbb60bc95f0607a5e4" 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___point.html#a563cc77d7d3154cbb60bc95f0607a5e4">PP_Point::x</a></td>
27 </tr>
28 </table>
29 </div>
30 <div class="memdoc">
31 <p>This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate. </p>
32 </div>
33 </div>
34 <a class="anchor" id="a93087f8866bb309f9d69e1ae5d40e852"></a><!-- doxytag: member="PP_Point::y" ref="a93087f8866bb309f9d69e1ae5d40e852" 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___point.html#a93087f8866bb309f9d69e1ae5d40e852">PP_Point::y</a></td>
40 </tr>
41 </table>
42 </div>
43 <div class="memdoc">
44 <p>This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate. </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__point_8h.html">pp_point.h</a></li>
49 </ul>
50 </div><!-- contents -->
51 </div>
52 {{/partials.standard_nacl_article}}