Home
last modified time | relevance | path

Searched refs:CalcDistance (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx886 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()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx116 double CalcDistance(sal_uInt16 nP1, sal_uInt16 nP2);
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx152 fLength += ((Polygon&)rPolygon).CalcDistance( nCount, nCount - 1 ); in GetLength()
573 double fDistance = i ? ((Polygon&)rPoly).CalcDistance( i, i - 1 ) : 0.0; in CalcDistances()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx174 double CalcDistance( sal_uInt16 nPt1, sal_uInt16 nPt2 );
/trunk/main/tools/source/generic/
H A Dpoly.cxx860 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 46 milliseconds