HomeSort by relevance Sort by last modified time
    Searched refs:has_glyph (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 214 if (font->has_glyph (0x25CCu))
263 if (font->has_glyph (s))
299 bool has_glyph = font->has_glyph (s); local
312 if (font->has_glyph (new_s))
325 if (!has_glyph ||
333 if (font->has_glyph (decomposed[0]) &&
334 font->has_glyph (decomposed[1]) &&
335 (!tindex || font->has_glyph (decomposed[2])))
350 if (has_glyph && !tindex
    [all...]
hb-font-private.hh 147 inline hb_bool_t has_glyph (hb_codepoint_t unicode) function in struct:hb_font_t
hb-ot-shape.cc 243 if (!font->has_glyph (0x25CCu))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 214 if (font->has_glyph (0x25cc))
263 if (font->has_glyph (s))
299 bool has_glyph = font->has_glyph (s); local
312 if (font->has_glyph (new_s))
325 if (!has_glyph ||
333 if (font->has_glyph (decomposed[0]) &&
334 font->has_glyph (decomposed[1]) &&
335 (!tindex || font->has_glyph (decomposed[2])))
350 if (has_glyph && !tindex
    [all...]
hb-font-private.hh 147 inline hb_bool_t has_glyph (hb_codepoint_t unicode) function in struct:hb_font_t
hb-ot-shape.cc 241 if (!font->has_glyph (0x25CC))

Completed in 212 milliseconds