Home | History | Annotate | Download | only in core

Lines Matching refs:Cap

429     /** Cap enum specifies the settings for the paint's strokecap. This is the
433 enum Cap {
454 /** Return the paint's stroke cap type, controlling how the start and end
456 @return the line cap style for the paint, used whenever the paint's
459 Cap getStrokeCap() const { return (Cap)fCapType; }
461 /** Set the paint's stroke cap type.
462 @param cap set the paint's line cap style, used whenever the paint's
465 void setStrokeCap(Cap cap);
765 SkScalar fCapHeight; //!< The cap height (> 0), or 0 if cannot be determined.