Searched refs:fStrokeType (Results 1 – 1 of 1) sorted by relevance
169 } fStrokeType; member in SkPathStroker469 fStrokeType = strokeType; in init()749 SkScalar axisFlip = SkIntToScalar(fStrokeType); // go opposite ways for outer, inner in setRayPts()1080 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in addDegenerateLine()1113 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in cubicStroke()1157 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in conicStroke()1187 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in quadStroke()