Searched refs:nMinGlyphPos (Results 1 – 1 of 1) sorted by relevance
1103 void KashidaItemFix( int nMinGlyphPos, int nEndGlyphPos );1104 bool KashidaWordFix( int nMinGlyphPos, int nEndGlyphPos, int* pnCurrentPos );1811 int nMinGlyphPos, nEndGlyphPos; local1812 bool bRC = GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos );1821 if( nStart < nMinGlyphPos )1822 nStart = nMinGlyphPos;1829 for( int i = nMinGlyphPos; i < nStart; ++i )2002 int nMinGlyphPos = 0, nEndGlyphPos; local2006 if( GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos ) )2008 nStart = nMinGlyphPos;[all …]