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.cc222 font->has_glyph (0x25CCu)) in preprocess_text_hangul()
272 if (font->has_glyph (s)) in preprocess_text_hangul()
309 bool has_glyph = font->has_glyph (s); in preprocess_text_hangul() local
322 if (font->has_glyph (new_s)) in preprocess_text_hangul()
337 if (!has_glyph || in preprocess_text_hangul()
345 if (font->has_glyph (decomposed[0]) && in preprocess_text_hangul()
346 font->has_glyph (decomposed[1]) && in preprocess_text_hangul()
347 (!tindex || font->has_glyph (decomposed[2]))) in preprocess_text_hangul()
355 if (has_glyph && !tindex) in preprocess_text_hangul()
384 if (has_glyph) in preprocess_text_hangul()
Dhb-ot-shape.cc526 if (!font->has_glyph (0x25CCu)) in hb_insert_dotted_circle()
611 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint))) in hb_ot_mirror_chars()
Dhb-font.hh212 bool has_glyph (hb_codepoint_t unicode) in has_glyph() function