Searched refs:nRelCharPos (Results 1 – 2 of 2) sorted by relevance
895 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local896 if( nRelCharPos >= 0 )897 mpCharWidths[ nRelCharPos ] = 0;924 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local925 if( nRelCharPos >= 0 )926 mpCharWidths[ nRelCharPos ] = 0;
969 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local970 if( nRelCharPos >= 0 )971 mpCharWidths[ nRelCharPos ] = 0;998 int nRelCharPos = mpGlyphs2Chars[ i ] - mnMinCharPos; local999 if( nRelCharPos >= 0 )1000 mpCharWidths[ nRelCharPos ] = 0;
Completed in 36 milliseconds