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

Unified Diff: native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_rect.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_rect.html
diff --git a/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_rect.html b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_rect.html
new file mode 100644
index 0000000000000000000000000000000000000000..3372fab036377f1caf85f8bba44d0ef41a43ddbc
--- /dev/null
+++ b/native_client_sdk/doc_generated/pepper_dev/c/struct_p_p___float_rect.html
@@ -0,0 +1,52 @@
+{{+bindTo:partials.standard_nacl_api}}
+<h1>PP_FloatRect 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_FloatRect" --><h2>
+Data Fields</h2><table class="memberdecls">
+
+<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct_p_p___float_point.html">PP_FloatPoint</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___float_rect.html#a9c1842db72443c25174df94e20a4f07d">point</a></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct_p_p___float_size.html">PP_FloatSize</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___float_rect.html#a29758a6bb4e577fe1f2e79fd46bc2134">size</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___float_rect.html" title="The PP_FloatRect struct contains the size and location of a 2D rectangle.">PP_FloatRect</a></code> struct contains the size and location of a 2D rectangle. </p>
+</div><hr /><h2>Field Documentation</h2>
+<a class="anchor" id="a9c1842db72443c25174df94e20a4f07d"></a><!-- doxytag: member="PP_FloatRect::point" ref="a9c1842db72443c25174df94e20a4f07d" args="" -->
+<div class="memitem">
+<div class="memproto">
+<table class="memname">
+<tr>
+<td class="memname">struct <a class="el" href="struct_p_p___float_point.html">PP_FloatPoint</a> <a class="el" href="struct_p_p___float_rect.html#a9c1842db72443c25174df94e20a4f07d">PP_FloatRect::point</a></td>
+</tr>
+</table>
+</div>
+<div class="memdoc">
+<p>This value represents the x and y coordinates of the upper-left corner of the rectangle. </p>
+</div>
+</div>
+<a class="anchor" id="a29758a6bb4e577fe1f2e79fd46bc2134"></a><!-- doxytag: member="PP_FloatRect::size" ref="a29758a6bb4e577fe1f2e79fd46bc2134" args="" -->
+<div class="memitem">
+<div class="memproto">
+<table class="memname">
+<tr>
+<td class="memname">struct <a class="el" href="struct_p_p___float_size.html">PP_FloatSize</a> <a class="el" href="struct_p_p___float_rect.html#a29758a6bb4e577fe1f2e79fd46bc2134">PP_FloatRect::size</a></td>
+</tr>
+</table>
+</div>
+<div class="memdoc">
+<p>This value represents the width and height 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__rect_8h.html">pp_rect.h</a></li>
+</ul>
+</div><!-- contents -->
+</div>
+{{/partials.standard_nacl_api}}

Powered by Google App Engine
This is Rietveld 408576698