Searched refs:find_glyph (Results 1 – 1 of 1) sorted by relevance
75 const glyph_cache* find_glyph(unsigned glyph_code) const in find_glyph() function194 const glyph_cache* find_glyph(unsigned glyph_code) const in find_glyph() function196 if(m_cur_font) return m_cur_font->find_glyph(glyph_code); in find_glyph()282 const glyph_cache* gl = m_fonts.find_glyph(glyph_code); in glyph()