Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc222 font->has_glyph (0x25CCu)) in preprocess_text_hangul()
274 if (font->has_glyph (s)) in preprocess_text_hangul()
311 bool has_glyph = font->has_glyph (s); in preprocess_text_hangul() local
324 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 in preprocess_text_hangul()
[all...]
H A Dhb-ot-shape.cc554 if (!font->has_glyph (0x25CCu)) in hb_insert_dotted_circle()
719 if (unlikely (codepoint != info[i].codepoint && c->font->has_glyph (codepoint))) in hb_ot_rotate_chars()
730 if (unlikely (codepoint != info[i].codepoint && c->font->has_glyph (codepoint))) in hb_ot_rotate_chars()
H A Dhb-font.hh213 bool has_glyph (hb_codepoint_t unicode) in has_glyph() function

Completed in 4 milliseconds