Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcmap.c45 #define TT_PEEK_ULONG FT_PEEK_ULONG macro
1830 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap8_get_info()
1985 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap10_get_info()
2153 start_id = TT_PEEK_ULONG( p ); in tt_cmap12_next()
2185 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); in tt_cmap12_char_map_binary()
2219 start_id = TT_PEEK_ULONG( p ); in tt_cmap12_char_map_binary()
2314 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap12_get_info()
2477 glyph_id = TT_PEEK_ULONG( p ); in tt_cmap13_next()
2509 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); in tt_cmap13_char_map_binary()
2543 gindex = (FT_UInt)TT_PEEK_ULONG( p ); in tt_cmap13_char_map_binary()
[all …]
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c45 #define TT_PEEK_ULONG FT_PEEK_ULONG macro
1914 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap8_get_info()
2084 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap10_get_info()
2253 start_id = TT_PEEK_ULONG( p ); in tt_cmap12_next()
2302 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); in tt_cmap12_char_map_binary()
2341 start_id = TT_PEEK_ULONG( p ); in tt_cmap12_char_map_binary()
2435 cmap_info->language = (FT_ULong)TT_PEEK_ULONG( p ); in tt_cmap12_get_info()
2599 glyph_id = TT_PEEK_ULONG( p ); in tt_cmap13_next()
2631 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); in tt_cmap13_char_map_binary()
2670 gindex = (FT_UInt)TT_PEEK_ULONG( p ); in tt_cmap13_char_map_binary()
[all …]