Searched refs:nIntIndex (Results 1 – 2 of 2) sorted by relevance
150 const sal_uInt32 nIntIndex(static_cast< sal_uInt32 >(fIntIndex)); in relativeToDistance() local151 const double fStartDistance(nIntIndex ? maLengthArray[nIntIndex - 1] : 0.0); in relativeToDistance()153 return fStartDistance + ((maLengthArray[nIntIndex] - fStartDistance) * fFractIndex); in relativeToDistance()
49 sal_uInt8 nIntIndex = nIndex & 0x07; in Fill() local51 ENTRY* pAkt = pData + nIntIndex; in Fill()
Completed in 11 milliseconds