aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/SkIRect_Reference.md
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-06-27 11:00:21 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-27 15:47:45 +0000
commit224c700a1fb0b7f6abd85a9729d29cbbdf5872dd (patch)
tree7d480bf6340a28bf71c89a8b837c9f022f75ca3f /site/user/api/SkIRect_Reference.md
parenta1ac841b1a367c6b319b90ec04911e7e4cd9ad93 (diff)
sync docs up with tip of tree
Also check in work in progress for blend modes, round rects, and a placeholder for pictures. One minor include change to add a parameter name for SkBlendMode function. TBR=reed@google.com R=caryclark@google.com Docs-Preview: https://skia.org/?cl=134200 Bug: skia:6898 Change-Id: I5d2a9221d61edb32d9c7edbb3193401605b2b513 Reviewed-on: https://skia-review.googlesource.com/134200 Reviewed-by: Cary Clark <caryclark@google.com> Reviewed-by: Cary Clark <caryclark@skia.org> Commit-Queue: Cary Clark <caryclark@skia.org> Auto-Submit: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'site/user/api/SkIRect_Reference.md')
-rw-r--r--site/user/api/SkIRect_Reference.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/site/user/api/SkIRect_Reference.md b/site/user/api/SkIRect_Reference.md
index 8f8014767f..06e581f015 100644
--- a/site/user/api/SkIRect_Reference.md
+++ b/site/user/api/SkIRect_Reference.md
@@ -71,7 +71,6 @@ SkIRect global, <code>struct</code>, and <code>class</code> related member funct
</tr>
</table>
-
## <a name='Member_Function'>Member Function</a>
@@ -241,7 +240,6 @@ SkIRect member functions read and modify the structure properties.
</tr>
</table>
-
## <a name='Member'>Member</a>
@@ -297,7 +295,6 @@ SkIRect members may be read and written directly without using a member function
</tr>
</table>
-
### Members
<table style='border-collapse: collapse; width: 62.5em'>
@@ -387,7 +384,6 @@ SkIRect can be constructed or initialized by these functions, including C++ clas
</tr>
</table>
-
<a name='SkIRect_MakeEmpty'></a>
## MakeEmpty
@@ -668,7 +664,6 @@ rect: -10, 35, 5, 60 isEmpty: false
</tr>
</table>
-
<a name='SkIRect_left'></a>
## left
@@ -1120,7 +1115,6 @@ SkIRect operators inline class member functions with arithmetic equivalents.
</tr>
</table>
-
<a name='SkIRect_equal_operator'></a>
## operator==
@@ -1229,7 +1223,6 @@ test != sorted
</tr>
</table>
-
<a name='SkIRect_setEmpty'></a>
## setEmpty
@@ -1434,7 +1427,6 @@ rect: -10, 35, 5, 60 isEmpty: false
</tr>
</table>
-
<a name='SkIRect_makeOffset'></a>
## makeOffset
@@ -1785,8 +1777,8 @@ rect: 5, 1, 55, 86
must describe area; <a href='#SkIRect_fLeft'>fLeft</a> is less than <a href='#SkIRect_fRight'>fRight</a>, and <a href='#SkIRect_fTop'>fTop</a> is less than <a href='#SkIRect_fBottom'>fBottom</a>;
empty() returns false. The intersection of <a href='#IRect'>IRect</a> pair can be described by:
-(max(a.fLeft, b.fLeft), max(a.fTop, b.fTop),
-min(a.fRight, b.fRight), min(a.fBottom, b.fBottom))
+(max(a.<a href='#SkIRect_fLeft'>fLeft</a>, b.<a href='#SkIRect_fLeft'>fLeft</a>), max(a.<a href='#SkIRect_fTop'>fTop</a>, b.<a href='#SkIRect_fTop'>fTop</a>),
+min(a.<a href='#SkIRect_fRight'>fRight</a>, b.<a href='#SkIRect_fRight'>fRight</a>), min(a.<a href='#SkIRect_fBottom'>fBottom</a>, b.<a href='#SkIRect_fBottom'>fBottom</a>))
.
The intersection is only meaningful if the resulting <a href='#IRect'>IRect</a> is not empty and
@@ -1834,7 +1826,6 @@ describes an area: <a href='#SkIRect_fLeft'>fLeft</a> is less than <a href='#SkI
</tr>
</table>
-
<a name='SkIRect_adjust'></a>
## adjust
@@ -2461,7 +2452,6 @@ intersection
</tr>
</table>
-
<a name='SkIRect_join'></a>
## join
@@ -2558,7 +2548,6 @@ join: 10, 20, 55, 65
</tr>
</table>
-
<a name='SkIRect_sort'></a>
## sort