Searched defs:CirclePitchAlignment (Results 1 – 1 of 1) sorted by relevance
43 struct CirclePitchAlignment : PaintProperty<AlignmentType> { struct44 static AlignmentType defaultValue() { return AlignmentType::Viewport; } in defaultValue()