Lines Matching refs:mnGlyphCount

196     int             mnGlyphCount;  member in SimpleWinLayout
259 mnGlyphCount( 0 ), in SimpleWinLayout()
322 mnGlyphCount = 0;
329 mnGlyphCount += j - i;
341 if( (mnGlyphCount != mnCharCount) || bVertical )
357 mnGlyphCount = 0;
372 mpGlyphRTLFlags[ mnGlyphCount ] = true;
386 pRewrittenStr[ mnGlyphCount ] = static_cast<sal_Unicode>(cChar);
387 mpGlyphs2Chars[ mnGlyphCount ] = nCharPos;
388 mpChars2Glyphs[ nCharPos - rArgs.mnMinCharPos ] = mnGlyphCount;
389 ++mnGlyphCount;
394 mpOutGlyphs = new WCHAR[ mnGlyphCount ];
395 mpGlyphAdvances = new int[ mnGlyphCount ];
398 mpGlyphOrigAdvs = new int[ mnGlyphCount ];
407 for( i = 0; i < mnGlyphCount; ++i )
410 for( i = 0; i < mnGlyphCount; ++i )
449 if( bSurrogate && ((i+1) < mnGlyphCount) )
486 if( bSurrogate && ((i+1) < mnGlyphCount) )
506 for( i = 0; i < mnGlyphCount; ++i )
510 int nLen = mnGlyphCount;
550 for( i = 0; i < mnGlyphCount; ++i )
568 for( i = 0; i < mnGlyphCount; ++i )
571 for( i = 0; i < mnGlyphCount; ++i )
584 if( nStart >= mnGlyphCount )
634 if( ++nStart >= mnGlyphCount )
650 if( mnGlyphCount <= 0 )
666 UINT numGlyphPortions = mnGlyphCount / maxGlyphCount;
667 UINT remainingGlyphs = mnGlyphCount % maxGlyphCount;
688 mpOutGlyphs, mnGlyphCount, mpGlyphAdvances );
701 for( int i = 0; i < mnGlyphCount; ++i )
761 for( i = 0; i < mnGlyphCount; ++i )
790 if( mnGlyphCount <= 0 )
797 const int nRight = mnGlyphCount - 1;
841 for( i = 0; i < mnGlyphCount; ++i )
849 for( i = 0; i < mnGlyphCount; ++i )
889 mpGlyphOrigAdvs = new int[ mnGlyphCount ];
890 for( i = 0; i < mnGlyphCount; ++i )
908 if( nStart > mnGlyphCount )
944 int i = mnGlyphCount;
952 mpGlyphs2Chars = new int[ mnGlyphCount ];
955 for( int k = 0; k < mnGlyphCount; ++k )
963 for( i = mnGlyphCount; --i >= 0; )
973 mnGlyphCount = i + 1;
978 mpGlyphOrigAdvs = new int[ mnGlyphCount ];
979 for( int k = 0; k < mnGlyphCount; ++k )
985 for( i = 0; i < mnGlyphCount; ++i )
1016 mnGlyphCount = nNewGC;
1017 if( mnGlyphCount <= 0 )
1092 int mnGlyphCount; member in UniscribeLayout
1246 mnGlyphCount( 0 ),
1430 mnGlyphCount = 0;
1448 rVisualItem.mnMinGlyphPos = mnGlyphCount;
1603 mnGlyphCount += nGlyphCount;
1604 rVisualItem.mnEndGlyphPos = mnGlyphCount;
1675 for( i = 0; i < mnGlyphCount; ++i )
1765 if( nStart > mnGlyphCount ) // nStart>MAX means no more glyphs
1796 nStartx8 = (mnGlyphCount + 1) << 8;
1801 int nNextItemStart = mnGlyphCount;
1816 nStartx8 = (mnGlyphCount + 1) << 8;
1861 for( int i = 0; i < mnGlyphCount; ++i )
1998 if( nStart > mnGlyphCount )
2009 DBG_ASSERT( nStart <= mnGlyphCount, "USPLayout::MoveG overflow" );
2065 DBG_ASSERT( nStart<=mnGlyphCount, "USPLayout::MoveG nStart overflow" );
2075 DBG_ASSERT( nStart <= mnGlyphCount, "USPLayout::DropG overflow" );
2095 for( i = 0; i < mnGlyphCount; ++i )
2098 if( i >= mnGlyphCount )
2106 for( i = 0; i < mnGlyphCount; ++i )
2334 long* const pGlyphPos = (long*)alloca( (mnGlyphCount+1) * sizeof(long) );
2335 for( i = 0; i <= mnGlyphCount; ++i )
2437 for( i = 0; i < mnGlyphCount; ++i )