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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 217 if (font->has_glyph (0x25CCu))
267 if (font->has_glyph (s))
304 bool has_glyph = font->has_glyph (s); local
317 if (font->has_glyph (new_s))
332 if (!has_glyph ||
340 if (font->has_glyph (decomposed[0]) &&
341 font->has_glyph (decomposed[1]) &&
342 (!tindex || font->has_glyph (decomposed[2])))
350 if (has_glyph && !tindex
    [all...]
hb-ot-shape.cc 442 if (!font->has_glyph (0x25CCu))
527 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint)))
hb-font.hh 210 bool has_glyph (hb_codepoint_t unicode) function in struct:hb_font_t

Completed in 276 milliseconds