Home
last modified time | relevance | path

Searched refs:fLastDotDashMovingLength (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx416 double fLastDotDashMovingLength(0.0); in applyLineDashing() local
433 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
451 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()
464 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
H A Db2dpolygontools.cxx1336 double fLastDotDashMovingLength(0.0); in applyLineDashing() local
1361 … 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 22 milliseconds