Searched refs:ps_parser_funcs (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | psauxmod.c | 41 const PS_Parser_FuncsRec ps_parser_funcs = variable 107 &ps_parser_funcs,
|
A D | psobjs.h | 43 const PS_Parser_FuncsRec ps_parser_funcs; variable
|
A D | psobjs.c | 1484 parser->funcs = ps_parser_funcs; in ps_parser_init()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1parse.c | 146 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); in T1_New_Parser() 466 (void)psaux->ps_parser_funcs->to_bytes( &parser->root, in T1_Get_Private_Dict()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidparse.c | 63 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); in cid_parser_new()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | psaux.h | 802 const PS_Parser_FuncsRec* ps_parser_funcs; member
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 151 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory ); in t42_parser_init()
|
Completed in 11 milliseconds