Lines Matching refs:Rect
4 # <a name="Rect"></a> Rect
111 …en equal to or greater than <a href="#SkRect_fRight">fRight</a>, <a href="#Rect">Rect</a> is empty.
116 … equal to or greater than <a href="#SkRect_fBottom">fBottom</a>, <a href="#Rect">Rect</a> is empty.
121 …d. When equal to or less than <a href="#SkRect_fLeft">fLeft</a>, <a href="#Rect">Rect</a> is empty.
126 …ted. When equal to or less than <a href="#SkRect_fTop">fTop</a>, <a href="#Rect">Rect</a> is empty.
151 Returns constructed <a href="#Rect">Rect</a> set to (0, 0, 0, 0).
188 Returns constructed <a href="#Rect">Rect</a> set to <a href="undocumented#SkScalar">SkScalar</a> va…
191 Passing integer values may generate a compiler warning since <a href="#Rect">Rect</a> cannot
197 <a href="undocumented#SkScalar">SkScalar</a> width of constructed <a href="#Rect">Rect</a></td>
199 <a href="undocumented#SkScalar">SkScalar</a> height of constructed <a href="#Rect">Rect</a></td>
232 Returns constructed <a href="#Rect">Rect</a> set to integer values (0, 0, <a href="#SkRect_MakeIWH_…
241 integer width of constructed <a href="#Rect">Rect</a></td>
243 integer height of constructed <a href="#Rect">Rect</a></td>
277 Returns constructed <a href="#Rect">Rect</a> set to (0, 0, <a href="#SkRect_MakeSize_size">size</a>…
283 <a href="undocumented#SkScalar">SkScalar</a> values for <a href="#Rect">Rect</a> width and height</…
317 …Rect">Rect</a> set to (<a href="#SkRect_MakeLTRB_l">l</a>, <a href="#SkRect_MakeLTRB_t">t</a>, <a …
363 Returns constructed <a href="#Rect">Rect</a> set to(x, y, x + <a href="#SkRect_MakeXYWH_w">w</a>, y…
425 integer values for <a href="#Rect">Rect</a> width and height</td>
618 …s left edge of <a href="#Rect">Rect</a>, if sorted. Call <a href="#SkRect_isSorted">isSorted</a> t…
651 …rns top edge of <a href="#Rect">Rect</a>, if sorted. Call <a href="#SkRect_isEmpty">isEmpty</a> to…
684 …s left edge of <a href="#Rect">Rect</a>, if sorted. Call <a href="#SkRect_isSorted">isSorted</a> t…
717 …rns top edge of <a href="#Rect">Rect</a>, if sorted. Call <a href="#SkRect_isEmpty">isEmpty</a> to…
750 … right edge of <a href="#Rect">Rect</a>, if sorted. Call <a href="#SkRect_isSorted">isSorted</a> t…
783 … bottom edge of <a href="#Rect">Rect</a>, if sorted. Call <a href="#SkRect_isEmpty">isEmpty</a> to…
816 Returns span on the x-axis. This does not check if <a href="#Rect">Rect</a> is sorted, or if
882 Returns average of left edge and right edge. Result does not change if <a href="#Rect">Rect</a>
883 is sorted. Result may overflow to infinity if <a href="#Rect">Rect</a> is far from the origin.
917 Returns average of top edge and bottom edge. Result does not change if <a href="#Rect">Rect</a>
918 is sorted. Result may overflow to infinity if <a href="#Rect">Rect</a> is far from the origin.
965 <a href="#Rect">Rect</a> to compare</td>
967 <a href="#Rect">Rect</a> to compare</td>
1012 <a href="#Rect">Rect</a> to compare</td>
1014 <a href="#Rect">Rect</a> to compare</td>
1055 Returns four points in <a href="#SkRect_toQuad_quad">quad</a> that enclose <a href="#Rect">Rect</a>…
1061 storage for corners of <a href="#Rect">Rect</a></td>
1137 sets <a href="#Rect">Rect</a> to (0, 0, 0, 0).
1195 Sets <a href="#Rect">Rect</a> to (0, 0, 0, 0).
1227 Sets <a href="#Rect">Rect</a> to <a href="#SkRect_set_src">src</a>, promoting <a href="#SkRect_set_…
1233 integer <a href="#Rect">Rect</a></td>
1262 Sets <a href="#Rect">Rect</a> to (left, top, right, bottom).
1305 Sets <a href="#Rect">Rect</a> to (left, top, right, bottom).
1348 …nce#Point">Point</a> array contains an infinity or NaN, sets <a href="#Rect">Rect</a> to (0, 0, 0,…
1390 Sets bounds to the smallest <a href="#Rect">Rect</a> enclosing <a href="SkPoint_Reference#Point">Po…
1419 Sets <a href="#Rect">Rect</a> to(x, y, x + width, y + height).
1462 Sets <a href="#Rect">Rect</a> to (0, 0, width, height). Does not validate input;
1507 Sets <a href="#Rect">Rect</a> to (left, top, right, bottom).
1551 Sets <a href="#Rect">Rect</a> to (0, 0, width, height).
1600 Returns <a href="#Rect">Rect</a> offset by (<a href="#SkRect_makeOffset_dx">dx</a>, <a href="#SkRec…
1602 If <a href="#SkRect_makeOffset_dx">dx</a> is negative, <a href="#Rect">Rect</a> returned is moved t…
1603 If <a href="#SkRect_makeOffset_dx">dx</a> is positive, <a href="#Rect">Rect</a> returned is moved t…
1604 If <a href="#SkRect_makeOffset_dy">dy</a> is negative, <a href="#Rect">Rect</a> returned is moved u…
1605 If <a href="#SkRect_makeOffset_dy">dy</a> is positive, <a href="#Rect">Rect</a> returned is moved d…
1618 <a href="#Rect">Rect</a> offset in x or y, with original width and height
1646 Returns <a href="#Rect">Rect</a>, inset by (<a href="#SkRect_makeInset_dx">dx</a>, <a href="#SkRect…
1648 If <a href="#SkRect_makeInset_dx">dx</a> is negative, <a href="#Rect">Rect</a> returned is wider.
1649 If <a href="#SkRect_makeInset_dx">dx</a> is positive, <a href="#Rect">Rect</a> returned is narrower.
1650 If <a href="#SkRect_makeInset_dy">dy</a> is negative, <a href="#Rect">Rect</a> returned is taller.
1651 If <a href="#SkRect_makeInset_dy">dy</a> is positive, <a href="#Rect">Rect</a> returned is shorter.
1664 <a href="#Rect">Rect</a> inset symmetrically left and right, top and bottom
1692 Returns <a href="#Rect">Rect</a>, outset by (<a href="#SkRect_makeOutset_dx">dx</a>, <a href="#SkRe…
1694 If <a href="#SkRect_makeOutset_dx">dx</a> is negative, <a href="#Rect">Rect</a> returned is narrowe…
1695 If <a href="#SkRect_makeOutset_dx">dx</a> is positive, <a href="#Rect">Rect</a> returned is wider.
1696 If <a href="#SkRect_makeOutset_dy">dy</a> is negative, <a href="#Rect">Rect</a> returned is shorter.
1697 If <a href="#SkRect_makeOutset_dy">dy</a> is positive, <a href="#Rect">Rect</a> returned is taller.
1710 <a href="#Rect">Rect</a> outset symmetrically left and right, top and bottom
1738 Offsets <a href="#Rect">Rect</a> by adding <a href="#SkRect_offset_dx">dx</a> to <a href="#SkRect_f…
1740 If <a href="#SkRect_offset_dx">dx</a> is negative, moves <a href="#Rect">Rect</a> to the left.
1741 If <a href="#SkRect_offset_dx">dx</a> is positive, moves <a href="#Rect">Rect</a> to the right.
1742 If <a href="#SkRect_offset_dy">dy</a> is negative, moves <a href="#Rect">Rect</a> upward.
1743 If <a href="#SkRect_offset_dy">dy</a> is positive, moves <a href="#Rect">Rect</a> downward.
1778 Offsets <a href="#Rect">Rect</a> by adding <a href="#SkRect_offset_2_delta">delta</a>.fX to <a href…
1781 If <a href="#SkRect_offset_2_delta">delta</a>.fX is negative, moves <a href="#Rect">Rect</a> to the…
1782 If <a href="#SkRect_offset_2_delta">delta</a>.fX is positive, moves <a href="#Rect">Rect</a> to the…
1783 If <a href="#SkRect_offset_2_delta">delta</a>.fY is negative, moves <a href="#Rect">Rect</a> upward.
1784 If <a href="#SkRect_offset_2_delta">delta</a>.fY is positive, moves <a href="#Rect">Rect</a> downwa…
1789 added to <a href="#Rect">Rect</a></td>
1818 Offsets <a href="#Rect">Rect</a> so that <a href="#SkRect_fLeft">fLeft</a> equals <a href="#SkRect_…
1855 Insets <a href="#Rect">Rect</a> by (<a href="#SkRect_inset_dx">dx</a>, <a href="#SkRect_inset_dy">d…
1857 If <a href="#SkRect_inset_dx">dx</a> is positive, makes <a href="#Rect">Rect</a> narrower.
1858 If <a href="#SkRect_inset_dx">dx</a> is negative, makes <a href="#Rect">Rect</a> wider.
1859 If <a href="#SkRect_inset_dy">dy</a> is positive, makes <a href="#Rect">Rect</a> shorter.
1860 If <a href="#SkRect_inset_dy">dy</a> is negative, makes <a href="#Rect">Rect</a> taller.
1896 Outsets <a href="#Rect">Rect</a> by (<a href="#SkRect_outset_dx">dx</a>, <a href="#SkRect_outset_dy…
1898 If <a href="#SkRect_outset_dx">dx</a> is positive, makes <a href="#Rect">Rect</a> wider.
1899 If <a href="#SkRect_outset_dx">dx</a> is negative, makes <a href="#Rect">Rect</a> narrower.
1900 If <a href="#SkRect_outset_dy">dy</a> is positive, makes <a href="#Rect">Rect</a> taller.
1901 If <a href="#SkRect_outset_dy">dy</a> is negative, makes <a href="#Rect">Rect</a> shorter.
1932 <a href="#Rect">Rects</a> intersect when they enclose a common area. To intersect, each of the pair
1934 empty() returns false. The intersection of <a href="#Rect">Rect</a> pair can be described by:
1939 The intersection is only meaningful if the resulting <a href="#Rect">Rect</a> is not empty and
2001 Returns true if <a href="#Rect">Rect</a> contains <a href="#SkRect_contains_2_r">r</a>.
2002 Returns false if <a href="#Rect">Rect</a> is empty or <a href="#SkRect_contains_2_r">r</a> is empty.
2004 <a href="#Rect">Rect</a> contains <a href="#SkRect_contains_2_r">r</a> when <a href="#Rect">Rect</a…
2009 <a href="#Rect">Rect</a> contained</td>
2015 true if all sides of <a href="#Rect">Rect</a> are outside <a href="#SkRect_contains_2_r">r</a>
2043 Returns true if <a href="#Rect">Rect</a> contains <a href="#SkRect_contains_3_r">r</a>.
2044 Returns false if <a href="#Rect">Rect</a> is empty or <a href="#SkRect_contains_3_r">r</a> is empty.
2046 <a href="#Rect">Rect</a> contains <a href="#SkRect_contains_3_r">r</a> when <a href="#Rect">Rect</a…
2057 true if all sides of <a href="#Rect">Rect</a> are outside <a href="#SkRect_contains_3_r">r</a>
2086 Returns true if <a href="#Rect">Rect</a> intersects <a href="#SkRect_intersect_r">r</a>, and sets <…
2087 …turns false if <a href="#Rect">Rect</a> does not intersect <a href="#SkRect_intersect_r">r</a>, an…
2089 … <a href="#SkRect_intersect_r">r</a> or <a href="#Rect">Rect</a> is empty, leaving <a href="#Rect"…
2100 true if <a href="#SkRect_intersect_r">r</a> and <a href="#Rect">Rect</a> have area in common
2128 Constructs <a href="#Rect">Rect</a> to intersect from (left, top, right, bottom). Does not sort
2131 Returns true if <a href="#Rect">Rect</a> intersects construction, and sets <a href="#Rect">Rect</a>…
2132 Returns false if <a href="#Rect">Rect</a> does not intersect construction, and leaves <a href="#Rec…
2134 Returns false if either construction or <a href="#Rect">Rect</a> is empty, leaving <a href="#Rect">…
2139 x minimum of constructed <a href="#Rect">Rect</a></td>
2141 y minimum of constructed <a href="#Rect">Rect</a></td>
2143 x maximum of constructed <a href="#Rect">Rect</a></td>
2145 y maximum of constructed <a href="#Rect">Rect</a></td>
2151 true if construction and <a href="#Rect">Rect</a> have area in common
2179 …> intersects <a href="#SkRect_intersect_3_b">b</a>, and sets <a href="#Rect">Rect</a> to intersect…
2180 …not intersect <a href="#SkRect_intersect_3_b">b</a>, and leaves <a href="#Rect">Rect</a> unchanged.
2182 …</a> or <a href="#SkRect_intersect_3_b">b</a> is empty, leaving <a href="#Rect">Rect</a> unchanged.
2187 <a href="#Rect">Rect</a> to intersect</td>
2189 <a href="#Rect">Rect</a> to intersect</td>
2222 Constructs <a href="#Rect">Rect</a> to intersect from (left, top, right, bottom). Does not sort
2225 Returns true if <a href="#Rect">Rect</a> intersects construction.
2226 Returns false if either construction or <a href="#Rect">Rect</a> is empty, or do not intersect.
2231 x minimum of constructed <a href="#Rect">Rect</a></td>
2233 y minimum of constructed <a href="#Rect">Rect</a></td>
2235 x maximum of constructed <a href="#Rect">Rect</a></td>
2237 y maximum of constructed <a href="#Rect">Rect</a></td>
2243 true if construction and <a href="#Rect">Rect</a> have area in common
2269 Returns true if <a href="#Rect">Rect</a> intersects <a href="#SkRect_intersects_2_r">r</a>.
2270 Returns false if either <a href="#SkRect_intersects_2_r">r</a> or <a href="#Rect">Rect</a> is empty…
2275 <a href="#Rect">Rect</a> to intersect</td>
2281 true if <a href="#SkRect_intersects_2_r">r</a> and <a href="#Rect">Rect</a> have area in common
2314 <a href="#Rect">Rect</a> to intersect</td>
2316 <a href="#Rect">Rect</a> to intersect</td>
2358 Constructs <a href="#Rect">Rect</a> to intersect from (left, top, right, bottom). Does not sort
2361 Sets <a href="#Rect">Rect</a> to the union of itself and the construction.
2363 Has no effect if construction is empty. Otherwise, if <a href="#Rect">Rect</a> is empty, sets
2364 <a href="#Rect">Rect</a> to construction.
2369 x minimum of constructed <a href="#Rect">Rect</a></td>
2371 y minimum of constructed <a href="#Rect">Rect</a></td>
2373 x maximum of constructed <a href="#Rect">Rect</a></td>
2375 y maximum of constructed <a href="#Rect">Rect</a></td>
2403 Sets <a href="#Rect">Rect</a> to the union of itself and <a href="#SkRect_join_2_r">r</a>.
2405 Has no effect if <a href="#SkRect_join_2_r">r</a> is empty. Otherwise, if <a href="#Rect">Rect</a> …
2406 <a href="#Rect">Rect</a> to <a href="#SkRect_join_2_r">r</a>.
2411 expansion <a href="#Rect">Rect</a></td>
2440 Sets <a href="#Rect">Rect</a> to the union of itself and <a href="#SkRect_joinNonEmptyArg_r">r</a>.
2443 If <a href="#Rect">Rect</a> is empty, sets <a href="#Rect">Rect</a> to <a href="#SkRect_joinNonEmpt…
2450 expansion <a href="#Rect">Rect</a></td>
2456 <div><fiddle-embed name="88439de2aa0911262c60c0eb506396cb"><div>Since <a href="#Rect">Rect</a> is n…
2480 Sets <a href="#Rect">Rect</a> to the union of itself and the construction.
2482 May produce incorrect results if <a href="#Rect">Rect</a> or <a href="#SkRect_joinPossiblyEmptyRect…
2487 expansion <a href="#Rect">Rect</a></td>
2493 <div><fiddle-embed name="a476548d0001296afd8e58c1eba1b70b"><div>Since <a href="#Rect">Rect</a> is n…
2527 …ce#IRect">IRect</a> by adding 0.5 and discarding the fractional portion of <a href="#Rect">Rect</a>
2596 Sets <a href="#Rect">Rect</a> by discarding the fractional portion of <a href="#SkRect_fLeft">fLeft…
2602 storage for <a href="#Rect">Rect</a></td>
2631 Sets <a href="#Rect">Rect</a> by rounding up <a href="#SkRect_fLeft">fLeft</a> and <a href="#SkRect…
2665 …ce#IRect">IRect</a> by adding 0.5 and discarding the fractional portion of <a href="#Rect">Rect</a>
2764 Returns <a href="#Rect">Rect</a> with <a href="#SkRect_fLeft">fLeft</a> and <a href="#SkRect_fRight…
2770 sorted <a href="#Rect">Rect</a>
2798 Returns pointer to first <a href="undocumented#Scalar">Scalar</a> in <a href="#Rect">Rect</a>, to t…
2830 Writes text representation of <a href="#Rect">Rect</a> to standard output. <a href="#Set">Set</a> <…
2868 Writes text representation of <a href="#Rect">Rect</a> to standard output. The representation may be
2870 with limited precision; it may not be possible to reconstruct original <a href="#Rect">Rect</a>
2899 Writes text representation of <a href="#Rect">Rect</a> to standard output. The representation may be
2902 original <a href="#Rect">Rect</a>.