Home
last modified time | relevance | path

Searched refs:fIntervalLength (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/effects/
DSkDashPathEffect.cpp23 , fIntervalLength(0) { in SkDashImpl()
35 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
45 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
202 if (!cull_line(pts, rec, matrix, cullRect, fIntervalLength)) { in onAsPoints()
259 SkScalar numIntervals = len2 / fIntervalLength; in onAsPoints()
265 len2 -= numMidPoints * fIntervalLength; in onAsPoints()
328 distance += fIntervalLength; in onAsPoints()
DSkDashImpl.h37 SkScalar fIntervalLength; variable
/external/skia/src/effects/
DSkDashPathEffect.cpp23 , fIntervalLength(0) { in SkDashImpl()
35 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
45 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
202 if (!cull_line(pts, rec, matrix, cullRect, fIntervalLength)) { in onAsPoints()
259 SkScalar numIntervals = len2 / fIntervalLength; in onAsPoints()
265 len2 -= numMidPoints * fIntervalLength; in onAsPoints()
328 distance += fIntervalLength; in onAsPoints()
DSkDashImpl.h37 SkScalar fIntervalLength; variable
/external/skia/src/gpu/
DGrTestUtils.h90 SkScalar fIntervalLength; variable
DGrTestUtils.cpp287 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
293 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
/external/skqp/src/gpu/
DGrTestUtils.h90 SkScalar fIntervalLength; variable
DGrTestUtils.cpp285 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()