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

/external/skia/src/core/
H A DSkStroke.cpp207 } fStrokeType; member in class:SkPathStroker
512 fStrokeType = strokeType;
915 SkScalar axisFlip = SkIntToScalar(fStrokeType); // go opposite ways for outer, inner
1241 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1274 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1318 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;
1348 SkPath* path = fStrokeType == kOuter_StrokeType ? &fOuter : &fInner;

Completed in 79 milliseconds