Home
last modified time | relevance | path

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

12

/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()
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()
Dttgxvar.c307 error = face->goto_table( face, TTAG_avar, stream, &table_len ); in ft_var_load_avar()
437 if ( ( error = face->goto_table( face, in ft_var_load_gvar()
765 if ( ( error = face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var()
773 if ( ( error = face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var()
1323 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
Dttobjs.c223 if ( !face->goto_table ) in tt_get_sfnt_checksum()
226 if ( face->goto_table( face, in tt_get_sfnt_checksum()
/external/pdfium/third_party/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()
300 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt()
381 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm()
442 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep()
504 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
Dttgxvar.c307 error = face->goto_table( face, TTAG_avar, stream, &table_len ); in ft_var_load_avar()
437 if ( ( error = face->goto_table( face, in ft_var_load_gvar()
766 if ( ( error = face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var()
774 if ( ( error = face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var()
1324 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
Dttobjs.c223 if ( !face->goto_table ) in tt_get_sfnt_checksum()
226 if ( face->goto_table( face, in tt_get_sfnt_checksum()
Dttgload.c2366 error = face->goto_table( face, TTAG_glyf, stream, 0 ); in tt_loader_init()
/external/freetype/src/sfnt/
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()
Dttload.c609 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header()
700 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp()
821 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name()
961 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap()
1083 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2()
1176 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post()
1243 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt()
1283 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
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()
285 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_strike_metrics()
360 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_sbit_decoder_init()
362 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_sbit_decoder_init()
364 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_sbit_decoder_init()
1298 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbix_image()
Dttkern.c56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
Dttpost.c390 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
Dsfobjs.c867 face->goto_table = sfnt->goto_table; in sfnt_init_face()
1013 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
/external/pdfium/third_party/freetype/src/sfnt/
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()
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()
854 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name()
994 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap()
1116 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2()
1209 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post()
1276 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt()
1316 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
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()
285 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_strike_metrics()
360 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_sbit_decoder_init()
362 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_sbit_decoder_init()
364 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_sbit_decoder_init()
1298 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbix_image()
Dsfobjs.c850 face->goto_table = sfnt->goto_table; in sfnt_init_face()
894 if ( face->goto_table( face, TTAG_fvar, stream, &fvar_len ) || in sfnt_init_face()
1039 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
Dttkern.c56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
Dttpost.c390 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
/external/freetype/include/internal/
Dsfnt.h502 TT_Loader_GotoTableFunc goto_table; member
673 clazz->goto_table = goto_table_; \
Dtttypes.h1278 TT_Loader_GotoTableFunc goto_table; member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dsfnt.h533 TT_Loader_GotoTableFunc goto_table; member
709 clazz->goto_table = goto_table_; \
Dtttypes.h1278 TT_Loader_GotoTableFunc goto_table; member
/external/freetype/src/cff/
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()
/external/pdfium/third_party/freetype/src/cff/
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()

12