Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dbeziertools.cxx144 double fIntIndex; in relativeToDistance() local
145 const double fFractIndex(modf(fIndex, &fIntIndex)); in relativeToDistance()
146 const sal_uInt32 nIntIndex(static_cast< sal_uInt32 >(fIntIndex)); in relativeToDistance()