Searched refs:get_glyph_from_name (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh298 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;
H A Dhb-font.cc214 return font->parent->get_glyph_from_name (name, len, glyph);
421 return font->get_glyph_from_name (name, len, glyph);
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh298 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;
H A Dhb-font.cc214 return font->parent->get_glyph_from_name (name, len, glyph);
421 return font->get_glyph_from_name (name, len, glyph);

Completed in 70 milliseconds