Home
last modified time | relevance | path

Searched refs:ps_table_funcs (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/psaux/
Dpsauxmod.c33 const PS_Table_FuncsRec ps_table_funcs = variable
153 &ps_table_funcs,
Dpsobjs.h41 const PS_Table_FuncsRec ps_table_funcs; variable
Dpsobjs.c93 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs; in ps_table_new()
/external/freetype/src/type42/
Dt42parse.c367 FT_SET_ERROR( psaux->ps_table_funcs->init( in t42_parse_encoding()
886 error = psaux->ps_table_funcs->init( code_table, in t42_parse_charstrings()
892 error = psaux->ps_table_funcs->init( name_table, in t42_parse_charstrings()
901 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in t42_parse_charstrings()
/external/freetype/src/type1/
Dt1load.c1419 FT_SET_ERROR( psaux->ps_table_funcs->init( in parse_encoding()
1683 error = psaux->ps_table_funcs->init( table, num_subrs, memory ); in parse_subrs()
1847 error = psaux->ps_table_funcs->init( in parse_charstrings()
1852 error = psaux->ps_table_funcs->init( in parse_charstrings()
1860 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in parse_charstrings()
/external/freetype/include/freetype/internal/
Dpsaux.h1358 const PS_Table_FuncsRec* ps_table_funcs; member