Searched refs:ps_parser_funcs (Results 1 – 7 of 7) sorted by relevance
/inferno-os/libfreetype/ |
H A D | psauxmod.c | 37 const PS_Parser_FuncsRec ps_parser_funcs = variable 91 &ps_parser_funcs,
|
H A D | cidparse.c | 64 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); in cid_parser_new()
|
H A D | psobjs.h | 43 const PS_Parser_FuncsRec ps_parser_funcs; variable
|
H A D | t1parse.c | 130 psaux->ps_parser_funcs->init( &parser->root,0, 0, memory ); in T1_New_Parser()
|
H A D | t42parse.c | 145 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); in t42_parser_init()
|
H A D | psobjs.c | 1123 parser->funcs = ps_parser_funcs; in ps_parser_init()
|
/inferno-os/include/freetype/internal/ |
H A D | psaux.h | 696 const PS_Parser_FuncsRec* ps_parser_funcs; member
|