Searched refs:pConvertedDXAry (Results 1 – 1 of 1) sorted by relevance
697 sal_Int16* pConvertedDXAry = new sal_Int16[ nOriginalTextLen ]; in TrueExtTextOut() local699 pConvertedDXAry[ j++ ] = (sal_Int16)ScaleWidth( pDXAry[ 0 ] ); in TrueExtTextOut()701 pConvertedDXAry[ j++ ] = (sal_Int16)ScaleWidth( pDXAry[ i ] - pDXAry[ i - 1 ] ); in TrueExtTextOut()702 …pConvertedDXAry[ j ] = (sal_Int16)ScaleWidth( pDXAry[ nOriginalTextLen - 2 ] / ( nOriginalTextLen … in TrueExtTextOut()706 sal_Int16 nDx = pConvertedDXAry[ i ]; in TrueExtTextOut()716 delete[] pConvertedDXAry; in TrueExtTextOut()
Completed in 16 milliseconds