Lines Matching refs:SkStrokeRec
14 SkStrokeRec::SkStrokeRec(InitStyle s) { in SkStrokeRec() function in SkStrokeRec
23 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkScalar resScale) { in SkStrokeRec() function in SkStrokeRec
27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() function in SkStrokeRec
31 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) { in init()
67 SkStrokeRec::Style SkStrokeRec::getStyle() const { in getStyle()
77 void SkStrokeRec::setFillStyle() { in setFillStyle()
82 void SkStrokeRec::setHairlineStyle() { in setHairlineStyle()
87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) { in setStrokeStyle()
105 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath()
125 void SkStrokeRec::applyToPaint(SkPaint* paint) const { in applyToPaint()
138 SkScalar SkStrokeRec::getInflationRadius() const { in getInflationRadius()
142 SkScalar SkStrokeRec::GetInflationRadius(const SkPaint& paint, SkPaint::Style style) { in GetInflationRadius()
149 SkScalar SkStrokeRec::GetInflationRadius(SkPaint::Join join, SkScalar miterLimit, SkPaint::Cap cap, in GetInflationRadius()