Home | History | Annotate | Download | only in core

Lines Matching refs:Cap

395     /** Cap enum specifies the settings for the paint's strokecap. This is the
399 If the cap is round or square, the caps are drawn when the contour has
405 The zero length contour draws the square cap without rotation, since
408 enum Cap {
429 /** Return the paint's stroke cap type, controlling how the start and end
431 @return the line cap style for the paint, used whenever the paint's
434 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
436 /** Set the paint's stroke cap type.
437 @param cap set the paint's line cap style, used whenever the paint's
440 void setStrokeCap(Cap cap);
741 SkScalar fCapHeight; //!< The cap height (> 0), or 0 if cannot be determined.