Home
last modified time | relevance | path

Searched refs:FT_NEXT_USHORT (Results 1 – 11 of 11) sorted by relevance

/external/freetype/src/sfnt/
Dttkern.c81 num_tables = FT_NEXT_USHORT( p ); in tt_face_load_kern()
99 length = FT_NEXT_USHORT( p ); in tt_face_load_kern()
100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
115 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()
200 FT_UInt version = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
201 FT_UInt length = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
202 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
220 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()
Dttbdf.c85 FT_UInt version = FT_NEXT_USHORT( p ); in tt_face_load_bdf_props()
86 FT_UInt num_strikes = FT_NEXT_USHORT( p ); in tt_face_load_bdf_props()
177 FT_UInt _ppem = FT_NEXT_USHORT( p ); in tt_face_find_bdf_prop()
178 FT_UInt _count = FT_NEXT_USHORT( p ); in tt_face_find_bdf_prop()
Dttsbit0.c651 num_components = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_compound()
664 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_compound()
808 start = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
809 end = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
831 index_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
832 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
875 image_start = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
876 image_end = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
902 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
907 image_start = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image()
[all …]
Dttmtx.c194 cur->advance = FT_NEXT_USHORT( p ); in tt_face_load_hmtx()
Dttcmap.c48 #define TT_NEXT_USHORT FT_NEXT_USHORT
761 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_cmap4_next()
963 idx = FT_NEXT_USHORT( p ); in tt_cmap4_validate()
Dsfobjs.c66 code = FT_NEXT_USHORT( read ); in tt_name_entry_ascii_from_utf16()
/external/freetype/src/truetype/
Dttpload.c202 pos1 = FT_NEXT_USHORT( p ); in tt_face_get_location()
206 pos2 = FT_NEXT_USHORT( p ); in tt_face_get_location()
506 version = FT_NEXT_USHORT( p ); in tt_face_load_hdmx()
507 num_records = FT_NEXT_USHORT( p ); in tt_face_load_hdmx()
Dttgload.c404 n_ins = FT_NEXT_USHORT( p ); in TT_Load_Simple_Glyph()
586 subglyph->flags = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
587 subglyph->index = FT_NEXT_USHORT( p ); in TT_Load_Composite_Glyph()
/external/freetype/src/base/
Dftstream.c369 result = FT_NEXT_USHORT( p ); in FT_Stream_GetUShort()
514 result = FT_NEXT_USHORT( p ); in FT_Stream_ReadUShort()
785 value = FT_NEXT_USHORT(cursor); in FT_Stream_ReadFields()
/external/freetype/src/cff/
Dcffload.c737 first = FT_NEXT_USHORT( p ); in cff_fd_select_get()
744 limit = FT_NEXT_USHORT( p ); in cff_fd_select_get()
/external/freetype/include/freetype/internal/
Dftstream.h233 #define FT_NEXT_USHORT( buffer ) \ macro