Searched refs:strokeMiter (Results 1 – 3 of 3) sorted by relevance
51 SK_MEMBER(strokeMiter, Float),70 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN), in SkDrawPaint()247 if (SkScalarIsNaN(strokeMiter) == false) in setupPaint()248 paint->setStrokeMiter(strokeMiter); in setupPaint()
57 SkScalar strokeMiter; variable
1985 <!-- @attribute strokeMiter StrokeMiter limits the pen's joins on narrow angles. -->1986 <xs:attribute name="strokeMiter" type="Sk:Float"/>