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