Searched refs:fInitialDashIndex (Results 1 – 4 of 4) sorted by relevance
78 &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()
63 int32_t fInitialDashIndex; variable