Searched refs:FT_PEEK_USHORT (Results 1 – 9 of 9) sorted by relevance
110 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()
279 color_index = FT_PEEK_USHORT( offset ); in tt_face_palette_set()
42 #define TT_PEEK_USHORT FT_PEEK_USHORT718 cmap->num_ranges = FT_PEEK_USHORT( p ) >> 1; in tt_cmap4_init()741 cmap->cur_end = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()744 cmap->cur_start = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()750 offset = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()
1380 image_end = FT_PEEK_USHORT( p ); in tt_sbit_decoder_load_image()
186 #define FT_PEEK_USHORT( p ) FT_UINT16( FT_BYTE_U16( p, 0, 8 ) | \ macro245 ( (unsigned short)( buffer += 2, FT_PEEK_USHORT( buffer - 2 ) ) )
324 code = FT_PEEK_USHORT( p ); in pfr_lookup_bitmap_data()
1083 defaultCharEncodingOffset = FT_PEEK_USHORT( pos ); in pcf_get_encodings()
377 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()
316 FT_PEEK_USHORT) which caused crashes. Reported by Ismail Donmez