Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkDashPathEffect.cpp16 , fInitialDashLength(0) in SkDashPathEffect()
31 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashPathEffect()
41 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()
164 if (fInitialDashLength < 0 || 0 >= rec.getWidth()) { in asPoints()
226 SkScalar clampedInitialDashLength = SkMinScalar(length, fInitialDashLength); in asPoints()
/external/skia/include/effects/
DSkDashPathEffect.h70 SkScalar fInitialDashLength; variable