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

/external/chromium_org/third_party/skia/include/core/
H A DSkColorShader.h29 return sizeof(ColorShaderContext);
32 class ColorShaderContext : public SkShader::Context { class in class:SkColorShader
34 ColorShaderContext(const SkColorShader& shader, const ContextRec&);
/external/skia/include/core/
H A DSkColorShader.h31 return sizeof(ColorShaderContext);
34 class ColorShaderContext : public SkShader::Context { class in class:SkColorShader
36 ColorShaderContext(const SkColorShader& shader, const ContextRec&);
/external/skia/src/core/
H A DSkShader.cpp281 uint32_t SkColorShader::ColorShaderContext::getFlags() const {
285 uint8_t SkColorShader::ColorShaderContext::getSpan16Alpha() const {
290 return SkNEW_PLACEMENT_ARGS(storage, ColorShaderContext, (*this, rec));
293 SkColorShader::ColorShaderContext::ColorShaderContext(const SkColorShader& shader, function in class:SkColorShader::ColorShaderContext
323 void SkColorShader::ColorShaderContext::shadeSpan(int x, int y, SkPMColor span[], int count) {
327 void SkColorShader::ColorShaderContext::shadeSpan16(int x, int y, uint16_t span[], int count) {
331 void SkColorShader::ColorShaderContext::shadeSpanAlpha(int x, int y, uint8_t alpha[], int count) {
/external/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp297 uint32_t SkColorShader::ColorShaderContext::getFlags() const {
301 uint8_t SkColorShader::ColorShaderContext::getSpan16Alpha() const {
306 return SkNEW_PLACEMENT_ARGS(storage, ColorShaderContext, (*this, rec));
309 SkColorShader::ColorShaderContext::ColorShaderContext(const SkColorShader& shader, function in class:SkColorShader::ColorShaderContext
339 void SkColorShader::ColorShaderContext::shadeSpan(int x, int y, SkPMColor span[], int count) {
343 void SkColorShader::ColorShaderContext::shadeSpan16(int x, int y, uint16_t span[], int count) {
347 void SkColorShader::ColorShaderContext::shadeSpanAlpha(int x, int y, uint8_t alpha[], int count) {

Completed in 50 milliseconds