Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttpload.c72 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()
94 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca()
323 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt()
406 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm()
469 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep()
533 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
Dttgxvar.c376 error = face->goto_table( face, TTAG_avar, stream, &table_len ); in ft_var_load_avar()
849 error = face->goto_table( face, TTAG_VVAR, stream, &table_len ); in ft_var_load_hvvar()
857 error = face->goto_table( face, TTAG_HVAR, stream, &table_len ); in ft_var_load_hvvar()
1286 error = face->goto_table( face, TTAG_MVAR, stream, &table_len ); in ft_var_load_mvar()
1578 if ( FT_SET_ERROR( face->goto_table( face, in ft_var_load_gvar()
2191 if ( FT_SET_ERROR( face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var()
2195 if ( FT_SET_ERROR( face->goto_table( face, TTAG_CFF2, in TT_Get_MM_Var()
2204 if ( FT_SET_ERROR( face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var()
3334 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
Dttobjs.c286 if ( !face->goto_table ) in tt_get_sfnt_checksum()
289 if ( face->goto_table( face, in tt_get_sfnt_checksum()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttmtx.c95 error = face->goto_table( face, tag, stream, &table_size ); in tt_face_load_hmtx()
168 error = face->goto_table( face, TTAG_vhea, stream, 0 ); in tt_face_load_hhea()
176 error = face->goto_table( face, TTAG_hhea, stream, 0 ); in tt_face_load_hhea()
Dttload.c666 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header()
759 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp()
885 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name()
1105 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap()
1229 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2()
1324 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post()
1399 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt()
1441 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
Dsfobjs.c520 face->goto_table = sfnt->goto_table; in sfnt_init_face()
611 if ( face->goto_table( face, TTAG_fvar, stream, &fvar_len ) || in sfnt_init_face()
708 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) && in sfnt_init_face()
709 face->goto_table( face, TTAG_CFF2, stream, 0 ) && in sfnt_init_face()
710 !face->goto_table( face, TTAG_CFF, stream, 0 ) ) in sfnt_init_face()
852 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
877 has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 ); in sfnt_load_face()
878 has_CBDT = !face->goto_table( face, TTAG_CBDT, stream, 0 ); in sfnt_load_face()
Dttsbit.c62 error = face->goto_table( face, TTAG_CBLC, stream, &table_size ); in tt_face_load_sbit()
67 error = face->goto_table( face, TTAG_EBLC, stream, &table_size ); in tt_face_load_sbit()
69 error = face->goto_table( face, TTAG_bloc, stream, &table_size ); in tt_face_load_sbit()
76 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbit()
231 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_face_load_sbit()
233 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_face_load_sbit()
235 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_face_load_sbit()
Dttkern.c55 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
Dttcpal.c89 error = face->goto_table( face, TTAG_CPAL, stream, &table_size ); in tt_face_load_cpal()
Dttpost.c383 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
Dttcolr.c148 error = face->goto_table( face, TTAG_COLR, stream, &table_size ); in tt_face_load_colr()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffobjs.c575 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init()
596 error = face->goto_table( face, TTAG_CFF2, stream, 0 ); in cff_face_init()
604 error = face->goto_table( face, TTAG_CFF, stream, 0 ); in cff_face_init()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dsfnt.h876 TT_Loader_GotoTableFunc goto_table; member
Dtttypes.h1489 TT_Loader_GotoTableFunc goto_table; member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.244096 return value of face->goto_table() correctly.
/third_party/chromium/patch/
D0001-cve.patch22402 - is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 );
22404 + has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 );
22405 + has_CBDT = !face->goto_table( face, TTAG_CBDT, stream, 0 );
22406 + has_EBLC = !face->goto_table( face, TTAG_EBLC, stream, 0 );
22407 + has_bloc = !face->goto_table( face, TTAG_bloc, stream, 0 );
22408 + has_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 );
22434 - has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 );
22435 - has_CBDT = !face->goto_table( face, TTAG_CBDT, stream, 0 );