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

  /external/skia/src/core/
SkScan.h 23 typedef SkIRect SkXRect;
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 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 692 static void antifillrect(const SkXRect& xr, SkBlitter* blitter) {
700 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip,
714 SkXRect tmpR;
726 SkXRect tmpR;
739 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRasterClip& clip,
763 SkXRect xr;
SkDraw.cpp 416 SkXRect r;
433 SkXRect r;
    [all...]

Completed in 275 milliseconds