Home
last modified time | relevance | path

Searched refs:FillXRect (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkScan.h35 static void FillXRect(const SkXRect&, const SkRegion* clip, SkBlitter*);
40 SkScan::FillXRect(*(const SkXRect*)&rect, clip, blitter); in FillRect()
/external/skia/src/core/
DSkScan.cpp56 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip, in FillXRect() function in SkScan
DSkDraw.cpp425 SkScan::FillXRect(r, rec.fClip, blitter); in bw_square_proc()