Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c51 #define TT_NEXT_ULONG FT_NEXT_ULONG macro
1805 length = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1811 num_groups = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1827 start = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1828 end = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1829 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1899 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1905 start = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1906 end = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1907 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
[all …]