Home
last modified time | relevance | path

Searched refs:fIntervalLength (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/
DSkDashPathEffect.cpp18 , 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/
DSkDashPathEffect.h72 SkScalar fIntervalLength; variable
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp67 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()