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

/haiku/headers/libs/agg/
H A Dagg_gsv_text.h98 int8u* m_indices; member in class:agg::gsv_text
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp593 m_indices = (int8u*)m_font;
594 double base_height = value(m_indices + 4);
595 m_indices += value(m_indices);
596 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 41 milliseconds