Home
last modified time | relevance | path

Searched refs:nMinGlyphPos (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1103 void KashidaItemFix( int nMinGlyphPos, int nEndGlyphPos );
1104 bool KashidaWordFix( int nMinGlyphPos, int nEndGlyphPos, int* pnCurrentPos );
1811 int nMinGlyphPos, nEndGlyphPos; local
1812 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; local
2006 if( GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos ) )
2008 nStart = nMinGlyphPos;
[all …]