Searched refs:CalcDistance (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 886 double XPolygon::CalcDistance(sal_uInt16 nP1, sal_uInt16 nP2) in CalcDistance() function in XPolygon 1052 double fDiv = CalcDistance(nCenter, nDrag); in CalcSmoothJoin() 1056 double fRatio = CalcDistance(nCenter, nPnt) / fDiv; in CalcSmoothJoin() 1084 double fAbsLen = CalcDistance(nNext, nPrev); in CalcTangent() 1092 double fNextLen = CalcDistance(nCenter, nNext) / fAbsLen; in CalcTangent() 1093 double fPrevLen = CalcDistance(nCenter, nPrev) / fAbsLen; in CalcTangent() 1141 nPart1Length = CalcDistance(nFirst, nFirst+1); in PointsToBezier() 1142 nPart2Length = nPart1Length + CalcDistance(nFirst+1, nFirst+2); in PointsToBezier() 1143 nFullLength = nPart2Length + CalcDistance(nFirst+2, nFirst+3); in PointsToBezier()
|
/aoo42x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 116 double CalcDistance(sal_uInt16 nP1, sal_uInt16 nP2);
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 152 fLength += ((Polygon&)rPolygon).CalcDistance( nCount, nCount - 1 ); in GetLength() 573 double fDistance = i ? ((Polygon&)rPoly).CalcDistance( i, i - 1 ) : 0.0; in CalcDistances()
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 174 double CalcDistance( sal_uInt16 nPt1, sal_uInt16 nPt2 );
|
/aoo42x/main/tools/source/generic/ |
H A D | poly.cxx | 860 double Polygon::CalcDistance( sal_uInt16 nP1, sal_uInt16 nP2 ) in CalcDistance() function in Polygon 919 ( !nReduce || ( nReduce < (sal_uIntPtr) FRound( CalcDistance( nLast, i ) ) ) ) ) in Optimize()
|
Completed in 55 milliseconds