Searched refs:ps_table_funcs (Results 1 – 15 of 15) sorted by relevance
/external/freetype/src/psaux/ |
D | psauxmod.c | 31 const PS_Table_FuncsRec ps_table_funcs = variable 106 &ps_table_funcs,
|
D | psobjs.h | 40 const PS_Table_FuncsRec ps_table_funcs; variable
|
D | psobjs.c | 88 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs; in ps_table_new()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psauxmod.c | 31 const PS_Table_FuncsRec ps_table_funcs = variable 106 &ps_table_funcs,
|
D | psobjs.h | 40 const PS_Table_FuncsRec ps_table_funcs; variable
|
D | psobjs.c | 88 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs; in ps_table_new()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
D | psauxmod.c | 31 const PS_Table_FuncsRec ps_table_funcs = variable 106 &ps_table_funcs,
|
D | psobjs.h | 40 const PS_Table_FuncsRec ps_table_funcs; variable
|
D | psobjs.c | 88 *(PS_Table_FuncsRec*)&table->funcs = ps_table_funcs; in ps_table_new()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/ |
D | t42parse.c | 360 FT_SET_ERROR( psaux->ps_table_funcs->init( in t42_parse_encoding() 879 error = psaux->ps_table_funcs->init( code_table, in t42_parse_charstrings() 885 error = psaux->ps_table_funcs->init( name_table, in t42_parse_charstrings() 894 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in t42_parse_charstrings()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
D | t1load.c | 1239 FT_SET_ERROR( psaux->ps_table_funcs->init( in parse_encoding() 1452 error = psaux->ps_table_funcs->init( table, num_subrs, memory ); in parse_subrs() 1599 error = psaux->ps_table_funcs->init( in parse_charstrings() 1604 error = psaux->ps_table_funcs->init( in parse_charstrings() 1612 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in parse_charstrings()
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1load.c | 1236 FT_SET_ERROR( psaux->ps_table_funcs->init( in parse_encoding() 1434 error = psaux->ps_table_funcs->init( table, num_subrs, memory ); in parse_subrs() 1581 error = psaux->ps_table_funcs->init( in parse_charstrings() 1586 error = psaux->ps_table_funcs->init( in parse_charstrings() 1594 error = psaux->ps_table_funcs->init( swap_table, 4, memory ); in parse_charstrings()
|
/external/freetype/include/internal/ |
D | psaux.h | 801 const PS_Table_FuncsRec* ps_table_funcs; member
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | psaux.h | 801 const PS_Table_FuncsRec* ps_table_funcs; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
D | psaux.h | 801 const PS_Table_FuncsRec* ps_table_funcs; member
|