Home | History | Annotate | Download | only in src

Lines Matching refs:has_glyph

217 	if (font->has_glyph (0x25CCu))
267 if (font->has_glyph (s))
304 bool has_glyph = font->has_glyph (s);
317 if (font->has_glyph (new_s))
332 if (!has_glyph ||
340 if (font->has_glyph (decomposed[0]) &&
341 font->has_glyph (decomposed[1]) &&
342 (!tindex || font->has_glyph (decomposed[2])))
350 if (has_glyph && !tindex)
379 if (has_glyph)