Searched refs:SkTriColorShader (Results 1 – 1 of 1) sorted by relevance
1697 class SkTriColorShader : public SkShader { class1699 SkTriColorShader() {} in SkTriColorShader() function in SkTriColorShader1705 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 …]