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