Home | History | Annotate | Download | only in src

Lines Matching defs:has_glyph

223 	if (font->has_glyph (0x25CCu))
272 if (font->has_glyph (s))
308 bool has_glyph = font->has_glyph (s);
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 && !tindex)
376 if (has_glyph)