Home
last modified time | relevance | path

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

/third_party/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.h43 int32_t fInitialDashIndex; variable
/third_party/skia/src/gpu/
DGrTestUtils.h96 int fInitialDashIndex; variable
DGrTestUtils.cpp292 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
298 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()