HomeSort by relevance Sort by last modified time
    Searched defs:has_glyph (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-font-private.hh 147 inline hb_bool_t has_glyph (hb_codepoint_t unicode) function in struct:hb_font_t
hb-ot-shape-complex-hangul.cc 223 if (font->has_glyph (0x25CCu))
272 if (font->has_glyph (s))
308 bool has_glyph = font->has_glyph (s); local
321 if (font->has_glyph (new_s))
334 if (!has_glyph ||
342 if (font->has_glyph (decomposed[0]) &&
343 font->has_glyph (decomposed[1]) &&
344 (!tindex || font->has_glyph (decomposed[2])))
359 if (has_glyph && !tindex
    [all...]

Completed in 214 milliseconds