Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkDashPathEffect.cpp18 , fInitialDashIndex(0) in SkDashImpl()
31 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
41 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()
231 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
233 if (0 == fInitialDashIndex) { in asPoints()
273 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
276 if (0 == fInitialDashIndex) { in asPoints()
DSkDashImpl.h42 int32_t fInitialDashIndex; variable
/external/skia/src/gpu/
DGrTestUtils.cpp274 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
280 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()
DGrTestUtils.h81 int fInitialDashIndex; variable