Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx52 const sal_uInt32 mnMaxIndex; member in svgio::svgreader::pathTextBreakupHelper
118 … while(mfSegmentStartPosition + mfCurrentSegmentLength < fNewPosition && mnIndex < mnMaxIndex) in advanceToPosition()
123 if(mnIndex < mnMaxIndex) in advanceToPosition()
150 mnMaxIndex(rPolygon.isClosed() ? rPolygon.count() : rPolygon.count() - 1), in pathTextBreakupHelper()
172 if(mfPosition < mfBasegfxPathLength && nLength && mnIndex < mnMaxIndex) in allowChange()

Completed in 10 milliseconds