Searched refs:fInitialDashLength (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 21 , 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()
|
D | SkDashImpl.h | 41 SkScalar fInitialDashLength; variable
|
/external/skqp/src/effects/ |
D | SkDashPathEffect.cpp | 21 , 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()
|
D | SkDashImpl.h | 35 SkScalar fInitialDashLength; variable
|
/external/skia/src/gpu/ |
D | GrTestUtils.h | 91 SkScalar fInitialDashLength; variable
|
D | GrTestUtils.cpp | 291 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength, in TestDashPathEffect() 298 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
|
/external/skqp/src/gpu/ |
D | GrTestUtils.h | 88 SkScalar fInitialDashLength; variable
|
D | GrTestUtils.cpp | 284 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength, in TestDashPathEffect() 291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
|