Searched refs:ColorShaderContext (Results 1 - 4 of 4) sorted by relevance

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

Completed in 808 milliseconds