Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp1693 class SkTriColorShader : public SkShader { class
1695 SkTriColorShader();
1699 TriColorShaderContext(const SkTriColorShader& shader, const ContextRec&);
1745 bool SkTriColorShader::TriColorShaderContext::setup(const SkPoint pts[], const SkColor colors[], in setup()
1781 SkTriColorShader::SkTriColorShader() in SkTriColorShader() function in SkTriColorShader
1785 SkTriColorShader::TriColorShaderContext::TriColorShaderContext(const SkTriColorShader& shader, in TriColorShaderContext()
1790 SkTriColorShader::TriColorShaderContext::~TriColorShaderContext() {} in ~TriColorShaderContext()
1792 void SkTriColorShader::TriColorShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()
1793 SkTriColorShader* parent = static_cast<SkTriColorShader*>(const_cast<SkShader*>(&fShader)); in shadeSpan()
1837 void SkTriColorShader::toString(SkString* str) const { in toString()
[all …]