Home
last modified time | relevance | path

Searched defs:PenHandle (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h123 struct PenHandle { struct
124 scalar width = 0.0f;
125 scalar miterLimit = 0.0f;
126 Pen::CapStyle capStyle = Pen::CapStyle::FLAT_CAP;
127 Pen::JoinStyle joinStyle = Pen::JoinStyle::MITER_JOIN;
128 FlattenableHandle pathEffectHandle;
129 Color color = Color::COLOR_BLACK;