Lines Matching refs:pScrArray
1482 sal_Int32* pScrArray = new sal_Int32[ rInf.GetLen() ]; in DrawText() local
1483 rInf.GetOut().GetTextArray( rInf.GetText(), pScrArray, in DrawText()
1535 pSI->Compress( pScrArray, rInf.GetIdx(), rInf.GetLen(), in DrawText()
1554 pScrArray[ nI ] += nSpaceSum; in DrawText()
1568 pSI->KashidaJustify( pKernArray, pScrArray, rInf.GetIdx(), in DrawText()
1584 pScrArray, rInf.GetIdx(), in DrawText()
1595 nScrPos = pScrArray[ 0 ]; in DrawText()
1678 ASSERT( pScrArray, "Where is the screen array?" ) in DrawText()
1680 nScr = pScrArray[ i ] - pScrArray[ i - 1 ]; in DrawText()
1882 delete[] pScrArray; in DrawText()
2033 sal_Int32* pScrArray = new sal_Int32[ rInf.GetLen() ]; in GetTextSize() local
2034 rInf.GetOut().GetTextArray( rInf.GetText(), pScrArray, in GetTextSize()
2036 nScrPos = pScrArray[ 0 ]; in GetTextSize()
2056 nScr = pScrArray[ i ] - pScrArray[ i - 1 ]; in GetTextSize()
2072 delete[] pScrArray; in GetTextSize()