Home | History | Annotate | Download | only in core

Lines Matching defs:Cap

422     /** Cap enum specifies the settings for the paint's strokecap. This is the
426 enum Cap {
447 cap type, controlling how the start and end
449 @return the line cap style for the paint, used whenever the paint's
452 Cap getStrokeCap() const { return (Cap)fCapType; }
454 /** Set the paint's stroke cap type.
455 @param cap set the paint's line cap style, used whenever the paint's
458 void setStrokeCap(Cap cap);