Home | History | Annotate | Download | only in core

Lines Matching refs:Cap

635     /** \enum SkPaint::Cap
636 Cap draws at the beginning and end of an open path contour.
638 enum Cap {
651 kLast_Cap = kSquare_Cap, //!< Equivalent to the largest value for Cap.
654 Cap is set to kButt_Cap by default.
659 /** The number of different SkPaint::Cap values defined.
660 May be used to verify that SkPaint::Cap is a legal value.*/
701 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
705 @param cap one of: kButt_Cap, kRound_Cap, kSquare_Cap;
706 has no effect if cap is not valid
708 void setStrokeCap(Cap cap);