Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c52 #define TT_NEXT_ULONG FT_NEXT_ULONG macro
1806 length = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1812 num_groups = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1828 start = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1829 end = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1830 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1900 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1906 start = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1907 end = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1908 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
[all …]