Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c43 #define TT_PEEK_USHORT FT_PEEK_USHORT macro
176 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap0_get_info()
431 if ( TT_PEEK_USHORT( p ) != 0 ) in tt_cmap2_get_subheader()
441 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) ); in tt_cmap2_get_subheader()
478 offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
484 idx = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
515 FT_UInt offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_next()
590 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap2_get_info()
973 if ( TT_PEEK_USHORT( p ) != 0xFFFFU ) in tt_cmap4_validate()
1105 num_segs2 = FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 2 ); in tt_cmap4_char_map_linear()
[all …]