Home
last modified time | relevance | path

Searched refs:getEdgeLength (Results 1 – 10 of 10) sorted by relevance

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx508 const double fEdgeLength(rEdge.getEdgeLength()); in impGetLength()
547 double B2DCubicBezier::getEdgeLength() const in getEdgeLength() function in basegfx::B2DCubicBezier
565 return getEdgeLength(); in getControlPolygonLength()
H A Db2dbeziertools.cxx87 maLengthArray.push_back(rBase.getEdgeLength()); in B2DCubicBezierHelper()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx213 … const double fRoughLength((aBezier.getEdgeLength() + aBezier.getControlPolygonLength()) / 2.0); in adaptiveSubdivideByDistance()
552 double getEdgeLength(const B2DPolygon& rCandidate, sal_uInt32 nIndex) in getEdgeLength() function
685 double fEdgeLength(getEdgeLength(rCandidate, nIndex)); in getPositionAbsolute()
700 fEdgeLength = getEdgeLength(rCandidate, ++nIndex); in getPositionAbsolute()
824 const double fEdgeLength(getEdgeLength(rCandidate, a)); in getSnippetAbsolute()
1416 const double fEdgeLength(aCurrentEdge.getEdgeLength()); in applyLineDashing()
H A Db3dpolygontools.cxx224 double getEdgeLength(const B3DPolygon& rCandidate, sal_uInt32 nIndex) in getEdgeLength() function
326 fEdgeLength = getEdgeLength(rCandidate, nIndex); in getPositionAbsolute()
/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx92 double getEdgeLength() const;
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygontools.hxx85 BASEGFX_DLLPUBLIC double getEdgeLength(const B3DPolygon& rCandidate, sal_uInt32 nIndex);
H A Db2dpolygontools.hxx109 BASEGFX_DLLPUBLIC double getEdgeLength(const B2DPolygon& rCandidate, sal_uInt32 nIndex);
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx127 sal_uInt16* pIndex = new sal_uInt16[mpImpl->getEdgeLength()]; in invert()
H A Db3dhommatrix.cxx102 sal_uInt16* pIndex = new sal_uInt16[mpImpl->getEdgeLength()]; in invert()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx148 sal_uInt16 getEdgeLength() const { return RowSize; } in getEdgeLength() function in basegfx::internal::ImplHomMatrixTemplate

Completed in 60 milliseconds