Home
last modified time | relevance | path

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

/third_party/flutter/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
/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()
/third_party/flutter/skia/src/gpu/
DGrTestUtils.h88 SkScalar fInitialDashLength; variable
DGrTestUtils.cpp286 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength, in TestDashPathEffect()
293 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()