Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx697 sal_Int16* pConvertedDXAry = new sal_Int16[ nOriginalTextLen ]; in TrueExtTextOut() local
699 pConvertedDXAry[ j++ ] = (sal_Int16)ScaleWidth( pDXAry[ 0 ] ); in TrueExtTextOut()
701 pConvertedDXAry[ j++ ] = (sal_Int16)ScaleWidth( pDXAry[ i ] - pDXAry[ i - 1 ] ); in TrueExtTextOut()
702pConvertedDXAry[ 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 23 milliseconds