Searched refs:fLastDotDashMovingLength (Results 1 – 2 of 2) sorted by relevance
416 double fLastDotDashMovingLength(0.0); in applyLineDashing() local433 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()451 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()464 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
1336 double fLastDotDashMovingLength(0.0); in applyLineDashing() local1361 … const double fBezierSplitStart(aCubicBezierHelper.distanceToRelative(fLastDotDashMovingLength)); in applyLineDashing()1385 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()1397 const double fBezierSplit(aCubicBezierHelper.distanceToRelative(fLastDotDashMovingLength)); in applyLineDashing()1430 …olate(aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fLastDotDashMovingLength / fEdgeLe… in applyLineDashing()1448 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()1461 …olate(aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fLastDotDashMovingLength / fEdgeLe… in applyLineDashing()
Completed in 39 milliseconds