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

/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h65 memset(m_glyphs, 0, sizeof(m_glyphs));
78 if(m_glyphs[msb])
80 return m_glyphs[msb][glyph_code & 0xFF];
95 if(m_glyphs[msb] == 0)
97 m_glyphs[msb] =
100 memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256);
104 if(m_glyphs[msb][lsb]) return 0; // Already exists, do not overwrite
117 return m_glyphs[msb][lsb] = glyph;
122 glyph_cache** m_glyphs[25 member in class:agg::font_cache
[all...]
H A Dagg_gsv_text.h99 int8* m_glyphs; member in class:agg::gsv_text
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp596 m_glyphs = (int8*)(m_indices + 257*2);
639 m_bglyph = m_glyphs + value(m_indices + idx);
640 m_eglyph = m_glyphs + value(m_indices + idx + 2);

Completed in 43 milliseconds