Searched refs:fIntervalLength (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 23 , 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()
|
D | SkDashImpl.h | 43 SkScalar fIntervalLength; variable
|
/external/skqp/src/effects/ |
D | SkDashPathEffect.cpp | 23 , 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()
|
D | SkDashImpl.h | 37 SkScalar fIntervalLength; variable
|
/external/skia/src/gpu/ |
D | GrTestUtils.h | 93 SkScalar fIntervalLength; variable
|
D | GrTestUtils.cpp | 292 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect() 298 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
|
/external/skqp/src/gpu/ |
D | GrTestUtils.h | 90 SkScalar fIntervalLength; variable
|
D | GrTestUtils.cpp | 285 &fInitialDashIndex, &fIntervalLength, &fPhase); in TestDashPathEffect() 291 fInitialDashLength, fInitialDashIndex, fIntervalLength); in onFilterPath()
|