Lines Matching refs:fEdgeLength
685 double fEdgeLength(getEdgeLength(rCandidate, nIndex)); in getPositionAbsolute() local
696 if(nIndex < nEdgeCount && fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()
699 fDistance -= fEdgeLength; in getPositionAbsolute()
700 fEdgeLength = getEdgeLength(rCandidate, ++nIndex); in getPositionAbsolute()
716 if(fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()
756 const double fRelativeInEdge(fDistance / fEdgeLength); in getPositionAbsolute()
824 const double fEdgeLength(getEdgeLength(rCandidate, a)); in getSnippetAbsolute() local
839 …Tools::moreOrEqual(fFrom, fPositionOfStart) && fTools::less(fFrom, fPositionOfStart + fEdgeLength)) in getSnippetAbsolute()
842 if(fTools::equalZero(fEdgeLength)) in getSnippetAbsolute()
881 … const double fRelValue((fFrom - fPositionOfStart) / fEdgeLength); in getSnippetAbsolute()
896 …&& fTools::moreOrEqual(fTo, fPositionOfStart) && fTools::less(fTo, fPositionOfStart + fEdgeLength)) in getSnippetAbsolute()
899 if(fTools::equalZero(fEdgeLength)) in getSnippetAbsolute()
939 const double fRelValue((fTo - fPositionOfStart) / fEdgeLength); in getSnippetAbsolute()
963 fPositionOfStart += fEdgeLength; in getSnippetAbsolute()
1349 const double fEdgeLength(aCubicBezierHelper.getLength()); in applyLineDashing() local
1351 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()
1353 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()
1410 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()
1416 const double fEdgeLength(aCurrentEdge.getEdgeLength()); in applyLineDashing() local
1418 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()
1420 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()
1430 …aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
1433 …ate(aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fDotDashMovingLength / fEdgeLength)); in applyLineDashing()
1461 …aCurrentEdge.getStartPoint(), aCurrentEdge.getEndPoint(), fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
1468 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()
3401 double fEdgeLength(aEdge.getLength()); in createEdgesOfGivenLength() local
3403 if(!fTools::equalZero(fEdgeLength)) in createEdgesOfGivenLength()
3405 while(fTools::less(fPositionInEdge, fEdgeLength)) in createEdgesOfGivenLength()
3408 const double fScalar(fPositionInEdge / fEdgeLength); in createEdgesOfGivenLength()
3424 fPositionInEdge -= fEdgeLength; in createEdgesOfGivenLength()