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

/external/skia/src/core/
H A DSkDraw.cpp1703 class TriColorShaderContext : public SkShader::Context { class in class:SkTriColorShader
1705 TriColorShaderContext(const SkTriColorShader& shader, const ContextRec&);
1706 virtual ~TriColorShaderContext();
1726 return new (storage) TriColorShaderContext(*this, rec);
1733 bool SkTriColorShader::TriColorShaderContext::setup(const SkPoint pts[], const SkColor colors[],
1769 SkTriColorShader::TriColorShaderContext::TriColorShaderContext(const SkTriColorShader& shader, function in class:SkTriColorShader::TriColorShaderContext
1773 SkTriColorShader::TriColorShaderContext::~TriColorShaderContext() {}
1776 return sizeof(TriColorShaderContext);
[all...]

Completed in 48 milliseconds