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.cc218 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()
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()
Dhb-ot-shape.cc243 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()
Dhb-font-private.hh181 inline bool has_glyph (hb_codepoint_t unicode) in has_glyph() function