Searched refs:fInitialDashIndex (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/effects/ |
D | SkDashPathEffect.cpp | 22 , 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()
|
D | SkDashImpl.h | 43 int32_t fInitialDashIndex; variable
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.h | 96 int fInitialDashIndex; variable
|
D | GrTestUtils.cpp | 292 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect() 298 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
|