Home
last modified time | relevance | path

Searched refs:FT_READ_USHORT (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c257 if ( FT_READ_USHORT( count ) ) in cff_index_init()
728 if ( FT_READ_USHORT( num_ranges ) ) in CFF_Load_FD_Select()
966 if ( FT_READ_USHORT( glyph_sid ) ) in cff_charset_load()
972 if ( FT_READ_USHORT( nleft ) ) in cff_charset_load()
1156 if ( FT_READ_USHORT( format ) ) in cff_vstore_load()
1166 FT_READ_USHORT( dataCount ) ) in cff_vstore_load()
1182 FT_READ_USHORT( vstore->axisCount ) || in cff_vstore_load()
1183 FT_READ_USHORT( regionCount ) ) in cff_vstore_load()
1240 if ( FT_READ_USHORT( data->regionIdxCount ) ) in cff_vstore_load()
1251 if ( FT_READ_USHORT( data->regionIndices[j] ) ) in cff_vstore_load()
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c142 if ( FT_READ_USHORT( result_short ) ) in Read255UShort()
369 if ( FT_READ_USHORT( num_metrics ) ) in read_num_hmetrics()
725 if ( FT_READ_USHORT( flags ) ) in compositeGlyph_size()
863 if ( FT_READ_USHORT( num_glyphs ) ) in reconstruct_glyf()
865 if ( FT_READ_USHORT( index_format ) ) in reconstruct_glyf()
942 FT_READ_USHORT( n_contours ) ) in reconstruct_glyf()
988 FT_READ_USHORT( x_min ) ) in reconstruct_glyf()
1118 FT_READ_USHORT( x_min ) ) in reconstruct_glyf()
1291 if ( FT_READ_USHORT( num_glyphs ) ) in get_x_mins()
1301 if ( FT_READ_USHORT( index_format ) ) in get_x_mins()
[all …]
Dttmtx.c275 FT_READ_USHORT( *aadvance ) || in tt_face_get_metrics()
286 FT_READ_USHORT( *aadvance ) ) in tt_face_get_metrics()
Dttpost.c174 if ( FT_READ_USHORT( num_glyphs ) ) in load_format_20()
317 if ( FT_READ_USHORT( num_glyphs ) ) in load_format_25()
Dsfobjs.c614 FT_READ_USHORT( offset ) || in sfnt_init_face()
616 FT_READ_USHORT( num_axes ) || in sfnt_init_face()
617 FT_READ_USHORT( axis_size ) || in sfnt_init_face()
618 FT_READ_USHORT( num_instances ) || in sfnt_init_face()
619 FT_READ_USHORT( instance_size ) ) in sfnt_init_face()
Dttload.c916 FT_READ_USHORT( table->numLangTagRecords ) ) in tt_face_load_name()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c470 FT_READ_USHORT( format ) ) in ft_var_load_item_variation_store()
483 FT_READ_USHORT( itemStore->dataCount ) ) in ft_var_load_item_variation_store()
509 if ( FT_READ_USHORT( itemStore->axisCount ) || in ft_var_load_item_variation_store()
510 FT_READ_USHORT( itemStore->regionCount ) ) in ft_var_load_item_variation_store()
575 if ( FT_READ_USHORT( varData->itemCount ) || in ft_var_load_item_variation_store()
576 FT_READ_USHORT( wordDeltaCount ) || in ft_var_load_item_variation_store()
577 FT_READ_USHORT( varData->regionIdxCount ) ) in ft_var_load_item_variation_store()
609 if ( FT_READ_USHORT( varData->regionIndices[j] ) ) in ft_var_load_item_variation_store()
708 if ( FT_READ_USHORT( map->mapCount ) ) in ft_var_load_delta_set_index_mapping()
869 if ( FT_READ_USHORT( majorVersion ) || in ft_var_load_hvvar()
[all …]
Dttgload.c1392 FT_READ_USHORT( n_ins ) ) in TT_Process_Composite_Glyph()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c299 FT_READ_USHORT( count ) ) in pfr_log_font_count()
341 FT_READ_USHORT( num_log_fonts ) ) in pfr_log_font_load()
348 FT_READ_USHORT( size ) || in pfr_log_font_load()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1parse.c81 if ( !FT_READ_USHORT( tag ) ) in read_pfb_tag()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftstream.h338 #define FT_READ_USHORT( var ) FT_READ_MACRO( FT_Stream_ReadUShort, FT_UShort, var ) macro
/third_party/skia/third_party/externals/freetype/src/base/
Dftrfork.c806 if ( FT_READ_USHORT( n_of_entries ) ) in raccess_guess_apple_generic()
Dftobjs.c1739 if ( FT_READ_USHORT( numTables ) ) in ft_lookup_PS_in_sfnt_stream()
1971 if ( FT_READ_USHORT( flags ) ) in Mac_Read_POST_Resource()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c721 (void)FT_READ_USHORT( orig_nmetrics ); in pcf_get_metrics()