Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c42 #define TT_PEEK_USHORT FT_PEEK_USHORT macro
162 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap0_get_info()
279 FT_UInt length = TT_PEEK_USHORT( p ); in FT_CALLBACK_DEF()
402 if ( TT_PEEK_USHORT( p ) != 0 ) in tt_cmap2_get_subheader()
412 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) ); in tt_cmap2_get_subheader()
447 offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
453 idx = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
483 FT_UInt offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_next()
538 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap2_get_info()
881 if ( TT_PEEK_USHORT( p ) != 0xFFFFU ) in tt_cmap4_validate()
[all …]