Searched refs:strokeCap (Results 1 – 4 of 4) sorted by relevance
208 SkPaint::Cap strokeCap = (SkPaint::Cap)fStrokeCap; in emitObject() local216 SkASSERT(strokeCap >= 0 && strokeCap <= 2); in emitObject()217 dict->insertInt("LC", strokeCap); in emitObject()
49 SK_MEMBER(strokeCap, Cap),70 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN), in SkDrawPaint()243 if (strokeCap != -1) in setupPaint()244 paint->setStrokeCap((SkPaint::Cap) strokeCap); in setupPaint()
55 int /*SkPaint::Cap*/ strokeCap; variable
299 The values for the strokeCap attribute. 1981 <!-- @attribute strokeCap StrokeCap is one of @pattern. -->1982 <xs:attribute name="strokeCap" type="Sk:Cap"/>