Searched refs:found_apple (Results 1 – 4 of 4) sorted by relevance
226 FT_Int n, found_win, found_apple; in sfnt_get_ps_name() local237 found_apple = -1; in sfnt_get_ps_name()255 found_apple = n; in sfnt_get_ps_name()301 if ( found_apple != -1 ) in sfnt_get_ps_name()304 TT_Name name = face->name_table.names + found_apple; in sfnt_get_ps_name()
142 FT_Int found_apple = -1; in tt_face_get_name() local218 found_apple = found_apple_roman; in tt_face_get_name()220 found_apple = found_apple_english; in tt_face_get_name()227 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()251 else if ( found_apple >= 0 ) in tt_face_get_name()253 rec = face->name_table.names + found_apple; in tt_face_get_name()
223 FT_Int n, found_win, found_apple; in sfnt_get_ps_name() local234 found_apple = -1; in sfnt_get_ps_name()251 found_apple = n; in sfnt_get_ps_name()297 if ( found_apple != -1 ) in sfnt_get_ps_name()300 TT_NameEntryRec* name = face->name_table.names + found_apple; in sfnt_get_ps_name()
135 FT_Int found_apple = -1; in tt_face_get_name() local211 found_apple = found_apple_roman; in tt_face_get_name()213 found_apple = found_apple_english; in tt_face_get_name()220 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()244 else if ( found_apple >= 0 ) in tt_face_get_name()246 rec = face->name_table.names + found_apple; in tt_face_get_name()