Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx895 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local
896 if( nRelCharPos >= 0 )
897 mpCharWidths[ nRelCharPos ] = 0;
924 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local
925 if( nRelCharPos >= 0 )
926 mpCharWidths[ nRelCharPos ] = 0;
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx969 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local
970 if( nRelCharPos >= 0 )
971 mpCharWidths[ nRelCharPos ] = 0;
998 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local
999 if( nRelCharPos >= 0 )
1000 mpCharWidths[ nRelCharPos ] = 0;

Completed in 94 milliseconds