Home
last modified time | relevance | path

Searched refs:find_glyph (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h75 const glyph_cache* find_glyph(unsigned glyph_code) const in find_glyph() function
194 const glyph_cache* find_glyph(unsigned glyph_code) const in find_glyph() function
196 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()