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.cc219 if (font->has_glyph (0x25CCu)) in preprocess_text_hangul()
269 if (font->has_glyph (s)) in preprocess_text_hangul()
306 bool has_glyph = font->has_glyph (s); in preprocess_text_hangul() local
319 if (font->has_glyph (new_s)) in preprocess_text_hangul()
334 if (!has_glyph || in preprocess_text_hangul()
342 if (font->has_glyph (decomposed[0]) && in preprocess_text_hangul()
343 font->has_glyph (decomposed[1]) && in preprocess_text_hangul()
344 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul()
359 if (has_glyph && !tindex) in preprocess_text_hangul()
379 if (has_glyph) in preprocess_text_hangul()
Dhb-ot-shape.cc255 if (!font->has_glyph (0x25CCu)) in hb_insert_dotted_circle()
358 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint))) in hb_ot_mirror_chars()
Dhb-font-private.hh193 inline bool has_glyph (hb_codepoint_t unicode) in has_glyph() function