Home
last modified time | relevance | path

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

/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp593 m_indices = (int8u*)m_font; in rewind()
594 double base_height = value(m_indices + 4); in rewind()
595 m_indices += value(m_indices); in rewind()
596 m_glyphs = (int8*)(m_indices + 257*2); in rewind()
639 m_bglyph = m_glyphs + value(m_indices + idx); in vertex()
640 m_eglyph = m_glyphs + value(m_indices + idx + 2); in vertex()
/haiku/headers/libs/agg/
H A Dagg_gsv_text.h98 int8u* m_indices; variable