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

/external/chromium_org/third_party/skia/include/effects/
H A DSkDashPathEffect.h68 SkScalar fInitialDashLength; member in class:SkDashPathEffect
/external/skia/src/effects/
H A DSkDashPathEffect.cpp27 SkDashPath::CalcDashParameters(phase, fIntervals, fCount, &fInitialDashLength,
38 fInitialDashLength, fInitialDashIndex, fIntervalLength);
51 if (fInitialDashLength < 0 || 0 >= rec.getWidth()) {
106 SkScalar clampedInitialDashLength = SkMinScalar(length, fInitialDashLength);
256 fInitialDashLength = buffer.readScalar();
274 if (fInitialDashLength != -1) { // Signal for bad dash interval
278 fPhase += fIntervals[fInitialDashIndex] - fInitialDashLength;
283 SkDashPath::CalcDashParameters(fPhase, fIntervals, fCount, &fInitialDashLength,
/external/chromium_org/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp16 , fInitialDashLength(0)
31 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase);
41 fInitialDashLength, fInitialDashIndex, fIntervalLength);
164 if (fInitialDashLength < 0 || 0 >= rec.getWidth()) {
226 SkScalar clampedInitialDashLength = SkMinScalar(length, fInitialDashLength);
377 , fInitialDashLength(0)
383 fInitialDashLength = buffer.readScalar();
401 if (fInitialDashLength != -1) { // Signal for bad dash interval
405 fPhase += fIntervals[fInitialDashIndex] - fInitialDashLength;
411 &fInitialDashLength,
[all...]
/external/skia/include/effects/
H A DSkDashPathEffect.h68 SkScalar fInitialDashLength; member in class:SkDashPathEffect

Completed in 1284 milliseconds