Home
last modified time | relevance | path

Searched refs:has_glyph (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc217 if (font->has_glyph (0x25CCu)) in preprocess_text_hangul()
267 if (font->has_glyph (s)) in preprocess_text_hangul()
304 bool has_glyph = font->has_glyph (s); in preprocess_text_hangul() local
317 if (font->has_glyph (new_s)) in preprocess_text_hangul()
332 if (!has_glyph || in preprocess_text_hangul()
340 if (font->has_glyph (decomposed[0]) && in preprocess_text_hangul()
341 font->has_glyph (decomposed[1]) && in preprocess_text_hangul()
342 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul()
350 if (has_glyph && !tindex) in preprocess_text_hangul()
379 if (has_glyph) in preprocess_text_hangul()
Dhb-ot-shape.cc442 if (!font->has_glyph (0x25CCu)) in hb_insert_dotted_circle()
527 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint))) in hb_ot_mirror_chars()
Dhb-font.hh210 bool has_glyph (hb_codepoint_t unicode) in has_glyph() function