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()
81 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca()
265 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt()
346 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm()
407 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep()
469 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
Dttgxvar.c296 if ( (error = face->goto_table( face, TTAG_avar, stream, &table_len )) != 0 ) in ft_var_load_avar()
401 if ( (error = face->goto_table( face, TTAG_gvar, stream, &table_len )) != 0 ) in ft_var_load_gvar()
669 if ( (error = face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var()
673 if ( (error = face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var()
1156 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
Dttgload.c1948 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 ); in tt_loader_init()
/external/freetype/src/sfnt/
Dttmtx.c89 error = face->goto_table( face, tag, stream, &table_size ); in tt_face_load_hmtx()
124 error = face->goto_table( face, TTAG_vmtx, stream, &table_len ); in tt_face_load_hmtx()
143 error = face->goto_table( face, TTAG_hmtx, stream, &table_len ); in tt_face_load_hmtx()
295 error = face->goto_table( face, TTAG_vhea, stream, 0 ); in tt_face_load_hhea()
303 error = face->goto_table( face, TTAG_hhea, stream, 0 ); in tt_face_load_hhea()
Dttload.c562 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header()
653 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp()
774 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name()
914 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap()
1025 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2()
1109 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post()
1175 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt()
1215 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
Dttsbit0.c57 error = face->goto_table( face, TTAG_EBLC, stream, &table_size ); in tt_face_load_eblc()
59 error = face->goto_table( face, TTAG_bloc, stream, &table_size ); in tt_face_load_eblc()
192 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_sbit_decoder_init()
194 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_sbit_decoder_init()
Dttsbit.c479 error = face->goto_table( face, TTAG_EBLC, stream, 0 ); in tt_face_load_eblc()
481 error = face->goto_table( face, TTAG_bloc, stream, 0 ); in tt_face_load_eblc()
1468 error = face->goto_table( face, TTAG_EBDT, stream, 0 ); in tt_face_load_sbit_image()
1470 error = face->goto_table( face, TTAG_bdat, stream, 0 ); in tt_face_load_sbit_image()
Dttkern.c56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
Dttpost.c347 error = face->goto_table( face, TTAG_post, stream, 0 ); in load_post_names()
Dsfobjs.c447 face->goto_table = sfnt->goto_table; in sfnt_init_face()
/external/freetype/include/freetype/internal/
Dsfnt.h651 TT_Loader_GotoTableFunc goto_table; member
848 FT_INTERNAL(goto_table,goto_table_) \
Dtttypes.h1288 TT_Loader_GotoTableFunc goto_table; member
/external/freetype/src/cff/
Dcffobjs.c489 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init()
512 error = face->goto_table( face, TTAG_CFF, stream, 0 ); in cff_face_init()