HomeSort by relevance Sort by last modified time
    Searched refs:burst_shade (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkRasterPipelineBlitter.cpp 55 void burst_shade(int x, int y, int w);
63 SkJumper_MemoryCtx fShaderOutput = {nullptr,0}, // Possibly updated each call to burst_shade().
293 void SkRasterPipelineBlitter::burst_shade(int x, int y, int w) { function in class:SkRasterPipelineBlitter
347 this->burst_shade(x,y,w);
381 this->burst_shade(x,y,run);
499 this->burst_shade(x,y,clip.width());
  /external/skqp/src/core/
SkRasterPipelineBlitter.cpp 55 void burst_shade(int x, int y, int w);
63 SkJumper_MemoryCtx fShaderOutput = {nullptr,0}, // Possibly updated each call to burst_shade().
293 void SkRasterPipelineBlitter::burst_shade(int x, int y, int w) { function in class:SkRasterPipelineBlitter
347 this->burst_shade(x,y,w);
381 this->burst_shade(x,y,run);
497 this->burst_shade(x,y,clip.width());

Completed in 84 milliseconds