Searched refs:found_apple (Results 1 – 7 of 7) sorted by relevance
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()
154 FT_Int found_apple = -1; in tt_face_get_name() local230 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()
153 FT_Int found_apple = -1; in tt_face_get_name() local229 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()
152 FT_Int found_apple = -1; in tt_face_get_name() local228 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()
136 bool found_apple = false; in GetDeviceType() local139 if (!found_apple && LowerCaseEqualsASCII(tokens[i], "apple")) in GetDeviceType()140 found_apple = true; in GetDeviceType()143 if (found_apple && found_keyboard) in GetDeviceType()