#include <DrawParams.h>
Definition at line 109 of file DrawParams.h.
◆ DrawParams()
Definition at line 111 of file DrawParams.h.
119 , fOrder(drawOrder)
120 , fStroke(
stroke ? std::optional<StrokeStyle>(*
stroke) : std::nullopt) {}
const Clip & clip() const
const Transform & transform() const
const Geometry & geometry() const
◆ clip()
const Clip & skgpu::graphite::DrawParams::clip |
( |
| ) |
const |
|
inline |
◆ geometry()
const Geometry & skgpu::graphite::DrawParams::geometry |
( |
| ) |
const |
|
inline |
◆ isStroke()
bool skgpu::graphite::DrawParams::isStroke |
( |
| ) |
const |
|
inline |
Definition at line 128 of file DrawParams.h.
128{ return fStroke.has_value(); }
◆ order()
DrawOrder skgpu::graphite::DrawParams::order |
( |
| ) |
const |
|
inline |
◆ strokeStyle()
const StrokeStyle & skgpu::graphite::DrawParams::strokeStyle |
( |
| ) |
const |
|
inline |
Definition at line 129 of file DrawParams.h.
129 {
131 return *fStroke;
132 }
◆ transform()
const Transform & skgpu::graphite::DrawParams::transform |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: