Home
last modified time | relevance | path

Searched refs:PaintParams (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DDrawList.cpp16 PaintParams::PaintParams(const SkColor4f& color, in PaintParams() function in skgpu::PaintParams
23 PaintParams::PaintParams(const PaintParams& other) in PaintParams() function in skgpu::PaintParams
28 PaintParams::~PaintParams() {} in ~PaintParams()
30 PaintParams& PaintParams::operator=(const PaintParams
[all...]
H A DDrawList.h34 // PaintParams is not required as an intermediate representation.
38 class PaintParams { class
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* pain
[all...]
H A DDrawContext.h58 const PaintParams* paint);
64 const PaintParams* paint);
71 const PaintParams* paint);
H A DDrawContext.cpp56 const PaintParams* paint) { in stencilAndFillPath()
65 const PaintParams* paint) { in fillConvexPath()
75 const PaintParams* paint) { in strokePath()
H A DDevice.cpp43 bool is_opaque(const PaintParams& paint) { in is_opaque()
282 PaintParams shading{paint.getColor4f(), in drawShape()
H A DDrawPass.cpp33 skgpu::PaintParams params) { in get_ids_from_paint()
34 // TODO: add an ExtractCombo that takes PaintParams directly? in get_ids_from_paint()
189 // If we have two different descriptors, such that the uniforms from the PaintParams can be in Make()

Completed in 3 milliseconds