Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cid/
Dcidparse.c72 base_offset = FT_STREAM_POS(); in cid_parser_new()
122 for ( offset = FT_STREAM_POS(); ; offset += 256 ) in cid_parser_new()
127 stream_len = stream->size - FT_STREAM_POS(); in cid_parser_new()
Dcidload.c699 FT_ULong oldpos = FT_STREAM_POS(); in cid_hex_to_binary()
712 plimit = p + FT_STREAM_POS() - oldpos; in cid_hex_to_binary()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c746 *size = FT_STREAM_POS() - start_offset; in compositeGlyph_size()
833 const FT_ULong pos = FT_STREAM_POS(); in reconstruct_glyf()
971 substreams[GLYPH_STREAM].offset = FT_STREAM_POS(); in reconstruct_glyf()
1055 substreams[N_POINTS_STREAM].offset = FT_STREAM_POS(); in reconstruct_glyf()
1094 substreams[GLYPH_STREAM].offset = FT_STREAM_POS(); in reconstruct_glyf()
1557 FT_ASSERT( FT_STREAM_POS() == 0 ); in reconstruct_font()
1796 FT_ASSERT( FT_STREAM_POS() == 0 ); in woff2_open_font()
2049 woff2.compressed_offset = FT_STREAM_POS(); in woff2_open_font()
Dttmtx.c100 *ptable_offset = FT_STREAM_POS(); in tt_face_load_hmtx()
Dttsbit.c90 table_start = FT_STREAM_POS(); in tt_face_load_sbit()
195 if ( FT_STREAM_SEEK( FT_STREAM_POS() - 8 ) ) in tt_face_load_sbit()
239 face->ebdt_start = FT_STREAM_POS(); in tt_face_load_sbit()
Dsfwoff.c141 FT_ASSERT( FT_STREAM_POS() == 0 ); in woff_open_font()
Dttload.c369 sfnt.offset = FT_STREAM_POS(); in tt_face_load_font_dir()
889 table_pos = FT_STREAM_POS(); in tt_face_load_name()
Dsfobjs.c378 offset = FT_STREAM_POS(); in sfnt_open_font()
663 FT_ULong array_start = FT_STREAM_POS() - 16 + offset; in sfnt_init_face()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttpload.c90 face->glyf_offset = FT_STREAM_POS(); in tt_face_load_loca()
125 FT_Long pos = (FT_Long)FT_STREAM_POS(); in tt_face_load_loca()
Dttgxvar.c866 table_offset = FT_STREAM_POS(); in ft_var_load_hvvar()
1293 table_offset = FT_STREAM_POS(); in ft_var_load_mvar()
1315 records_offset = FT_STREAM_POS(); in ft_var_load_mvar()
1587 gvar_start = FT_STREAM_POS( ); in ft_var_load_gvar()
2211 fvar_start = FT_STREAM_POS( ); in TT_Get_MM_Var()
2389 FT_ULong offset = FT_STREAM_POS(); in TT_Get_MM_Var()
2434 pos = FT_STREAM_POS(); in TT_Get_MM_Var()
Dttgload.c167 FT_ULong pos = FT_STREAM_POS(); in tt_get_metrics()
770 loader->ins_pos = (FT_ULong)( FT_STREAM_POS() + in TT_Load_Composite_Glyph()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c247 idx->start = FT_STREAM_POS(); in cff_index_init()
1153 vsOffset = FT_STREAM_POS(); in cff_vstore_load()
2216 base_offset = FT_STREAM_POS(); in cff_font_load()
2283 font->font_dict_index.data_offset = FT_STREAM_POS(); in cff_font_load()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1parse.c275 FT_ULong start_pos = FT_STREAM_POS(); in T1_Get_Private_Dict()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftstream.h520 #define FT_STREAM_POS() \ macro
/third_party/skia/third_party/externals/freetype/src/gzip/
Dftgzip.c308 zip->start = FT_STREAM_POS(); in ft_gzip_file_init()
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrload.c1036 phy_font->bct_offset = FT_STREAM_POS(); in pfr_phy_font_load()
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c358 font_offset = FT_STREAM_POS() + 4 + in fnt_face_get_dll_font()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c1802 pos = FT_STREAM_POS(); in open_face_PS_from_sfnt_stream()
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES3828 FILE_Pos => FT_STREAM_POS
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.23957 loaded by FT_STREAM_POS() in pfr_phy_font_load().