Home
last modified time | relevance | path

Searched refs:IRect (Results 1 – 11 of 11) sorted by relevance

/external/skqp/docs/
DSkIRect_Reference.bmh1 #Topic IRect
20 When equal to or greater than fRight, IRect is empty.
26 When equal to or greater than fBottom, IRect is empty.
32 When equal to or less than fLeft, IRect is empty.
38 When equal to or less than fTop, IRect is empty.
616 Sets IRect to: #Formula # (x, y, x + width, y + height) ##.
831 SkIRect::isEmpty() returns false. The intersection of IRect pair can be described by:
835 The intersection is only meaningful if the resulting IRect is not empty and
866 Returns false if IRect is empty.
868 Considers input to describe constructed IRect: #Formula # (x, y, x + 1, y + 1) ## and
[all …]
DSkRegion_Reference.bmh11 Region may be constructed from IRect array or Path. Diagonal lines and curves
36 #Line # iterator returning IRect ##
193 #Line # advances to next IRect ##
219 #Line # returns part of Region as IRect ##
269 #Line # iterator returning IRect within clip ##
333 #Line # advances to next IRect within clip ##
359 #Line # returns part of Region as IRect intersected with clip ##
508 #Line # constructs Region matching IRect ##
718 #Line # returns if Region contains one IRect ##
746 #Line # returns true if Region contains more than one IRect ##
[all …]
DSkRect_Reference.bmh1552 Sets IRect by adding 0.5 and discarding the fractional portion of Rect
1556 #Param dst storage for IRect ##
1578 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding
1583 #Param dst storage for IRect ##
1636 #Param dst storage for IRect ##
1657 Returns IRect by adding 0.5 and discarding the fractional portion of Rect
1661 #Return rounded IRect ##
1681 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding
1686 #Return rounded IRect ##
DSkCanvas_Reference.bmh2254 #Line # returns IRect bounds of Clip ##
2641 #Line # draws IRect using Clip, Matrix, and Paint ##
3283 IRect center divides the image into nine sections: four sides, four corners, and
3296 #Param center IRect edge of image corners and sides ##
3348 IRect center divides the image into nine sections: four sides, four corners, and
3361 #Param center IRect edge of image corners and sides ##
3565 IRect center divides the bitmap into nine sections: four sides, four corners,
3580 #Param center IRect edge of image corners and sides ##
3712 Optional subset IRect source to draw from.
DSkPixmap_Reference.bmh491 #SeeAlso height() width() IRect
/external/skqp/site/user/api/
DSkIRect_Reference.md88 …er than <a href='#SkIRect_fRight'>fRight</a>, <a href='SkIRect_Reference#IRect'>IRect</a> is empty.
96 … than <a href='#SkIRect_fBottom'>fBottom</a>, <a href='SkIRect_Reference#IRect'>IRect</a> is empty.
104 …less than <a href='#SkIRect_fLeft'>fLeft</a>, <a href='SkIRect_Reference#IRect'>IRect</a> is empty.
112 …r less than <a href='#SkIRect_fTop'>fTop</a>, <a href='SkIRect_Reference#IRect'>IRect</a> is empty.
967 Sets <a href='SkIRect_Reference#IRect'>IRect</a> to: <code>(<a href='#SkIRect_setXYWH_x'>x</a>, <a …
1344 <a href='#IRect'>IRects</a> intersect when they enclose a common area. To intersect, each of the pa…
1346 …y</a>() returns false. The intersection of <a href='SkIRect_Reference#IRect'>IRect</a> pair can be…
1350 The intersection is only meaningful if the resulting <a href='SkIRect_Reference#IRect'>IRect</a> is…
1413 Returns false if <a href='SkIRect_Reference#IRect'>IRect</a> is empty.
1415 Considers input to describe constructed <a href='SkIRect_Reference#IRect'>IRect</a>: <code>(<a href…
[all …]
DSkRect_Reference.md2469 Sets <a href='SkIRect_Reference#IRect'>IRect</a> by adding 0.5 and discarding the fractional portio…
2476 <td>storage for <a href='SkIRect_Reference#IRect'>IRect</a></td>
2504 Sets <a href='SkIRect_Reference#IRect'>IRect</a> by discarding the fractional portion of <a href='#…
2512 <td>storage for <a href='SkIRect_Reference#IRect'>IRect</a></td>
2584 <td>storage for <a href='SkIRect_Reference#IRect'>IRect</a></td>
2612 Returns <a href='SkIRect_Reference#IRect'>IRect</a> by adding 0.5 and discarding the fractional por…
2618 rounded <a href='SkIRect_Reference#IRect'>IRect</a>
2644 Sets <a href='SkIRect_Reference#IRect'>IRect</a> by discarding the fractional portion of <a href='#…
2651 rounded <a href='SkIRect_Reference#IRect'>IRect</a>
DSkCanvas_Reference.md4250 <a href='SkIRect_Reference#IRect'>IRect</a> <a href='#SkCanvas_drawImageNine_center'>center</a> div…
4271 …<td><a href='SkIRect_Reference#IRect'>IRect</a> edge of <a href='#SkCanvas_drawImageNine_image'>im…
4305 <a href='SkIRect_Reference#IRect'>IRect</a> <a href='#SkCanvas_drawImageNine_2_center'>center</a> d…
4326 …<td><a href='SkIRect_Reference#IRect'>IRect</a> edge of <a href='#SkCanvas_drawImageNine_2_image'>…
4581 <a href='SkIRect_Reference#IRect'>IRect</a> <a href='#SkCanvas_drawBitmapNine_center'>center</a> di…
4604 …<td><a href='SkIRect_Reference#IRect'>IRect</a> edge of <a href='SkImage_Reference#Image'>image</a…
4766 Optional subset <a href='SkIRect_Reference#IRect'>IRect</a> source to draw from.
DSkRegion_Reference.md9 …Region'>Region</a> may be constructed from <a href='SkIRect_Reference#IRect'>IRect</a> array or <a…
DSkPixmap_Reference.md642 …ght'>height()</a> <a href='#SkPixmap_width'>width()</a> <a href='SkIRect_Reference#IRect'>IRect</a>
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts106 LTRBiRect(left: number, top: number, right: number, bottom: number): IRect;
115 XYWHiRect(x: number, y: number, width: number, height: number): IRect;
3592 export type IRect = Int32Array; alias
3712 export type InputIRect = MallocObj | IRect | number[];