HomeSort by relevance Sort by last modified time
    Searched defs:SkXRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkScan.h 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
    [all...]
  /external/skia/src/core/
SkScan.h 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
    [all...]

Completed in 45 milliseconds