Home
last modified time | relevance | path

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

/inferno-os/libfreetype/
H A Dpsauxmod.c37 const PS_Parser_FuncsRec ps_parser_funcs = variable
91 &ps_parser_funcs,
H A Dcidparse.c64 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); in cid_parser_new()
H A Dpsobjs.h43 const PS_Parser_FuncsRec ps_parser_funcs; variable
H A Dt1parse.c130 psaux->ps_parser_funcs->init( &parser->root,0, 0, memory ); in T1_New_Parser()
H A Dt42parse.c145 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); in t42_parser_init()
H A Dpsobjs.c1123 parser->funcs = ps_parser_funcs; in ps_parser_init()
/inferno-os/include/freetype/internal/
H A Dpsaux.h696 const PS_Parser_FuncsRec* ps_parser_funcs; member