Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c51 #define TT_NEXT_ULONG FT_NEXT_ULONG macro
1664 length = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1670 num_groups = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1686 start = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1687 end = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1688 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1758 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1764 start = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1765 end = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1766 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
[all …]
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c51 #define TT_NEXT_ULONG FT_NEXT_ULONG macro
1722 length = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1728 num_groups = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1744 start = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1745 end = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1746 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1816 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1822 start = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1823 end = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1824 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
[all …]