Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttpost.c235 if ( FT_STREAM_POS() >= post_limit ) in load_format_20()
240 post_limit - FT_STREAM_POS() )); in load_format_20()
247 FT_STREAM_POS() > post_limit - (FT_Int)len ) in load_format_20()
252 len, post_limit - FT_STREAM_POS() )); in load_format_20()
253 len = FT_MAX( 0, post_limit - FT_STREAM_POS() ); in load_format_20()
391 post_limit = FT_STREAM_POS() + post_len; in load_post_names()
A Dttmtx.c85 *ptable_offset = FT_STREAM_POS(); in tt_face_load_hmtx()
A Dttsbit.c167 if ( FT_STREAM_SEEK( FT_STREAM_POS() - 8 ) ) in tt_face_load_sbit()
277 if ( FT_STREAM_SEEK( FT_STREAM_POS() + offset ) || in tt_face_load_strike_metrics()
358 decoder->ebdt_start = FT_STREAM_POS(); in tt_sbit_decoder_init()
1271 sbix_pos = FT_STREAM_POS(); in tt_face_load_sbix_image()
A Dttload.c343 sfnt.offset = FT_STREAM_POS(); in tt_face_load_font_dir()
782 table_pos = FT_STREAM_POS(); in tt_face_load_name()
A Dsfobjs.c460 FT_ASSERT( FT_STREAM_POS() == 0 ); in woff_open_font()
752 offset = FT_STREAM_POS(); in sfnt_open_font()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidparse.c67 base_offset = FT_STREAM_POS(); in cid_parser_new()
93 for ( offset = FT_STREAM_POS(); ; offset += 256 ) in cid_parser_new()
98 stream_len = stream->size - FT_STREAM_POS(); in cid_parser_new()
A Dcidload.c579 FT_ULong oldpos = FT_STREAM_POS(); in cid_hex_to_binary()
592 plimit = p + FT_STREAM_POS() - oldpos; in cid_hex_to_binary()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1parse.c276 FT_Long start_pos = FT_STREAM_POS(); in T1_Get_Private_Dict()
/AliOS-Things-master/components/freetype/src/gzip/
A Dftgzip.c297 zip->start = FT_STREAM_POS(); in ft_gzip_file_init()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c238 idx->start = FT_STREAM_POS(); in cff_index_init()
1459 base_offset = FT_STREAM_POS(); in cff_font_load()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgxvar.c406 gvar_start = FT_STREAM_POS( ); in ft_var_load_gvar()
670 fvar_start = FT_STREAM_POS( ); in TT_Get_MM_Var()
A Dttgload.c134 FT_ULong pos = FT_STREAM_POS(); in tt_get_metrics()
676 loader->ins_pos = (FT_ULong)( FT_STREAM_POS() + in TT_Load_Composite_Glyph()
2288 loader->glyf_offset = FT_STREAM_POS(); in tt_loader_init()
/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h486 #define FT_STREAM_POS() \ macro
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrload.c927 phy_font->bct_offset = FT_STREAM_POS(); in pfr_phy_font_load()
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c334 font_offset = (FT_ULong)( FT_STREAM_POS() + 4 + in fnt_face_get_dll_font()

Completed in 29 milliseconds