Lines Matching defs:SkXRect
23 typedef SkIRect SkXRect;
33 static void FillXRect(const SkXRect&, const SkRasterClip&, SkBlitter*);
37 SkScan::FillXRect(*(const SkXRect*)&rect, clip, blitter);
41 SkScan::AntiFillXRect(*(const SkXRect*)&rect, clip, blitter);
47 static void AntiFillXRect(const SkXRect&, const SkRasterClip&, SkBlitter*);
69 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
73 SkScan::FillXRect(*(const SkXRect*)&rect, clip, blitter);
77 SkScan::AntiFillXRect(*(const SkXRect*)&rect, clip, blitter);
83 static void AntiFillXRect(const SkXRect&, const SkRegion*, 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) {
108 /** Assign an SkXRect from a SkRect, by promoting the src rect's coordinates
112 static inline void XRect_set(SkXRect* xr, const SkRect& src) {
119 /** Round the SkXRect coordinates, and store the result in the SkIRect.
121 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) {
128 /** Round the SkXRect coordinates out (i.e. use floor for left/top, and ceiling
131 static inline void XRect_roundOut(const SkXRect& xr, SkIRect* dst) {