OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_glyph_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh
223
inline hb_bool_t
get_glyph_name
(hb_codepoint_t glyph,
function in struct:hb_font_t
362
if (
get_glyph_name
(glyph, s, size)) return;
/external/harfbuzz_ng/src/
hb-font-private.hh
288
inline hb_bool_t
get_glyph_name
(hb_codepoint_t glyph,
function in struct:hb_font_t
422
if (
get_glyph_name
(glyph, s, size)) return;
Completed in 1403 milliseconds