HomeSort by relevance Sort by last modified time
    Searched refs:ps_table_funcs (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/psaux/
psauxmod.c 33 const PS_Table_FuncsRec ps_table_funcs = variable
153 &ps_table_funcs,
psobjs.h 41 const PS_Table_FuncsRec ps_table_funcs; variable
psobjs.c 93 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs;
    [all...]
  /external/freetype/src/type42/
t42parse.c 367 FT_SET_ERROR( psaux->ps_table_funcs->init(
886 error = psaux->ps_table_funcs->init( code_table,
892 error = psaux->ps_table_funcs->init( name_table,
901 error = psaux->ps_table_funcs->init( swap_table, 4, memory );
    [all...]
  /external/freetype/src/type1/
t1load.c     [all...]
  /external/freetype/include/freetype/internal/
psaux.h 64 typedef const struct PS_Table_FuncsRec_* PS_Table_Funcs;
1358 const PS_Table_FuncsRec* ps_table_funcs; member in struct:PSAux_ServiceRec_
    [all...]

Completed in 235 milliseconds