Lines Matching refs:SkIRect
21 /** Defines a fixed-point rectangle, identical to the integer SkIRect, but its
24 typedef SkIRect SkXRect;
42 static void FillPath(const SkPath&, const SkIRect&, SkBlitter*);
47 static bool DowngradeClipAA(const SkIRect& bounds);
52 static void FillIRect(const SkIRect&, const SkRasterClip&, SkBlitter*);
82 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
94 static void AAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& pathIR,
95 const SkIRect& clipBounds, bool forceRLE);
96 static void SAAFillPath(const SkPath& path, SkBlitter* blitter, const SkIRect& pathIR,
97 const SkIRect& clipBounds, bool forceRLE);
100 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
104 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
122 /** Round the SkXRect coordinates, and store the result in the SkIRect.
124 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) {
132 for right/bottom), and store the result in the SkIRect.
134 static inline void XRect_roundOut(const SkXRect& xr, SkIRect* dst) {