Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dsfdriver.c226 FT_Int n, found_win, found_apple; in sfnt_get_ps_name() local
237 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()
Dsfobjs.c142 FT_Int found_apple = -1; in tt_face_get_name() local
218 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()
/external/pdfium/third_party/freetype/src/sfnt/
Dsfdriver.c223 FT_Int n, found_win, found_apple; in sfnt_get_ps_name() local
234 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()
Dsfobjs.c135 FT_Int found_apple = -1; in tt_face_get_name() local
211 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()