Searched refs:scratchPath (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkDraw_atlas.cpp | 27 const SkRect& r, SkBlitter* blitter, SkPath* scratchPath) { in fill_rect() argument 37 scratchPath->rewind(); in fill_rect() 38 scratchPath->addPoly(pts, 4, true); in fill_rect() 39 SkScan::FillPath(*scratchPath, rc, blitter); in fill_rect() 165 SkPath scratchPath; in drawAtlas() local 180 fill_rect(mx, *fRC, textures[i], blitter, &scratchPath); in drawAtlas() 200 SkPath scratchPath; in drawAtlas() local 211 fill_rect(mx, *fRC, textures[i], blitter, &scratchPath); in drawAtlas()
|