Home
last modified time | relevance | path

Searched refs:fEdgeLength (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx277 double fEdgeLength(fZero); in getPositionAbsolute() local
326 fEdgeLength = getEdgeLength(rCandidate, nIndex); in getPositionAbsolute()
328 if(fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()
331 fDistance -= fEdgeLength; in getPositionAbsolute()
353 if(!fTools::equalZero(fEdgeLength)) in getPositionAbsolute()
355 fRelative = fDistance / fEdgeLength; in getPositionAbsolute()
419 const double fEdgeLength(B3DVector(aNextPoint - aCurrentPoint).getLength()); in applyLineDashing() local
421 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()
423 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()
436 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fDotDashMovingLength / fEdgeLength)); in applyLineDashing()
[all …]
H A Db2dpolygontools.cxx699 fDistance -= fEdgeLength; in getPositionAbsolute()
700 fEdgeLength = getEdgeLength(rCandidate, ++nIndex); in getPositionAbsolute()
963 fPositionOfStart += fEdgeLength; in getSnippetAbsolute()
1351 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()
1410 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()
1418 if(!fTools::equalZero(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()
[all …]
H A Db2dlinegeometry.cxx360 const double fEdgeLength(aPureEdgeVector.getLength()); in createAreaGeometryForEdge() local
361 const bool bIsEdgeLengthZero(fTools::equalZero(fEdgeLength)); in createAreaGeometryForEdge()
445 const double fScale(bIsEdgeLengthZero ? 1.0 : fLength / fEdgeLength); in createAreaGeometryForEdge()
508 const double fScale(bIsEdgeLengthZero ? 1.0 : fLength / fEdgeLength); in createAreaGeometryForEdge()
/aoo41x/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx508 const double fEdgeLength(rEdge.getEdgeLength()); in impGetLength() local
510 …rrentDeviation(fTools::equalZero(fControlPolygonLength) ? 0.0 : 1.0 - (fEdgeLength / fControlPolyg… in impGetLength()
514 return (fEdgeLength + fControlPolygonLength) * 0.5; in impGetLength()

Completed in 40 milliseconds