Searched refs:blitRectWithTrace (Results 1 – 1 of 1) sorted by relevance
| /external/skia/src/core/ |
| D | SkRasterPipelineBlitter.cpp | 76 void blitRectWithTrace(int x, int y, int w, int h, bool trace); 392 this->blitRectWithTrace(x, y, w, h, true); in blitRect() 395 void SkRasterPipelineBlitter::blitRectWithTrace(int x, int y, int w, int h, bool trace) { in blitRectWithTrace() function in SkRasterPipelineBlitter 458 case 0xff:this->blitRectWithTrace(x,y,run, 1, false); break; in blitAntiH()
|