Lines Matching refs:SkIRect
20 /** Defines a fixed-point rectangle, identical to the integer SkIRect, but its
23 typedef SkIRect SkXRect;
27 static void FillPath(const SkPath&, const SkIRect&, SkBlitter*);
32 static void FillIRect(const SkIRect&, const SkRasterClip&, SkBlitter*);
68 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
97 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
101 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
119 /** Round the SkXRect coordinates, and store the result in the SkIRect.
121 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) {
129 for right/bottom), and store the result in the SkIRect.
131 static inline void XRect_roundOut(const SkXRect& xr, SkIRect* dst) {