Home
last modified time | relevance | path

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

/external/skia/src/shaders/
DSkColorShader.cpp30 uint32_t SkColorShader::ColorShaderContext::getFlags() const { in getFlags()
36 return alloc->make<ColorShaderContext>(*this, rec); in onMakeContext()
39 SkColorShader::ColorShaderContext::ColorShaderContext(const SkColorShader& shader, in ColorShaderContext() function in SkColorShader::ColorShaderContext
67 void SkColorShader::ColorShaderContext::shadeSpan(int x, int y, SkPMColor span[], int count) { in shadeSpan()
71 void SkColorShader::ColorShaderContext::shadeSpanAlpha(int x, int y, uint8_t alpha[], int count) { in shadeSpanAlpha()
75 void SkColorShader::ColorShaderContext::shadeSpan4f(int x, int y, SkPM4f span[], int count) { in shadeSpan4f()
DSkColorShader.h31 class ColorShaderContext : public Context {
33 ColorShaderContext(const SkColorShader& shader, const ContextRec&);