Home | History | Annotate | Download | only in core

Lines Matching refs:Cap

636     /** \enum SkPaint::Cap
637 Cap draws at the beginning and end of an open path contour.
639 enum Cap {
652 kLast_Cap = kSquare_Cap, //!< Equivalent to the largest value for Cap.
655 Cap is set to kButt_Cap by default.
698 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
702 @param cap one of: kButt_Cap, kRound_Cap, kSquare_Cap;
703 has no effect if cap is not valid
705 void setStrokeCap(Cap cap);