Lines Matching refs:nEndGlyphPos
1103 void KashidaItemFix( int nMinGlyphPos, int nEndGlyphPos );
1104 bool KashidaWordFix( int nMinGlyphPos, int nEndGlyphPos, int* pnCurrentPos );
1607 int nEndGlyphPos; local
1608 if( GetItemSubrange( rVisualItem, i, nEndGlyphPos ) )
1609 for(; i < nEndGlyphPos; ++i )
1811 int nMinGlyphPos, nEndGlyphPos; local
1812 bool bRC = GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos );
1965 if( ++nStart >= nEndGlyphPos )
2002 int nMinGlyphPos = 0, nEndGlyphPos; local
2006 if( GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos ) )
2017 bool bRC = GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos );
2139 int nMinGlyphPos, nEndGlyphPos, nOrigMinGlyphPos = rVI.mnMinGlyphPos; local
2140 GetItemSubrange( rVI, nMinGlyphPos, nEndGlyphPos );
2142 while( (mpOutGlyphs[i] == cDroppedGlyph) && (i < nEndGlyphPos) )
2149 if( i >= nEndGlyphPos )
2167 for(; i < nEndGlyphPos; ++i )
2171 while( ++i < nEndGlyphPos )
2206 int nMinGlyphPos, nEndGlyphPos; local
2207 if( !GetItemSubrange( rVisualItem, nMinGlyphPos, nEndGlyphPos ) )
2214 nBaseGlyphPos = nEndGlyphPos - 1;
2241 nEndGlyphPos - nMinGlyphPos,
2262 int nMinGlyphPos, nEndGlyphPos; local
2263 if( !GetItemSubrange( rVI, nMinGlyphPos, nEndGlyphPos ) )
2269 for( int i = nMinGlyphPos; i < nEndGlyphPos; ++i )
2516 int nMinGlyphPos, nEndGlyphPos; local
2517 if( GetItemSubrange( rVisualItem, nMinGlyphPos, nEndGlyphPos ) )
2519 for( i = nMinGlyphPos; i < nEndGlyphPos; ++i )
2523 KashidaItemFix( nMinGlyphPos, nEndGlyphPos );
2531 for( i = nMinGlyphPos; i < nEndGlyphPos; ++i )
2561 void UniscribeLayout::KashidaItemFix( int nMinGlyphPos, int nEndGlyphPos ) argument
2565 for( int i = nMinGlyphPos; i < nEndGlyphPos; ++i )
2580 for( int i = nMinGlyphPos; i < nEndGlyphPos; )
2581 KashidaWordFix ( nMinGlyphPos, nEndGlyphPos, &i );
2584 bool UniscribeLayout::KashidaWordFix ( int nMinGlyphPos, int nEndGlyphPos, int* pnCurrentPos ) argument
2592 for( int i = nMaxPos; i < nEndGlyphPos; ++i )
2666 if( (nMinPos > nMinGlyphPos) && (nMaxPos < nEndGlyphPos - 1) )
2680 else if( nMaxPos < nEndGlyphPos - 1 )