Searched refs:m_indices (Results 1 – 2 of 2) sorted by relevance
593 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()
98 int8u* m_indices; variable