Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkDashPathEffect.cpp36 , fInitialDashIndex(0) in SkDashImpl()
49 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
59 fInitialDashLength, fInitialDashIndex, fIntervalLength, in onFilterPath()
254 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in onAsPoints()
256 if (0 == fInitialDashIndex) { in onAsPoints()
296 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in onAsPoints()
299 if (0 == fInitialDashIndex) { in onAsPoints()
DSkDashImpl.h43 int32_t fInitialDashIndex; variable
/external/skia/src/gpu/ganesh/
DGrTestUtils.h97 int fInitialDashIndex; variable
DGrTestUtils.cpp293 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
299 fInitialDashLength, fInitialDashIndex, fIntervalLength, in onFilterPath()