Home | History | Annotate | Download | only in src

Lines Matching defs:has_glyph

214 	if (font->has_glyph (0x25CCu))
263 if (font->has_glyph (s))
299 bool has_glyph = font->has_glyph (s);
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)
367 if (has_glyph)