OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_function_defs
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h
304
FT_UInt
num_function_defs
; /* number of function definitions */
member in struct:TT_SizeRec_
ttobjs.c
943
size->
num_function_defs
= 0;
978
size->
num_function_defs
= 0;
[
all
...]
ttinterp.c
585
exec->numFDefs = size->
num_function_defs
;
683
size->
num_function_defs
= exec->numFDefs;
[
all
...]
/external/freetype/src/truetype/
ttobjs.h
304
FT_UInt
num_function_defs
; /* number of function definitions */
member in struct:TT_SizeRec_
ttobjs.c
943
size->
num_function_defs
= 0;
978
size->
num_function_defs
= 0;
[
all
...]
ttinterp.c
585
exec->numFDefs = size->
num_function_defs
;
683
size->
num_function_defs
= exec->numFDefs;
[
all
...]
Completed in 177 milliseconds