Lines Matching defs:PaintParams
34 // PaintParams is not required as an intermediate representation.
38 class PaintParams {
40 PaintParams(const SkColor4f& color, SkBlendMode, sk_sp<SkShader>);
41 PaintParams(const PaintParams&);
42 ~PaintParams();
44 PaintParams& operator=(const PaintParams&);
169 const PaintParams* paint);
175 const PaintParams* paint);
182 const PaintParams* paint);
204 skstd::optional<PaintParams> fPaintParams; // Not present implies depth-only draw
208 const Clip& clip, DrawOrder order, const PaintParams* paint,
215 , fPaintParams(paint ? skstd::optional<PaintParams>(*paint) : skstd::nullopt)