HomeSort by relevance Sort by last modified time
    Searched refs:SkXRect (Results 1 - 4 of 4) 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...]
SkScan.cpp 48 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip,
81 void SkScan::FillXRect(const SkXRect& xr, const SkRasterClip& clip,
SkScan_Antihair.cpp 763 static void antifillrect(const SkXRect& xr, SkBlitter* blitter) {
771 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip,
785 SkXRect tmpR;
797 SkXRect tmpR;
810 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRasterClip& clip,
834 SkXRect xr;
SkDraw.cpp 420 SkXRect r;
437 SkXRect r;
    [all...]

Completed in 151 milliseconds