Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/truetype/
A 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()
292 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt()
373 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm()
434 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep()
496 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
A Dttgxvar.c298 if ( (error = face->goto_table( face, TTAG_avar, stream, &table_len )) != 0 ) in ft_var_load_avar()
403 if ( (error = face->goto_table( face, TTAG_gvar, stream, &table_len )) != 0 ) in ft_var_load_gvar()
662 if ( (error = face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var()
666 if ( (error = face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var()
1137 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
A Dttobjs.c223 if ( !face->goto_table ) in tt_get_sfnt_checksum()
226 if ( face->goto_table( face, in tt_get_sfnt_checksum()
A Dttgload.c2277 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 ); in tt_loader_init()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttmtx.c80 error = face->goto_table( face, tag, stream, &table_size ); in tt_face_load_hmtx()
150 error = face->goto_table( face, TTAG_vhea, stream, 0 ); in tt_face_load_hhea()
158 error = face->goto_table( face, TTAG_hhea, stream, 0 ); in tt_face_load_hhea()
A Dttload.c566 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header()
657 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp()
778 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name()
918 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap()
1040 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2()
1133 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post()
1200 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt()
1240 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
A Dttsbit.c58 error = face->goto_table( face, TTAG_CBLC, stream, &table_size ); in tt_face_load_sbit()
63 error = face->goto_table( face, TTAG_EBLC, stream, &table_size ); in tt_face_load_sbit()
65 error = face->goto_table( face, TTAG_bloc, stream, &table_size ); in tt_face_load_sbit()
72 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbit()
270 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_strike_metrics()
342 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_sbit_decoder_init()
344 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_sbit_decoder_init()
346 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_sbit_decoder_init()
1268 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbix_image()
A Dttkern.c56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
A Dttpost.c387 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
A Dsfobjs.c864 face->goto_table = sfnt->goto_table; in sfnt_init_face()
1010 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
/AliOS-Things-master/components/freetype/include/internal/
A Dsfnt.h498 TT_Loader_GotoTableFunc goto_table; member
669 clazz->goto_table = goto_table_; \
A Dtttypes.h1280 TT_Loader_GotoTableFunc goto_table; member
/AliOS-Things-master/components/freetype/src/cff/
A Dcffobjs.c537 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init()
557 error = face->goto_table( face, TTAG_CFF, stream, 0 ); in cff_face_init()

Completed in 27 milliseconds