Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterPipelineBlitter.cpp54 void blitRectWithTrace(int x, int y, int w, int h, bool trace);
348 this->blitRectWithTrace(x, y, w, h, true); in blitRect()
351 void SkRasterPipelineBlitter::blitRectWithTrace(int x, int y, int w, int h, bool trace) { in blitRectWithTrace() function in SkRasterPipelineBlitter
420 case 0xff:this->blitRectWithTrace(x,y,run, 1, false); break; in blitAntiH()