Searched defs:Cap (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h366 /** Cap enum specifies the settings for the paint's strokecap. This is the
370 enum Cap { enum in class:SkPaint
396 Cap getStrokeCap() const { return (Cap)fCapType; }
402 void setStrokeCap(Cap cap);
874 SkPaint::Cap, SkScalar miterLimit = -1);

Completed in 15 milliseconds