Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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.c154 FT_Int found_apple = -1; in tt_face_get_name() local
230 found_apple = found_apple_roman; in tt_face_get_name()
232 found_apple = found_apple_english; in tt_face_get_name()
239 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()
263 else if ( found_apple >= 0 ) in tt_face_get_name()
265 rec = face->name_table.names + found_apple; in tt_face_get_name()
/external/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.c153 FT_Int found_apple = -1; in tt_face_get_name() local
229 found_apple = found_apple_roman; in tt_face_get_name()
231 found_apple = found_apple_english; in tt_face_get_name()
238 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()
262 else if ( found_apple >= 0 ) in tt_face_get_name()
264 rec = face->name_table.names + found_apple; in tt_face_get_name()
/external/chromium_org/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.c152 FT_Int found_apple = -1; in tt_face_get_name() local
228 found_apple = found_apple_roman; in tt_face_get_name()
230 found_apple = found_apple_english; in tt_face_get_name()
237 if ( found_win >= 0 && !( found_apple >= 0 && !is_english ) ) in tt_face_get_name()
261 else if ( found_apple >= 0 ) in tt_face_get_name()
263 rec = face->name_table.names + found_apple; in tt_face_get_name()
/external/chromium_org/chrome/browser/chromeos/events/
Devent_rewriter.cc136 bool found_apple = false; in GetDeviceType() local
139 if (!found_apple && LowerCaseEqualsASCII(tokens[i], "apple")) in GetDeviceType()
140 found_apple = true; in GetDeviceType()
143 if (found_apple && found_keyboard) in GetDeviceType()