Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx214 sal_Int32* pKernArray; member
226 pKernArray( _pKernArray ), in CalcLinePosData()
255 sal_Int32 nKernStart = nStart ? rData.pKernArray[ sal_uInt16( nStart - 1 ) ] : 0; in lcl_calcLinePos()
256 sal_Int32 nKernEnd = rData.pKernArray[ sal_uInt16( nEnd - 1 ) ]; in lcl_calcLinePos()
1020 sal_Int32* pKernArray = new sal_Int32[rInf.GetLen()]; in DrawText() local
1023 pPrinter->GetTextArray( rInf.GetText(), pKernArray, in DrawText()
1026 rInf.GetOut().GetTextArray( rInf.GetText(), pKernArray, in DrawText()
1029 long nWidthPerChar = pKernArray[ rInf.GetLen() - 1 ] / rInf.GetLen(); in DrawText()
1038 long nCharWidth = pKernArray[ 0 ]; in DrawText()
1063 long nScr = pKernArray[ j ] - pKernArray[ j - 1 ]; in DrawText()
[all …]
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1757 long SwScriptInfo::Compress( sal_Int32* pKernArray, xub_StrLen nIdx, xub_StrLen nLen, in Compress() argument
1792 long nLast = nI ? pKernArray[ nI - 1 ] : 0; in Compress()
1804 if ( pKernArray[ nI ] - nLast < nMinWidth ) in Compress()
1815 nLast -= pKernArray[ nI ]; in Compress()
1836 nLast = pKernArray[ nI ]; in Compress()
1838 pKernArray[ nI - 1 ] += nMove; in Compress()
1839 pKernArray[ nI++ ] -= nSub; in Compress()
1858 nLast = pKernArray[ nI ]; in Compress()
1859 pKernArray[ nI++ ] -= nSub; in Compress()
1878 sal_uInt16 SwScriptInfo::KashidaJustify( sal_Int32* pKernArray, in KashidaJustify() argument
[all …]
/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx60 long *pKernArray = 0,
102 long *pKernArray, const sal_uInt16 nIdx, const sal_uInt16 nLen ) in DrawTextArray() argument
105 pOut->DrawTextArray( rStart, rTxt, pKernArray, nIdx, nLen ); in DrawTextArray()
107 pOut->DrawTextArray( rStart - *pPos, rTxt, pKernArray, nIdx, nLen ); in DrawTextArray()
H A Dscriptinfo.hxx247 long Compress( sal_Int32* pKernArray, xub_StrLen nIdx, xub_StrLen nLen,
267 sal_uInt16 KashidaJustify( sal_Int32* pKernArray, sal_Int32* pScrArray,
339 static sal_uInt16 ThaiJustify( const XubString& rTxt, sal_Int32* pKernArray,
H A Dfntcache.hxx100 long nHalfSpace, long* pKernArray, const sal_Bool bBidiPor);