Lines Matching refs:SkStroke
476 SkStroke::SkStroke() {
484 SkStroke::SkStroke(const SkPaint& p) {
492 SkStroke::SkStroke(const SkPaint& p, SkScalar width) {
500 void SkStroke::setWidth(SkScalar width) {
505 void SkStroke::setMiterLimit(SkScalar miterLimit) {
510 void SkStroke::setCap(SkPaint::Cap cap) {
515 void SkStroke::setJoin(SkPaint::Join join) {
548 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const {
686 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst,