Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2032)

Unified Diff: native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_size.html

Issue 332903002: [NaCl SDK] docs: update Pepper API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_size.html
diff --git a/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_point.html b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_size.html
similarity index 50%
copy from native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_point.html
copy to native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_size.html
index e380e999a8b70aa30e28c3235e8596192d9a7d75..f4dc9cb2ea6bb33368c2dc3ff53b14e251e9a220 100644
--- a/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_point.html
+++ b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_size.html
@@ -1,5 +1,5 @@
{{+bindTo:partials.standard_nacl_api}}
-<h1>PP_FloatPoint Struct Reference</h1>
+<h1>PP_FloatSize Struct Reference</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
<div>
@@ -9,41 +9,43 @@
</div>
<!--header-->
<div class="contents">
-<!-- doxytag: class="PP_FloatPoint" --><h2>
+<!-- doxytag: class="PP_FloatSize" --><h2>
Data Fields</h2><table class="memberdecls">
-<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___float_point.html#a40405bdfc98bbc0fe7aa8c065d971947">x</a></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___float_point.html#a9662ff4361457b92ef5bab02b3850521">y</a></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___float_size.html#a5ce55d9b99ea5577c667ef5e7c69bd13">width</a></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___float_size.html#ac4e7e40fe4a5bba88a4aee235c0dce22">height</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___float_point.html" title="The PP_FloatPoint structure defines the floating-point x and y coordinates of a point.">PP_FloatPoint</a> structure defines the floating-point x and y coordinates of a point. </p>
+<div class="textblock"><p>The <code><a class="el" href="struct_p_p___float_size.html" title="The PP_FloatSize struct contains the size of a 2D rectangle.">PP_FloatSize</a></code> struct contains the size of a 2D rectangle. </p>
</div><hr /><h2>Field Documentation</h2>
-<a class="anchor" id="a40405bdfc98bbc0fe7aa8c065d971947"></a><!-- doxytag: member="PP_FloatPoint::x" ref="a40405bdfc98bbc0fe7aa8c065d971947" args="" -->
+<a class="anchor" id="ac4e7e40fe4a5bba88a4aee235c0dce22"></a><!-- doxytag: member="PP_FloatSize::height" ref="ac4e7e40fe4a5bba88a4aee235c0dce22" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
-<td class="memname">float <a class="el" href="struct_p_p___float_point.html#a40405bdfc98bbc0fe7aa8c065d971947">PP_FloatPoint::x</a></td>
+<td class="memname">float <a class="el" href="struct_p_p___float_size.html#ac4e7e40fe4a5bba88a4aee235c0dce22">PP_FloatSize::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="a9662ff4361457b92ef5bab02b3850521"></a><!-- doxytag: member="PP_FloatPoint::y" ref="a9662ff4361457b92ef5bab02b3850521" args="" -->
+<a class="anchor" id="a5ce55d9b99ea5577c667ef5e7c69bd13"></a><!-- doxytag: member="PP_FloatSize::width" ref="a5ce55d9b99ea5577c667ef5e7c69bd13" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
-<td class="memname">float <a class="el" href="struct_p_p___float_point.html#a9662ff4361457b92ef5bab02b3850521">PP_FloatPoint::y</a></td>
+<td class="memname">float <a class="el" href="struct_p_p___float_size.html#a5ce55d9b99ea5577c667ef5e7c69bd13">PP_FloatSize::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__point_8h.html">pp_point.h</a></li>
+<li><a class="el" href="pp__size_8h.html">pp_size.h</a></li>
</ul>
</div><!-- contents -->
</div>

Powered by Google App Engine
This is Rietveld 408576698