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

/haiku/headers/libs/agg/
H A Dagg_gsv_text.h100 int8* m_bglyph; member in class:agg::gsv_text
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp639 m_bglyph = m_glyphs + value(m_indices + idx);
650 if(m_bglyph >= m_eglyph)
656 dx = int(*m_bglyph++);
657 yf = (yc = *m_bglyph++) & 0x80;

Completed in 38 milliseconds