Searched refs:fIntervalLength (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 18 , fIntervalLength(0) { in SkDashPathEffect() 31 &fInitialDashLength, &fInitialDashIndex, &fIntervalLength, &fPhase); in SkDashPathEffect() 41 fInitialDashLength, fInitialDashIndex, fIntervalLength); in filterPath() 197 if (!cull_line(pts, rec, matrix, cullRect, fIntervalLength)) { in asPoints() 251 int numMidPoints = SkScalarFloorToInt(len2 / fIntervalLength); in asPoints() 253 len2 -= numMidPoints * fIntervalLength; in asPoints() 316 distance += fIntervalLength; in asPoints()
|
/external/skia/include/effects/ |
D | SkDashPathEffect.h | 72 SkScalar fIntervalLength; variable
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 67 SkScalar fIntervalLength; member 73 SkScalar fIntervalLength; member 201 verts[idx + i].fIntervalLength = intervalLength; in setup_dashed_rect() 219 verts[idx + i].fIntervalLength = intervalLength; in setup_dashed_rect()
|