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