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