Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVMBlitter.cpp175 struct PaintColorShader : public SkShaderBase { struct
176 explicit PaintColorShader(bool isOpaque) : fIsOpaque(isOpaque) {} in PaintColorShader() function
240 shader = sk_make_sp<PaintColorShader>(paint.getColor4f().isOpaque()); in EffectiveParams()