Home
last modified time | relevance | path

Searched refs:fDotDashMovingLength (Results 1 – 2 of 2) sorted by path

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1329 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()
[all …]
H A Db3dpolygontools.cxx409 double fDotDashMovingLength(rDotDashArray[0]); in applyLineDashing() local
423 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()
436 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fDotDashMovingLength / fEdgeLength)); in applyLineDashing()
451 fLastDotDashMovingLength = fDotDashMovingLength; in applyLineDashing()
452fDotDashMovingLength += rDotDashArray[(++nDotDashIndex) % nDotDashCount]; in applyLineDashing()
471 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()

Completed in 40 milliseconds