Searched refs:mnCharCount (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | atslayout.cxx | 67 int mnCharCount; // ==mnEndCharPos-mnMinCharPos member in ATSLayout 128 mnCharCount( 0 ), in ATSLayout() 216 mnCharCount = mnEndCharPos - mnMinCharPos; in LayoutText() 219 if( mnCharCount<=0 ) in LayoutText() 223 UniCharCount nRunLengths[1] = { mnCharCount }; in LayoutText() 226 rArgs.mnMinCharPos, mnCharCount, rArgs.mnLength, in LayoutText() 290 nPixelWidth = rArgs.mpDXArray[ mnCharCount - 1 ]; in AdjustLayout() 293 int i = mnCharCount; in AdjustLayout() 298 mnTrailingSpaceWidth = rArgs.mpDXArray[ mnCharCount-1 ]; in AdjustLayout() 367 if( (mnCharCount <= 0) in DrawText() [all …]
|
| H A D | ctlayout.cxx | 60 int mnCharCount; // ==mnEndCharPos-mnMinCharPos member in CTLayout 87 , mnCharCount( 0 ) in CTLayout() 124 mnCharCount = mnEndCharPos - mnMinCharPos; in LayoutText() 127 if( mnCharCount <= 0 ) in LayoutText() 131 … CFStringCreateWithCharactersNoCopy( NULL, rArgs.mpStr + mnMinCharPos, mnCharCount, kCFAllocatorNu… in LayoutText() 165 nPixelWidth = rArgs.mpDXArray[ mnCharCount-1 ]; in AdjustLayout() 171 if( mnTrailingSpaceCount >= mnCharCount) in AdjustLayout() 194 nPixelWidth = rArgs.mpDXArray[ mnCharCount-1-mnTrailingSpaceCount ]; in AdjustLayout() 209 mnCharCount - mnTrailingSpaceCount, kCFAllocatorNull ); in AdjustLayout() 243 if( (mnCharCount <= 0) in DrawText() [all …]
|
| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | os2layout.cxx | 158 int mnCharCount; member in Os2SalLayout 201 mnCharCount( 0 ), in Os2SalLayout() 238 mnCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; 277 mpGlyphRTLFlags = new bool[ mnCharCount ]; 278 for( i = 0; i < mnCharCount; ++i ) 284 if( (mnGlyphCount != mnCharCount) || bVertical ) 291 sal_Unicode* pRewrittenStr = (sal_Unicode*)alloca( mnCharCount * sizeof(sal_Unicode) ); 295 mpChars2Glyphs = new int[ mnCharCount ]; 296 mpGlyphs2Chars = new int[ mnCharCount ]; 297 for( i = 0; i < mnCharCount; ++i ) [all …]
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | winlayout.cxx | 197 int mnCharCount; member in SimpleWinLayout 260 mnCharCount( 0 ), in SimpleWinLayout() 297 mnCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; 334 mpGlyphRTLFlags = new bool[ mnCharCount ]; 335 for( i = 0; i < mnCharCount; ++i ) 341 if( (mnGlyphCount != mnCharCount) || bVertical ) 348 sal_Unicode* pRewrittenStr = (sal_Unicode*)alloca( mnCharCount * sizeof(sal_Unicode) ); 352 mpChars2Glyphs = new int[ mnCharCount ]; 353 mpGlyphs2Chars = new int[ mnCharCount ]; 354 for( i = 0; i < mnCharCount; ++i ) [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | impfont.cxx | 52 , mnCharCount( 0 ) in ImplFontCharMap() 60 mnCharCount += cLast - cFirst; in ImplFontCharMap() 130 return mnCharCount; in GetCharCount()
|
| /AOO41X/main/vcl/inc/os2/ |
| H A D | sallayout.h | 48 int mnCharCount;
|
| /AOO41X/main/vcl/inc/ |
| H A D | impfont.hxx | 213 int mnCharCount; // covered codepoints member in ImplFontCharMap
|