Searched refs:fInitialDashIndex (Results 1 – 8 of 8) sorted by relevance
/external/skqp/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 | 36 int32_t fInitialDashIndex; variable
|
/external/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 | 36 int32_t fInitialDashIndex; variable
|
/external/skia/src/gpu/ |
D | GrTestUtils.h | 89 int fInitialDashIndex; variable
|
D | GrTestUtils.cpp | 287 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect() 293 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
|
/external/skqp/src/gpu/ |
D | GrTestUtils.h | 89 int fInitialDashIndex; variable
|
D | GrTestUtils.cpp | 285 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect() 291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
|