OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_apple
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c
223
FT_Int n, found_win,
found_apple
;
local
234
found_apple
= -1;
251
found_apple
= n;
297
if (
found_apple
!= -1 )
300
TT_NameEntryRec* name = face->name_table.names +
found_apple
;
sfobjs.c
152
FT_Int
found_apple
= -1;
local
228
found_apple
= found_apple_roman;
230
found_apple
= found_apple_english;
237
if ( found_win >= 0 && !(
found_apple
>= 0 && !is_english ) )
261
else if (
found_apple
>= 0 )
263
rec = face->name_table.names +
found_apple
;
[
all
...]
/external/freetype/src/sfnt/
sfdriver.c
223
FT_Int n, found_win,
found_apple
;
local
234
found_apple
= -1;
251
found_apple
= n;
297
if (
found_apple
!= -1 )
300
TT_NameEntryRec* name = face->name_table.names +
found_apple
;
sfobjs.c
153
FT_Int
found_apple
= -1;
local
229
found_apple
= found_apple_roman;
231
found_apple
= found_apple_english;
238
if ( found_win >= 0 && !(
found_apple
>= 0 && !is_english ) )
262
else if (
found_apple
>= 0 )
264
rec = face->name_table.names +
found_apple
;
[
all
...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfdriver.c
223
FT_Int n, found_win,
found_apple
;
local
234
found_apple
= -1;
251
found_apple
= n;
297
if (
found_apple
!= -1 )
300
TT_NameEntryRec* name = face->name_table.names +
found_apple
;
sfobjs.c
154
FT_Int
found_apple
= -1;
local
230
found_apple
= found_apple_roman;
232
found_apple
= found_apple_english;
239
if ( found_win >= 0 && !(
found_apple
>= 0 && !is_english ) )
263
else if (
found_apple
>= 0 )
265
rec = face->name_table.names +
found_apple
;
[
all
...]
/external/chromium_org/chrome/browser/chromeos/events/
event_rewriter.cc
115
bool
found_apple
= false;
local
118
if (!
found_apple
&& LowerCaseEqualsASCII(tokens[i], "apple"))
119
found_apple
= true;
122
if (
found_apple
&& found_keyboard)
Completed in 2721 milliseconds