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

/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h732 scanline_hit_test(int x) : m_x(x), m_hit(false) {}
738 if(m_x == x) m_hit = true;
742 if(m_x >= x && m_x < x+len) m_hit = true;
745 bool hit() const { return m_hit; }
749 bool m_hit; member in class:agg::scanline_hit_test

Completed in 79 milliseconds