Home | History | Annotate | Download | only in core

Lines Matching defs:Cap

381     /** Cap enum specifies the settings for the paint's strokecap. This is the
385 enum Cap {
406 /** Return the paint's stroke cap type, controlling how the start and end
408 @return the line cap style for the paint, used whenever the paint's
411 Cap getStrokeCap() const { return (Cap)fCapType; }
413 /** Set the paint's stroke cap type.
414 @param cap set the paint's line cap style, used whenever the paint's
417 void setStrokeCap(Cap cap);
982 SkPaint::Cap, SkScalar miterLimit = -1);