Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/effects/
DSkDashPathEffect.cpp51 fIntervalLength = len; in SkDashPathEffect()
244 if (cull_path(src, *rec, cullRect, fIntervalLength, &cullPathStorage)) { in filterPath()
249 bool specialLine = lineRec.init(*srcPtr, dst, rec, fCount >> 1, fIntervalLength); in filterPath()
269 dashCount += length * (fCount >> 1) / fIntervalLength; in filterPath()
276 if (fIntervalLength >= length) { in filterPath()
277 scale = SkScalarDiv(length, fIntervalLength); in filterPath()
279 SkScalar div = SkScalarDiv(length, fIntervalLength); in filterPath()
281 scale = SkScalarDiv(length, n * fIntervalLength); in filterPath()
435 int numMidPoints = SkScalarFloorToInt(SkScalarDiv(len2, fIntervalLength)); in asPoints()
437 len2 -= numMidPoints * fIntervalLength; in asPoints()
[all …]
/external/skia/src/effects/
DSkDashPathEffect.cpp51 fIntervalLength = len; in SkDashPathEffect()
244 if (cull_path(src, *rec, cullRect, fIntervalLength, &cullPathStorage)) { in filterPath()
249 bool specialLine = lineRec.init(*srcPtr, dst, rec, fCount >> 1, fIntervalLength); in filterPath()
269 dashCount += length * (fCount >> 1) / fIntervalLength; in filterPath()
276 if (fIntervalLength >= length) { in filterPath()
277 scale = SkScalarDiv(length, fIntervalLength); in filterPath()
279 SkScalar div = SkScalarDiv(length, fIntervalLength); in filterPath()
281 scale = SkScalarDiv(length, n * fIntervalLength); in filterPath()
435 int numMidPoints = SkScalarFloorToInt(SkScalarDiv(len2, fIntervalLength)); in asPoints()
437 len2 -= numMidPoints * fIntervalLength; in asPoints()
[all …]
/external/chromium_org/third_party/skia/include/effects/
DSkDashPathEffect.h64 SkScalar fIntervalLength; variable
/external/skia/include/effects/
DSkDashPathEffect.h64 SkScalar fIntervalLength; variable