Lines Matching refs:fDotDashMovingLength
1329 double fDotDashMovingLength(rDotDashArray[0]); in applyLineDashing() local
1353 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()
1362 const double fBezierSplitEnd(aCubicBezierHelper.distanceToRelative(fDotDashMovingLength)); in applyLineDashing()
1385 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()
1386 fDotDashMovingLength += rDotDashArray[(++nDotDashIndex) % nDotDashCount]; in applyLineDashing()
1410 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()
1420 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()
1433 …rpolate(aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fDotDashMovingLength / fEdgeLeng… in applyLineDashing()
1448 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()
1449 fDotDashMovingLength += rDotDashArray[(++nDotDashIndex) % nDotDashCount]; in applyLineDashing()
1468 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()