Searched defs:PenHandle (Results 1 – 1 of 1) sorted by relevance
123 struct PenHandle { struct124 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;