Home
last modified time | relevance | path

Searched refs:FT_NEXT_ULONG (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/sfnt/
Dttsbit0.c78 version = FT_NEXT_ULONG( p ); in tt_face_load_eblc()
79 num_strikes = FT_NEXT_ULONG( p ); in tt_face_load_eblc()
225 decoder->strike_index_array = FT_NEXT_ULONG( p ); in tt_sbit_decoder_init()
227 decoder->strike_index_count = FT_NEXT_ULONG( p ); in tt_sbit_decoder_init()
819 image_offset = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
833 image_offset = FT_NEXT_ULONG ( p ); in tt_sbit_decoder_load_image()
843 image_start = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
844 image_end = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
859 image_size = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
891 num_glyphs = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
[all …]
Dttkern.c133 old_pair = FT_NEXT_ULONG( p ); in tt_face_load_kern()
141 cur_pair = FT_NEXT_ULONG( p ); in tt_face_load_kern()
246 key = FT_NEXT_ULONG( q ); in tt_face_get_kerning()
266 FT_ULong key = FT_NEXT_ULONG( p ); in tt_face_get_kerning()
Dttbdf.c87 FT_ULong strings = FT_NEXT_ULONG ( p ); in tt_face_load_bdf_props()
Dttcmap.c51 #define TT_NEXT_ULONG FT_NEXT_ULONG
/external/freetype/src/truetype/
Dttpload.c184 pos1 = FT_NEXT_ULONG( p ); in tt_face_get_location()
188 pos2 = FT_NEXT_ULONG( p ); in tt_face_get_location()
481 record_size = FT_NEXT_ULONG( p ); in tt_face_load_hdmx()
/external/freetype/include/freetype/internal/
Dftstream.h245 #define FT_NEXT_ULONG( buffer ) \ macro
/external/freetype/src/base/
Dftstream.c797 value = FT_NEXT_ULONG(cursor); in FT_Stream_ReadFields()