Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/effects/
DSkDashPathEffect.cpp77 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()
[all …]
/external/skia/src/effects/
DSkDashPathEffect.cpp77 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()
[all …]
/external/chromium_org/third_party/skia/include/effects/
DSkDashPathEffect.h62 SkScalar fInitialDashLength; variable
/external/skia/include/effects/
DSkDashPathEffect.h62 SkScalar fInitialDashLength; variable