Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx500 … double impGetLength(const B2DCubicBezier& rEdge, double fDeviation, sal_uInt32 nRecursionWatch) in impGetLength() function
518 return impGetLength(aLeft, fNewDeviation, nNewRecursionWatch) in impGetLength()
519 + impGetLength(aRight, fNewDeviation, nNewRecursionWatch); in impGetLength()
533 return impGetLength(*this, fDeviation, 6); in getLength()