Home
last modified time | relevance | path

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

/external/freetype/src/psnames/
Dpsmodule.c319 PS_GetGlyphNameFunc get_glyph_name, in ps_unicodes_init() argument
345 const char* gname = get_glyph_name( glyph_data, n ); in ps_unicodes_init()
/external/freetype/include/freetype/internal/services/
Dsvpscmap.h93 PS_GetGlyphNameFunc get_glyph_name,
/external/harfbuzz_ng/src/
Dhb-font-private.hh283 inline hb_bool_t get_glyph_name (hb_codepoint_t glyph, in get_glyph_name() function
498 if (get_glyph_name (glyph, s, size)) return; in glyph_to_string()
Dhb-ot-post-table.hh118 inline bool get_glyph_name (hb_codepoint_t glyph, in get_glyph_name() function
Dhb-ot-font.cc171 return ot_font->post->get_glyph_name (glyph, name, size); in hb_ot_get_glyph_name()
Dhb-font.cc321 return font->parent->get_glyph_name (glyph, name, size); in hb_font_get_glyph_name_parent()
860 return font->get_glyph_name (glyph, name, size); in hb_font_get_glyph_name()
/external/freetype/
DChangeLog.27857 [sfnt] Add `get_glyph_name' and `get_name_index' to SFNT interface.
862 (SFNT_Interface): Add `get_glyph_name' and `get_name_index' members.
DChangeLog.237793 `get_glyph_name'
/external/harfbuzz_ng/
DNEWS53 - Implement get_glyph_name() for hb-ot-font.