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 function in class:agg::font_cache
194 const glyph_cache* find_glyph(unsigned glyph_code) const function in class:agg::font_cache_pool
196 if(m_cur_font) return m_cur_font->find_glyph(glyph_code);
282 const glyph_cache* gl = m_fonts.find_glyph(glyph_code);

Completed in 121 milliseconds