Home | History | Annotate | Download | only in core

Lines Matching defs:SkXRect

23 typedef SkIRect SkXRect;
33 static void FillXRect(const SkXRect&, const SkRasterClip&, SkBlitter*);
36 static void AntiFillXRect(const SkXRect&, const SkRasterClip&, SkBlitter*);
58 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
61 static void AntiFillXRect(const SkXRect&, const SkRegion*, SkBlitter*);
75 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
79 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
86 /** Assign an SkXRect from a SkRect, by promoting the src rect's coordinates
90 static inline void XRect_set(SkXRect* xr, const SkRect& src) {
97 /** Round the SkXRect coordinates, and store the result in the SkIRect.
99 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) {
106 /** Round the SkXRect coordinates out (i.e. use floor for left/top, and ceiling
109 static inline void XRect_roundOut(const SkXRect& xr, SkIRect* dst) {