/external/freetype/src/truetype/ |
D | ttpload.c | 71 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()
|
D | ttgxvar.c | 307 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()
|
D | ttobjs.c | 223 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/ |
D | ttpload.c | 71 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()
|
D | ttgxvar.c | 307 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()
|
D | ttobjs.c | 223 if ( !face->goto_table ) in tt_get_sfnt_checksum() 226 if ( face->goto_table( face, in tt_get_sfnt_checksum()
|
D | ttgload.c | 2366 error = face->goto_table( face, TTAG_glyf, stream, 0 ); in tt_loader_init()
|
/external/freetype/src/sfnt/ |
D | ttmtx.c | 80 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()
|
D | ttload.c | 609 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()
|
D | ttsbit.c | 58 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()
|
D | ttkern.c | 56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
|
D | ttpost.c | 390 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
|
D | sfobjs.c | 867 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/ |
D | ttmtx.c | 80 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()
|
D | ttload.c | 642 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()
|
D | ttsbit.c | 58 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()
|
D | sfobjs.c | 850 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()
|
D | ttkern.c | 56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
|
D | ttpost.c | 390 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
|
/external/freetype/include/internal/ |
D | sfnt.h | 502 TT_Loader_GotoTableFunc goto_table; member 673 clazz->goto_table = goto_table_; \
|
D | tttypes.h | 1278 TT_Loader_GotoTableFunc goto_table; member
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | sfnt.h | 533 TT_Loader_GotoTableFunc goto_table; member 709 clazz->goto_table = goto_table_; \
|
D | tttypes.h | 1278 TT_Loader_GotoTableFunc goto_table; member
|
/external/freetype/src/cff/ |
D | cffobjs.c | 537 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/ |
D | cffobjs.c | 537 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()
|