Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorShader.h30 return sizeof(ColorShaderContext); in contextSize()
33 class ColorShaderContext : public SkShader::Context {
35 ColorShaderContext(const SkColorShader& shader, const ContextRec&);
DSkShader.cpp271 uint32_t SkColorShader::ColorShaderContext::getFlags() const { in getFlags()
276 return new (storage) ColorShaderContext(*this, rec); in onCreateContext()
279 SkColorShader::ColorShaderContext::ColorShaderContext(const SkColorShader& shader, in ColorShaderContext() function in SkColorShader::ColorShaderContext
307 void SkColorShader::ColorShaderContext::shadeSpan(int x, int y, SkPMColor span[], int count) { in shadeSpan()
311 void SkColorShader::ColorShaderContext::shadeSpanAlpha(int x, int y, uint8_t alpha[], int count) { in shadeSpanAlpha()
315 void SkColorShader::ColorShaderContext::shadeSpan4f(int x, int y, SkPM4f span[], int count) { in shadeSpan4f()