Home
last modified time | relevance | path

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

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