Lines Matching refs:nOffs
1835 xub_StrLen nOffs = 0; in DrawText() local
1840 while( nOffs < nLen && in DrawText()
1841 aPos.X() + pKernArray[ nOffs ] < rInf.GetLeft() ) in DrawText()
1842 ++nOffs; in DrawText()
1843 if( nOffs < nLen ) in DrawText()
1846 while( nLen > nOffs && in DrawText()
1850 if( nOffs ) in DrawText()
1851 --nOffs; in DrawText()
1853 if( nOffs ) in DrawText()
1855 long nDiff = pKernArray[ nOffs - 1 ]; in DrawText()
1857 for( xub_StrLen nX = nOffs; nX < nLen; ++nX ) in DrawText()
1862 if( nOffs < nLen ) in DrawText()
1878 rInf.GetOut().DrawTextArray( aPos, *pStr, pKernArray + nOffs, in DrawText()
1879 nTmpIdx + nOffs , nLen - nOffs ); in DrawText()