Searched refs:fInitialDashIndex (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 18 , fInitialDashIndex(0) in SkDashImpl() 31 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl() 41 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath() 231 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints() 233 if (0 == fInitialDashIndex) { in asPoints() 273 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints() 276 if (0 == fInitialDashIndex) { in asPoints()
|
D | SkDashImpl.h | 42 int32_t fInitialDashIndex; variable
|
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 274 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect() 280 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()
|
D | GrTestUtils.h | 81 int fInitialDashIndex; variable
|