Home
last modified time | relevance | path

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

/third_party/skia/src/effects/
DSkDashPathEffect.cpp21 , fInitialDashLength(-1) in SkDashImpl()
35 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
45 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
231 SkScalar clampedInitialDashLength = std::min(length, fInitialDashLength); in onAsPoints()
DSkDashImpl.h42 SkScalar fInitialDashLength; variable
/third_party/skia/src/gpu/
DGrTestUtils.h95 SkScalar fInitialDashLength; variable
DGrTestUtils.cpp291 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength, in TestDashPathEffect()
298 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()