Searched refs:ShadeProc (Results 1 – 7 of 7) sorted by relevance
149 typedef void (*ShadeProc)(const void* ctx, int x, int y, SkPMColor[], int count); typedef150 virtual ShadeProc asAShadeProc(void** ctx);
63 ShadeProc asAShadeProc(void** ctx) override;
45 ShadeProc asAShadeProc(void** ctx) override;
183 SkShader::Context::ShadeProc SkBitmapProcShader::BitmapProcShaderContext::asAShadeProc(void** ctx) { in asAShadeProc()186 return (ShadeProc)fState->getShaderProc32(); in asAShadeProc()
116 SkShader::Context::ShadeProc SkShader::Context::asAShadeProc(void** ctx) { in asAShadeProc()
422 SkShader::Context::ShadeProc shadeProc = shaderContext->asAShadeProc(&ctx); in blitRect()632 SkShader::Context::ShadeProc shadeProc = shaderContext->asAShadeProc(&ctx); in blitV()
286 SkShader::Context::ShadeProc SkPictureShader::PictureShaderContext::asAShadeProc(void** ctx) { in asAShadeProc()