Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c42 #define TT_PEEK_USHORT FT_PEEK_USHORT macro
168 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap0_get_info()
421 if ( TT_PEEK_USHORT( p ) != 0 ) in tt_cmap2_get_subheader()
431 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) ); in tt_cmap2_get_subheader()
466 offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
472 idx = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
502 FT_UInt offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_next()
557 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap2_get_info()
911 if ( TT_PEEK_USHORT( p ) != 0xFFFFU ) in tt_cmap4_validate()
1038 num_segs2 = FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 2 ); in tt_cmap4_char_map_linear()
[all …]
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c42 #define TT_PEEK_USHORT FT_PEEK_USHORT macro
175 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap0_get_info()
428 if ( TT_PEEK_USHORT( p ) != 0 ) in tt_cmap2_get_subheader()
438 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) ); in tt_cmap2_get_subheader()
474 offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
480 idx = TT_PEEK_USHORT( p ); in tt_cmap2_char_index()
511 FT_UInt offset = TT_PEEK_USHORT( p ); in tt_cmap2_char_next()
566 cmap_info->language = (FT_ULong)TT_PEEK_USHORT( p ); in tt_cmap2_get_info()
920 if ( TT_PEEK_USHORT( p ) != 0xFFFFU ) in tt_cmap4_validate()
1052 num_segs2 = FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 2 ); in tt_cmap4_char_map_linear()
[all …]