Searched refs:fInitialDashLength (Results 1 – 2 of 2) sorted by relevance
16 , fInitialDashLength(0) in SkDashPathEffect()31 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashPathEffect()41 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath()164 if (fInitialDashLength < 0 || 0 >= rec.getWidth()) { in asPoints()226 SkScalar clampedInitialDashLength = SkMinScalar(length, fInitialDashLength); in asPoints()
70 SkScalar fInitialDashLength; variable