Home
last modified time | relevance | path

Searched refs:fInitialDashIndex (Results 1 – 8 of 8) 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/skqp/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.h86 int fInitialDashIndex; variable
DGrTestUtils.cpp285 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()
/external/skqp/src/gpu/
DGrTestUtils.h86 int fInitialDashIndex; variable
DGrTestUtils.cpp285 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()