Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/effects/
DSkDashPathEffect.cpp78 &fInitialDashIndex, count); in SkDashPathEffect()
81 SkASSERT(fInitialDashIndex >= 0 && fInitialDashIndex < fCount); in SkDashPathEffect()
257 int index = fInitialDashIndex; in filterPath()
324 if (meas.isClosed() && is_even(fInitialDashIndex) && in filterPath()
418 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
420 if (0 == fInitialDashIndex) { in asPoints()
453 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
456 if (0 == fInitialDashIndex) { in asPoints()
539 buffer.writeInt(fInitialDashIndex); in flatten()
551 fInitialDashIndex = buffer.readInt(); in SkDashPathEffect()
/external/skia/src/effects/
DSkDashPathEffect.cpp78 &fInitialDashIndex, count); in SkDashPathEffect()
81 SkASSERT(fInitialDashIndex >= 0 && fInitialDashIndex < fCount); in SkDashPathEffect()
257 int index = fInitialDashIndex; in filterPath()
324 if (meas.isClosed() && is_even(fInitialDashIndex) && in filterPath()
418 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
420 if (0 == fInitialDashIndex) { in asPoints()
453 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) { in asPoints()
456 if (0 == fInitialDashIndex) { in asPoints()
539 buffer.writeInt(fInitialDashIndex); in flatten()
551 fInitialDashIndex = buffer.readInt(); in SkDashPathEffect()
/external/chromium_org/third_party/skia/include/effects/
DSkDashPathEffect.h63 int32_t fInitialDashIndex; variable
/external/skia/include/effects/
DSkDashPathEffect.h63 int32_t fInitialDashIndex; variable