fb8432b6d0d1c19d09e75260097722d250062424
[platform/framework/web/crosswalk.git] / src / native_client_sdk / doc_generated / pepper_dev / c / struct_p_p___point.html
1 {{+bindTo:partials.standard_nacl_article}}
2 <h1>PP_Point Struct Reference</h1>
3 <div>
4 <!-- Generated by Doxygen 1.7.6.1 -->
5
6
7 </div>
8 <!--header-->
9 <div class="contents">
10 <!-- doxytag: class="PP_Point" --><h2>
11 Data Fields</h2><table class="memberdecls">
12
13 <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>
14 <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>
15 </table>
16 <hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
17 <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>
18 </div><hr /><h2>Field Documentation</h2>
19 <a class="anchor" id="a563cc77d7d3154cbb60bc95f0607a5e4"></a><!-- doxytag: member="PP_Point::x" ref="a563cc77d7d3154cbb60bc95f0607a5e4" args="" -->
20 <div class="memitem">
21 <div class="memproto">
22 <table class="memname">
23 <tr>
24 <td class="memname">int32_t <a class="el" href="struct_p_p___point.html#a563cc77d7d3154cbb60bc95f0607a5e4">PP_Point::x</a></td>
25 </tr>
26 </table>
27 </div>
28 <div class="memdoc">
29 <p>This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate. </p>
30 </div>
31 </div>
32 <a class="anchor" id="a93087f8866bb309f9d69e1ae5d40e852"></a><!-- doxytag: member="PP_Point::y" ref="a93087f8866bb309f9d69e1ae5d40e852" args="" -->
33 <div class="memitem">
34 <div class="memproto">
35 <table class="memname">
36 <tr>
37 <td class="memname">int32_t <a class="el" href="struct_p_p___point.html#a93087f8866bb309f9d69e1ae5d40e852">PP_Point::y</a></td>
38 </tr>
39 </table>
40 </div>
41 <div class="memdoc">
42 <p>This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate. </p>
43 </div>
44 </div>
45 <hr />The documentation for this struct was generated from the following file:<ul>
46 <li><a class="el" href="pp__point_8h.html">pp_point.h</a></li>
47 </ul>
48 </div><!-- contents -->
49 {{/partials.standard_nacl_article}}