Searched refs:FT_PEEK_USHORT (Results 1 – 5 of 5) sorted by relevance
111 FT_UInt num_items = FT_PEEK_USHORT( p + 2 ); in tt_face_load_bdf_props()194 FT_UInt type = FT_PEEK_USHORT( p + 4 ); in tt_face_find_bdf_prop()
42 #define TT_PEEK_USHORT FT_PEEK_USHORT661 cmap->num_ranges = FT_PEEK_USHORT( p ) >> 1; in tt_cmap4_init()684 cmap->cur_end = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()687 cmap->cur_start = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()693 offset = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()
909 image_end = FT_PEEK_USHORT( p ); in tt_sbit_decoder_load_image()
178 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \ macro234 ( (unsigned short)( buffer += 2, FT_PEEK_USHORT( buffer - 2 ) ) )
355 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()