Searched refs:has_glyph (Results 1 – 3 of 3) sorted by relevance
218 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() local317 if (font->has_glyph (new_s)) in preprocess_text_hangul()330 if (!has_glyph || in preprocess_text_hangul()338 if (font->has_glyph (decomposed[0]) && in preprocess_text_hangul()339 font->has_glyph (decomposed[1]) && in preprocess_text_hangul()340 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul()355 if (has_glyph && !tindex) in preprocess_text_hangul()373 if (has_glyph) in preprocess_text_hangul()
243 if (!font->has_glyph (0x25CCu)) in hb_insert_dotted_circle()341 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint))) in hb_ot_mirror_chars()
181 inline bool has_glyph (hb_codepoint_t unicode) in has_glyph() function