Searched refs:m_last_glyph (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h275 m_last_glyph(0)
285 m_prev_glyph = m_last_glyph;
286 return m_last_glyph = gl;
292 m_prev_glyph = m_last_glyph;
293 m_last_glyph = m_fonts.cache_glyph(glyph_code,
300 m_engine.write_glyph_to(m_last_glyph->data);
301 return m_last_glyph;
342 const glyph_cache* last_glyph() const { return m_last_glyph; }
347 if(m_prev_glyph && m_last_glyph)
350 m_last_glyph
398 const glyph_cache* m_last_glyph; member in class:agg::font_cache_manager
[all...]

Completed in 21 milliseconds