Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp1697 class SkTriColorShader : public SkShader { class
1699 SkTriColorShader() {} in SkTriColorShader() function in SkTriColorShader
1705 TriColorShaderContext(const SkTriColorShader& shader, const ContextRec&);
1733 bool SkTriColorShader::TriColorShaderContext::setup(const SkPoint pts[], const SkColor colors[], in setup()
1769 SkTriColorShader::TriColorShaderContext::TriColorShaderContext(const SkTriColorShader& shader, in TriColorShaderContext()
1773 SkTriColorShader::TriColorShaderContext::~TriColorShaderContext() {} in ~TriColorShaderContext()
1775 size_t SkTriColorShader::contextSize(const ContextRec&) const { in contextSize()
1778 void SkTriColorShader::TriColorShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()
1812 void SkTriColorShader::toString(SkString* str) const { in toString()
1849 SkTriColorShader triShader; // must be above declaration of p in drawVertices()
[all …]