Home
last modified time | relevance | path

Searched refs:FT_STREAM_SKIP (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/gzip/
Dftgzip.c232 (void)FT_STREAM_SKIP( 6 ); in ft_gzip_check_header()
241 FT_STREAM_SKIP( len ) ) in ft_gzip_check_header()
275 if ( FT_STREAM_SKIP( 2 ) ) in ft_gzip_check_header()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1parse.c218 if ( FT_STREAM_SKIP( size ) ) in T1_New_Parser()
291 if ( FT_STREAM_SKIP( size ) ) in T1_Get_Private_Dict()
/third_party/skia/third_party/externals/freetype/src/base/
Dftrfork.c152 (void)FT_STREAM_SKIP( 4 /* skip handle to next resource map */ in FT_Raccess_Get_HeaderInfo()
261 if ( FT_STREAM_SKIP( 2 ) ) /* resource name offset */ in FT_Raccess_Get_DataOffsets()
265 if ( FT_STREAM_SKIP( 4 ) ) /* mbz */ in FT_Raccess_Get_DataOffsets()
Dftobjs.c1741 if ( FT_STREAM_SKIP( 2 * 3 ) ) /* skip binary search header */ in ft_lookup_PS_in_sfnt_stream()
1749 if ( FT_READ_ULONG( tag ) || FT_STREAM_SKIP( 4 ) || in ft_lookup_PS_in_sfnt_stream()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c366 if ( FT_STREAM_SKIP( 34 ) ) in read_num_hmetrics()
742 if ( FT_STREAM_SKIP( arg_size ) ) in compositeGlyph_size()
861 if ( FT_STREAM_SKIP( 4 ) ) in reconstruct_glyf()
1288 if ( FT_STREAM_SEEK( maxp_table->src_offset ) || FT_STREAM_SKIP( 8 ) ) in get_x_mins()
1298 FT_STREAM_SKIP( 50 ) ) in get_x_mins()
1335 if ( FT_STREAM_SEEK( glyf_offset ) || FT_STREAM_SKIP( 2 ) ) in get_x_mins()
Dttpost.c390 if ( FT_STREAM_SKIP( 32 ) ) in load_post_names()
Dsfobjs.c615 FT_STREAM_SKIP( 2 ) /* reserved */ || in sfnt_init_face()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c285 if ( FT_STREAM_SKIP( size - offsize ) ) in cff_index_init()
309 if ( FT_STREAM_SKIP( size ) ) in cff_index_init()
1149 FT_STREAM_SKIP( 2 ) ) in cff_vstore_load()
1234 if ( FT_STREAM_SKIP( 4 ) ) in cff_vstore_load()
2287 if ( FT_STREAM_SKIP( font->top_dict_length ) ) in cff_font_load()
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c392 if ( FT_STREAM_SKIP( tables[i].offset - stream->pos ) ) in pcf_seek_to_table_type()
563 if ( FT_STREAM_SKIP( ( orig_nprops - nprops ) * PCF_PROPERTY_SIZE ) ) in pcf_get_properties()
577 if ( FT_STREAM_SKIP( i ) ) in pcf_get_properties()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftstream.h527 #define FT_STREAM_SKIP( distance ) \ macro
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c347 if ( FT_STREAM_SKIP( idx * 5 ) || in pfr_log_font_load()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c870 FT_STREAM_SKIP( 2 ) ) in ft_var_load_hvvar()
1297 FT_STREAM_SKIP( 2 ) ) in ft_var_load_mvar()
1310 if ( FT_STREAM_SKIP( 4 ) || in ft_var_load_mvar()
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42parse.c194 if ( FT_STREAM_SKIP( size ) ) in t42_parser_init()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.233026 (pcf_get_properties): Use FT_STREAM_SKIP (#3783).
3043 * src/sfnt/ttsbit.c (Load_SBit_Image): Use FT_STREAM_SKIP (#3785).
DChangeLog.219004 FILE_Skip => FT_STREAM_SKIP