Home
last modified time | relevance | path

Searched refs:fStrokeType (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp172 } fStrokeType; member in SkPathStroker
483 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()