Searched refs:max_char (Results 1 – 2 of 2) sorted by relevance
95 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local106 max_char = 0; in T42_Open_Face()135 if ( charcode >= max_char ) in T42_Open_Face()136 max_char = charcode + 1; in T42_Open_Face()144 type1->encoding.code_last = max_char; in T42_Open_Face()
2216 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local2226 max_char = 0; in T1_Open_Face()2255 if ( charcode >= max_char ) in T1_Open_Face()2256 max_char = charcode + 1; in T1_Open_Face()2264 type1->encoding.code_last = max_char; in T1_Open_Face()
Completed in 7 milliseconds