Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkComposeShader.cpp135 SkShader::Context* shaderContextA = fShaderContextA; in shadeSpan() local
151 shaderContextA->shadeSpan(x, y, result, n); in shadeSpan()
176 shaderContextA->shadeSpan(x, y, result, n); in shadeSpan()
DSkDraw.cpp1921 SkShader::Context* shaderContextA = composeShaderContext->getShaderContextA(); in drawVertices() local
1923 static_cast<SkTriColorShader::TriColorShaderContext*>(shaderContextA); in drawVertices()