OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_glyph_from_name
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-font-private.hh
298
inline hb_bool_t
get_glyph_from_name
(const char *name, int len, /* -1 means nul-terminated */
function in struct:hb_font_t
432
if (
get_glyph_from_name
(s, len, glyph)) return true;
hb-font.cc
214
return font->parent->
get_glyph_from_name
(name, len, glyph);
421
return font->
get_glyph_from_name
(name, len, glyph);
Completed in 78 milliseconds