Searched refs:fDotDashMovingLength (Results 1 – 2 of 2) sorted by relevance
409 double fDotDashMovingLength(rDotDashArray[0]); in applyLineDashing() local423 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()436 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fDotDashMovingLength / fEdgeLength)); in applyLineDashing()451 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()452 … fDotDashMovingLength += rDotDashArray[(++nDotDashIndex) % nDotDashCount]; in applyLineDashing()471 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()
1329 double fDotDashMovingLength(rDotDashArray[0]); in applyLineDashing() local1353 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()[all …]
Completed in 20 milliseconds