Home
last modified time | relevance | path

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

/external/skqp/src/effects/
DSkDashPathEffect.cpp21 , fInitialDashLength(-1) in SkDashImpl()
35 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashImpl()
45 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
231 SkScalar clampedInitialDashLength = SkMinScalar(length, fInitialDashLength); in onAsPoints()
DSkDashImpl.h35 SkScalar fInitialDashLength; variable
/external/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 = SkMinScalar(length, fInitialDashLength); in onAsPoints()
DSkDashImpl.h35 SkScalar fInitialDashLength; variable
/external/skia/src/gpu/
DGrTestUtils.h88 SkScalar fInitialDashLength; variable
DGrTestUtils.cpp286 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength, in TestDashPathEffect()
293 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
/external/skqp/src/gpu/
DGrTestUtils.h88 SkScalar fInitialDashLength; variable
DGrTestUtils.cpp284 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength, in TestDashPathEffect()
291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()