Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx514 const sal_uInt32 nNewRecursionWatch(nRecursionWatch - 1); in impGetLength() local
518 return impGetLength(aLeft, fNewDeviation, nNewRecursionWatch) in impGetLength()
519 + impGetLength(aRight, fNewDeviation, nNewRecursionWatch); in impGetLength()