Home
last modified time | relevance | path

Searched refs:strokeCap (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pdf/
DSkPDFGraphicState.cpp208 SkPaint::Cap strokeCap = (SkPaint::Cap)fStrokeCap; in emitObject() local
216 SkASSERT(strokeCap >= 0 && strokeCap <= 2); in emitObject()
217 dict->insertInt("LC", strokeCap); in emitObject()
/external/skia/src/animator/
DSkDrawPaint.cpp49 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()
DSkDrawPaint.h55 int /*SkPaint::Cap*/ strokeCap; variable
DSkAnimateSchema.xsd299 The values for the strokeCap attribute.
1981 <!-- @attribute strokeCap StrokeCap is one of @pattern. -->
1982 <xs:attribute name="strokeCap" type="Sk:Cap"/>