Home
last modified time | relevance | path

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

/third_party/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.h44 SkScalar fIntervalLength; variable
/third_party/skia/src/gpu/
DGrTestUtils.h97 SkScalar fIntervalLength; variable
DGrTestUtils.cpp292 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect()
298 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()