Home
last modified time | relevance | path

Searched refs:goto_table (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/truetype/
Dttpload.c71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()
93 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca()
330 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt()
411 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm()
472 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep()
534 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
Dttgxvar.c327 error = face->goto_table( face, TTAG_avar, stream, &table_len ); in ft_var_load_avar()
753 error = face->goto_table( face, TTAG_VVAR, stream, &table_len ); in ft_var_load_hvvar()
761 error = face->goto_table( face, TTAG_HVAR, stream, &table_len ); in ft_var_load_hvvar()
1188 error = face->goto_table( face, TTAG_MVAR, stream, &table_len ); in ft_var_load_mvar()
1451 if ( FT_SET_ERROR( face->goto_table( face, in ft_var_load_gvar()
2010 if ( FT_SET_ERROR( face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var()
2014 if ( FT_SET_ERROR( face->goto_table( face, TTAG_CFF2, in TT_Get_MM_Var()
2023 if ( FT_SET_ERROR( face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var()
3084 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
Dttobjs.c247 if ( !face->goto_table ) in tt_get_sfnt_checksum()
250 if ( face->goto_table( face, in tt_get_sfnt_checksum()
/external/freetype/src/sfnt/
Dttmtx.c93 error = face->goto_table( face, tag, stream, &table_size ); in tt_face_load_hmtx()
163 error = face->goto_table( face, TTAG_vhea, stream, 0 ); in tt_face_load_hhea()
171 error = face->goto_table( face, TTAG_hhea, stream, 0 ); in tt_face_load_hhea()
Dttload.c642 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header()
733 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp()
855 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name()
1058 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap()
1180 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2()
1273 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post()
1340 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt()
1380 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
Dsfobjs.c882 face->goto_table = sfnt->goto_table; in sfnt_init_face()
968 if ( face->goto_table( face, TTAG_fvar, stream, &fvar_len ) || in sfnt_init_face()
1065 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) && in sfnt_init_face()
1066 face->goto_table( face, TTAG_CFF2, stream, 0 ) && in sfnt_init_face()
1067 !face->goto_table( face, TTAG_CFF, stream, 0 ) ) in sfnt_init_face()
1202 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
Dttsbit.c63 error = face->goto_table( face, TTAG_CBLC, stream, &table_size ); in tt_face_load_sbit()
68 error = face->goto_table( face, TTAG_EBLC, stream, &table_size ); in tt_face_load_sbit()
70 error = face->goto_table( face, TTAG_bloc, stream, &table_size ); in tt_face_load_sbit()
77 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbit()
228 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_face_load_sbit()
230 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_face_load_sbit()
232 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_face_load_sbit()
Dttkern.c56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
Dttpost.c395 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
/external/freetype/include/freetype/internal/
Dsfnt.h564 TT_Loader_GotoTableFunc goto_table; member
744 clazz->goto_table = goto_table_; \
Dtttypes.h1418 TT_Loader_GotoTableFunc goto_table; member
/external/freetype/src/cff/
Dcffobjs.c561 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init()
582 error = face->goto_table( face, TTAG_CFF2, stream, 0 ); in cff_face_init()
590 error = face->goto_table( face, TTAG_CFF, stream, 0 ); in cff_face_init()
/external/freetype/
DChangeLog.244096 return value of face->goto_table() correctly.