aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/SkIRect_Reference.md
diff options
context:
space:
mode:
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