Lines Matching refs:fInitialDashLength
77 fInitialDashLength = FindFirstInterval(intervals, phase, in SkDashPathEffect()
80 SkASSERT(fInitialDashLength >= 0); in SkDashPathEffect()
83 fInitialDashLength = -1; // signal bad dash intervals in SkDashPathEffect()
234 if (rec->isFillStyle() || fInitialDashLength < 0) { in filterPath()
288 double dlen = SkScalarMul(fInitialDashLength, scale); in filterPath()
325 fInitialDashLength > 0) { in filterPath()
326 meas.getSegment(0, SkScalarMul(fInitialDashLength, scale), dst, !addedSegment); in filterPath()
348 if (fInitialDashLength < 0 || 0 >= rec.getWidth()) { in asPoints()
410 SkScalar clampedInitialDashLength = SkMinScalar(length, fInitialDashLength); in asPoints()
532 return fInitialDashLength < 0 ? NULL : CreateProc; in getFactory()
536 SkASSERT(fInitialDashLength >= 0); in flatten()
540 buffer.writeScalar(fInitialDashLength); in flatten()
552 fInitialDashLength = buffer.readScalar(); in SkDashPathEffect()