Searched refs:FT_READ_ULONG (Results 1 – 8 of 8) sorted by relevance
513 (void)FT_READ_ULONG( orig_nprops ); in pcf_get_properties()585 (void)FT_READ_ULONG( string_size ); in pcf_get_properties()714 (void)FT_READ_ULONG( orig_nmetrics ); in pcf_get_metrics()887 (void)FT_READ_ULONG( offset ); in pcf_get_bitmaps()911 (void)FT_READ_ULONG( bitmapSizes[i] ); in pcf_get_bitmaps()
891 if ( FT_READ_ULONG( substream_size ) ) in reconstruct_glyf()1321 if ( FT_READ_ULONG( glyf_offset ) ) in get_x_mins()1859 if ( FT_READ_ULONG( table->Tag ) ) in woff2_open_font()1952 if ( FT_READ_ULONG( woff2.header_version ) ) in woff2_open_font()1983 if ( FT_READ_ULONG( ttc_font->flavor ) ) in woff2_open_font()
270 FT_READ_ULONG( magic ) ) in check_table_dir()371 if ( FT_READ_ULONG( sfnt.format_tag ) || in tt_face_load_font_dir()
380 if ( FT_READ_ULONG( tag ) ) in sfnt_open_font()613 FT_READ_ULONG( version ) || in sfnt_init_face()
251 if ( FT_READ_ULONG( count ) ) in cff_index_init()1165 if ( FT_READ_ULONG( regionListOffset ) || in cff_vstore_load()1176 if ( FT_READ_ULONG( dataOffsetArray[i] ) ) in cff_vstore_load()
482 if ( FT_READ_ULONG( region_offset ) || in ft_var_load_item_variation_store()501 if ( FT_READ_ULONG( dataOffsetArray[i] ) ) in ft_var_load_item_variation_store()713 if ( FT_READ_ULONG( map->mapCount ) ) in ft_var_load_delta_set_index_mapping()880 if ( FT_READ_ULONG( store_offset ) || in ft_var_load_hvvar()881 FT_READ_ULONG( widthMap_offset ) ) in ft_var_load_hvvar()
1734 if ( FT_READ_ULONG( tag ) ) in ft_lookup_PS_in_sfnt_stream()1749 if ( FT_READ_ULONG( tag ) || FT_STREAM_SKIP( 4 ) || in ft_lookup_PS_in_sfnt_stream()1750 FT_READ_ULONG( *offset ) || FT_READ_ULONG( *length ) ) in ft_lookup_PS_in_sfnt_stream()1901 if ( FT_READ_ULONG( temp ) ) /* actually LONG */ in Mac_Read_POST_Resource()1959 if ( FT_READ_ULONG( rlen ) ) in Mac_Read_POST_Resource()
341 #define FT_READ_ULONG( var ) FT_READ_MACRO( FT_Stream_ReadULong, FT_ULong, var ) macro