Searched refs:pCharWidths (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | sallayout.cxx | 999 bool GenericSalLayout::GetCharWidths( sal_Int32* pCharWidths ) const in GetCharWidths() 1004 pCharWidths[n] = 0; in GetCharWidths() 1063 pCharWidths[n] += nXPosMax - nXPosMin; in GetCharWidths() 1076 long GenericSalLayout::FillDXArray( sal_Int32* pCharWidths ) const in FillDXArray() 1078 if( pCharWidths ) in FillDXArray() 1079 if( !GetCharWidths( pCharWidths ) ) in FillDXArray() 1475 sal_Int32* pCharWidths = (sal_Int32*)alloca( nCharCapacity * sizeof(sal_Int32) ); in GetTextBreak() local 1476 if( !GetCharWidths( pCharWidths ) ) in GetTextBreak() 1482 nWidth += pCharWidths[ i - mnMinCharPos ] * nFactor; in GetTextBreak() 2141 sal_Int32* pCharWidths = (sal_Int32*)alloca( 2*nCharCount * sizeof(sal_Int32) ); in GetTextBreak() local [all …]
|
| H A D | textlayout.cxx | 255 sal_Int32* pCharWidths = new sal_Int32[ _nLength ]; in DrawText() local 256 long nTextWidth = GetTextArray( _rText, pCharWidths, _nStartIndex, _nLength ); in DrawText() 257 m_rTargetDevice.DrawTextArray( _rStartPoint, _rText, pCharWidths, _nStartIndex, _nLength ); in DrawText() 258 delete[] pCharWidths; in DrawText()
|
| /AOO41X/main/cppcanvas/source/mtfrenderer/ |
| H A D | textaction.cxx | 179 uno::Sequence< double > setupDXArray( const sal_Int32* pCharWidths, in setupDXArray() argument 194 *pOutputWidths++ = *pCharWidths++ * nScale; in setupDXArray() 208 ::boost::scoped_array< sal_Int32 > pCharWidths( new sal_Int32[nLen] ); in setupDXArray() 210 rVDev.GetTextArray( rText, pCharWidths.get(), in setupDXArray() 214 return setupDXArray( pCharWidths.get(), nLen, rState ); in setupDXArray()
|
| H A D | implrenderer.cxx | 962 const sal_Int32* pCharWidths, in createTextAction() argument 1053 pCharWidths, in createTextAction()
|
| /AOO41X/main/cppcanvas/source/inc/ |
| H A D | implrenderer.hxx | 145 const sal_Int32* pCharWidths,
|
| /AOO41X/main/vcl/inc/ |
| H A D | sallayout.hxx | 346 bool GetCharWidths( sal_Int32* pCharWidths ) const;
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salgdi3.cxx | 1651 const sal_Ucs* pUnicodes, sal_Int32* pCharWidths, in GetEmbedFontData() argument 1687 pCharWidths[i] = nCharWidth; in GetEmbedFontData()
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salgdi3.cxx | 2861 const sal_Unicode* pUnicodes, sal_Int32* pCharWidths, in GetEmbedFontData() argument 2905 pCharWidths[i] = nCharWidth; in GetEmbedFontData()
|