Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkDashPathEffect.cpp18 , fInitialDashIndex(0) in SkDashPathEffect()
32 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashPathEffect()
42 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()
235 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
237 if (0 == fInitialDashIndex) { in asPoints()
270 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
273 if (0 == fInitialDashIndex) { in asPoints()
/external/skia/include/effects/
DSkDashPathEffect.h69 int32_t fInitialDashIndex; variable