HomeSort by relevance Sort by last modified time
    Searched defs:ColorShaderContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkColorShader.h 29 return sizeof(ColorShaderContext);
32 class ColorShaderContext : public SkShader::Context {
34 ColorShaderContext(const SkColorShader& shader, const ContextRec&);
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 297 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,
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 29 milliseconds