Searched defs:SkXRect (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkScan.h23 typedef SkIRect SkXRect; typedef
42 static void FillXRect(const SkXRect&, const SkRasterClip&, SkBlitter*);
45 static void AntiFillXRect(const SkXRect&, const SkRasterClip&, SkBlitter*);
65 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
68 static void AntiFillXRect(const SkXRect&, const SkRegion*, SkBlitter*);
80 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
84 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
91 /** Assign an SkXRect from a SkRect, by promoting the src rect's coordinates
95 static inline void XRect_set(SkXRect* xr, const SkRect& src) {
102 /** Round the SkXRect coordinate
[all...]

Completed in 65 milliseconds