Lines Matching refs:mnGlyphCount
157 int mnGlyphCount; member in Os2SalLayout
200 mnGlyphCount( 0 ), in Os2SalLayout()
265 mnGlyphCount = 0;
272 mnGlyphCount += j - i;
284 if( (mnGlyphCount != mnCharCount) || bVertical )
300 mnGlyphCount = 0;
315 mpGlyphRTLFlags[ mnGlyphCount ] = true;
328 pRewrittenStr[ mnGlyphCount ] = cChar;
329 mpGlyphs2Chars[ mnGlyphCount ] = nCharPos;
330 mpChars2Glyphs[ nCharPos - rArgs.mnMinCharPos ] = mnGlyphCount;
331 ++mnGlyphCount;
336 mpOutGlyphs = new sal_Unicode[ mnGlyphCount ];
337 mpGlyphAdvances = new int[ mnGlyphCount ];
340 mpGlyphOrigAdvs = new int[ mnGlyphCount ];
351 for( i = 0; i < mnGlyphCount; ++i )
354 for( i = 0; i < mnGlyphCount; ++i )
438 for( i = 0; i < mnGlyphCount; ++i )
442 int nLen = mnGlyphCount;
482 for( i = 0; i < mnGlyphCount; ++i )
498 for( i = 0; i < mnGlyphCount; ++i )
501 for( i = 0; i < mnGlyphCount; ++i )
514 if( nStart >= mnGlyphCount )
566 if( ++nStart >= mnGlyphCount )
582 if( mnGlyphCount <= 0 )
599 &aPt, NULL, CHS_VECTOR, mnGlyphCount, (PSZ)str.GetBuffer(),
604 &aPt, NULL, CHS_VECTOR, mnGlyphCount, (LPWSTR)mpOutGlyphs,
614 &aPt, NULL, CHS_VECTOR, mnGlyphCount, (PSZ)str.GetBuffer(),
627 for( int i = 0; i < mnGlyphCount; ++i )
687 for( i = 0; i < mnGlyphCount; ++i )
716 if( mnGlyphCount <= 0 )
723 const int nRight = mnGlyphCount - 1;
767 for( i = 0; i < mnGlyphCount; ++i )
775 for( i = 0; i < mnGlyphCount; ++i )
815 mpGlyphOrigAdvs = new int[ mnGlyphCount ];
816 for( i = 0; i < mnGlyphCount; ++i )
834 if( nStart > mnGlyphCount )
870 int i = mnGlyphCount;
878 mpGlyphs2Chars = new int[ mnGlyphCount ];
881 for( int k = 0; k < mnGlyphCount; ++k )
889 for( i = mnGlyphCount; --i >= 0; )
899 mnGlyphCount = i + 1;
904 mpGlyphOrigAdvs = new int[ mnGlyphCount ];
905 for( int k = 0; k < mnGlyphCount; ++k )
911 for( i = 0; i < mnGlyphCount; ++i )
942 mnGlyphCount = nNewGC;
943 if( mnGlyphCount <= 0 )