OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t2_funcs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/pshinter/
pshmod.c
34
T2_Hints_FuncsRec
t2_funcs
;
member in struct:PS_Hinter_Module_Rec_
44
module->
t2_funcs
.hints = NULL;
65
t2_hints_funcs_init( &module->
t2_funcs
);
66
module->
t2_funcs
.hints = (T2_Hints)ph;
92
return &((PS_Hinter_Module)module)->
t2_funcs
;
/external/freetype/src/pshinter/
pshmod.c
34
T2_Hints_FuncsRec
t2_funcs
;
member in struct:PS_Hinter_Module_Rec_
44
module->
t2_funcs
.hints = NULL;
65
t2_hints_funcs_init( &module->
t2_funcs
);
66
module->
t2_funcs
.hints = (T2_Hints)ph;
92
return &((PS_Hinter_Module)module)->
t2_funcs
;
Completed in 195 milliseconds