Searched refs:PaintColorShader (Results 1 – 1 of 1) sorted by relevance
175 struct PaintColorShader : public SkShaderBase { struct176 explicit PaintColorShader(bool isOpaque) : fIsOpaque(isOpaque) {} in PaintColorShader() function240 shader = sk_make_sp<PaintColorShader>(paint.getColor4f().isOpaque()); in EffectiveParams()