Home | History | Annotate | Download | only in core

Lines Matching refs:Cap

362     /** Cap enum specifies the settings for the paint's strokecap. This is the
366 enum Cap {
387 /** Return the paint's stroke cap type, controlling how the start and end
389 @return the line cap style for the paint, used whenever the paint's
392 Cap getStrokeCap() const { return (Cap)fCapType; }
394 /** Set the paint's stroke cap type.
395 @param cap set the paint's line cap style, used whenever the paint's
398 void setStrokeCap(Cap cap);
895 SkPaint::Cap, SkScalar miterLimit = -1);