Home
last modified time | relevance | path

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

/external/skqp/src/effects/
DSkDashPathEffect.cpp22 , fInitialDashIndex(0) in SkDashImpl()
35 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
45 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
239 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in onAsPoints()
241 if (0 == fInitialDashIndex) { in onAsPoints()
281 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in onAsPoints()
284 if (0 == fInitialDashIndex) { in onAsPoints()
DSkDashImpl.h36 int32_t fInitialDashIndex; variable
/external/skia/src/effects/
DSkDashPathEffect.cpp22 , fInitialDashIndex(0) in SkDashImpl()
35 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
45 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
239 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in onAsPoints()
241 if (0 == fInitialDashIndex) { in onAsPoints()
281 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in onAsPoints()
284 if (0 == fInitialDashIndex) { in onAsPoints()
DSkDashImpl.h36 int32_t fInitialDashIndex; variable
/external/skia/src/gpu/
DGrTestUtils.h89 int fInitialDashIndex; variable
DGrTestUtils.cpp287 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
293 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
/external/skqp/src/gpu/
DGrTestUtils.h89 int fInitialDashIndex; variable
DGrTestUtils.cpp285 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()