Searched defs:has_glyph (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc214 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
[all...]
H A Dhb-font-private.hh147 inline hb_bool_t has_glyph (hb_codepoint_t unicode) function in struct:hb_font_t
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh147 inline hb_bool_t has_glyph (hb_codepoint_t unicode) function in struct:hb_font_t
H A Dhb-ot-shape-complex-hangul.cc223 if (font->has_glyph (0x25CCu))
272 if (font->has_glyph (s))
308 bool has_glyph = font->has_glyph (s); local
321 if (font->has_glyph (new_s))
334 if (!has_glyph ||
342 if (font->has_glyph (decomposed[0]) &&
343 font->has_glyph (decomposed[1]) &&
344 (!tindex || font->has_glyph (decomposed[2])))
359 if (has_glyph
[all...]

Completed in 126 milliseconds