Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/freetype/
Dfx_freetype.cpp19 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
22 if (!(ft_adobe_glyph_list[table_offset - 1] & 0x80)) in xyq_search_node()
28 count = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
31 if (ft_adobe_glyph_list[table_offset] & 0x80) { in xyq_search_node()
32 unsigned short thiscode = ft_adobe_glyph_list[table_offset + 1] * 256 + in xyq_search_node()
33 ft_adobe_glyph_list[table_offset + 2]; in xyq_search_node()
45 int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + in xyq_search_node()
46 ft_adobe_glyph_list[table_offset + i * 2 + 1]; in xyq_search_node()
161 count = ft_adobe_glyph_list[1]; in FXFT_adobe_name_from_unicode()
164 ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; in FXFT_adobe_name_from_unicode()
/external/pdfium/third_party/freetype/src/psnames/
Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/external/freetype/src/psnames/
Dpstables.h629 const unsigned char ft_adobe_glyph_list[55997L]
4148 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4168 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4216 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()