Searched refs:fStrokeType (Results 1 – 1 of 1) sorted by relevance
172 } fStrokeType; member in SkPathStroker483 fStrokeType = strokeType; in init()771 SkScalar axisFlip = SkIntToScalar(fStrokeType); // go opposite ways for outer, inner in setRayPts()1101 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in addDegenerateLine()1129 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in cubicStroke()1172 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in conicStroke()1202 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner; in quadStroke()