Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfdriver.c215 FT_Int n, found_win, found_apple; in sfnt_get_ps_name() local
226 found_apple = -1; in sfnt_get_ps_name()
243 found_apple = n; in sfnt_get_ps_name()
289 if ( found_apple != -1 ) in sfnt_get_ps_name()
292 TT_NameEntryRec* name = face->name_table.names + found_apple; in sfnt_get_ps_name()
Dsfobjs.c144 FT_Int found_apple = -1; in tt_face_get_name() local
220 found_apple = found_apple_roman; in tt_face_get_name()
222 found_apple = found_apple_english; in tt_face_get_name()
229 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()
253 else if ( found_apple >= 0 ) in tt_face_get_name()
255 rec = face->name_table.names + found_apple; in tt_face_get_name()