Searched refs:found_win (Results 1 – 4 of 4) sorted by relevance
226 FT_Int n, found_win, found_apple; in sfnt_get_ps_name() local236 found_win = -1; in sfnt_get_ps_name()250 found_win = n; in sfnt_get_ps_name()259 if ( found_win != -1 ) in sfnt_get_ps_name()262 TT_Name name = face->name_table.names + found_win; in sfnt_get_ps_name()
145 FT_Int found_win = -1; in tt_face_get_name() local195 if ( found_win == -1 || ( rec->languageID & 0x3FF ) == 0x009 ) in tt_face_get_name()203 found_win = n; in tt_face_get_name()227 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()229 rec = face->name_table.names + found_win; in tt_face_get_name()
223 FT_Int n, found_win, found_apple; in sfnt_get_ps_name() local233 found_win = -1; in sfnt_get_ps_name()246 found_win = n; in sfnt_get_ps_name()255 if ( found_win != -1 ) in sfnt_get_ps_name()258 TT_NameEntryRec* name = face->name_table.names + found_win; in sfnt_get_ps_name()
138 FT_Int found_win = -1; in tt_face_get_name() local188 if ( found_win == -1 || ( rec->languageID & 0x3FF ) == 0x009 ) in tt_face_get_name()196 found_win = n; in tt_face_get_name()220 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()222 rec = face->name_table.names + found_win; in tt_face_get_name()