Searched refs:m_storage (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_path_storage_integer.h | 73 path_storage_integer() : m_storage(), m_vertex_idx(0), m_closed(true) {} in path_storage_integer() 76 void remove_all() { m_storage.remove_all(); } in remove_all() 81 m_storage.add(vertex_integer_type(x, y, vertex_integer_type::cmd_move_to)); in move_to() 87 m_storage.add(vertex_integer_type(x, y, vertex_integer_type::cmd_line_to)); in line_to() 94 m_storage.add(vertex_integer_type(x_ctrl, y_ctrl, vertex_integer_type::cmd_curve3)); in curve3() 95 m_storage.add(vertex_integer_type(x_to, y_to, vertex_integer_type::cmd_curve3)); in curve3() 103 m_storage.add(vertex_integer_type(x_ctrl1, y_ctrl1, vertex_integer_type::cmd_curve4)); in curve4() 104 m_storage.add(vertex_integer_type(x_ctrl2, y_ctrl2, vertex_integer_type::cmd_curve4)); in curve4() 105 m_storage.add(vertex_integer_type(x_to, y_to, vertex_integer_type::cmd_curve4)); in curve4() 112 unsigned size() const { return m_storage.size(); } in size() [all …]
|
H A D | agg_scanline_storage_bin.h | 66 const_iterator() : m_storage(0) {} in const_iterator() 68 m_storage(sl.m_storage), in const_iterator() 71 m_span = m_storage->span_by_index(m_span_idx); in const_iterator() 80 m_span = m_storage->span_by_index(m_span_idx); 84 const scanline_storage_bin* m_storage; 94 m_storage(&storage) in embedded_scanline() 109 m_scanline = m_storage->scanline_by_index(m_scanline_idx); in setup() 113 const scanline_storage_bin* m_storage;
|
H A D | agg_scanline_storage_aa.h | 200 const_iterator() : m_storage(0) {} in const_iterator() 202 m_storage(sl.m_storage), in const_iterator() 220 const span_data& s = m_storage->span_by_index(m_span_idx); in init_span() 223 m_span.covers = m_storage->covers_by_index(s.covers_id); in init_span() 226 const scanline_storage_aa* m_storage; variable 236 m_storage(&storage) in embedded_scanline() 251 m_scanline = m_storage->scanline_by_index(m_scanline_idx); in init() 255 const scanline_storage_aa* m_storage;
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | agg_scanline_storage_subpix.h | 64 const_iterator() : m_storage(0) {} in const_iterator() 66 m_storage(sl.m_storage), in const_iterator() 84 const span_data& s = m_storage->span_by_index(m_span_idx); in init_span() 87 m_span.covers = m_storage->covers_by_index(s.covers_id); in init_span() 90 const scanline_storage_subpix* m_storage; variable 100 m_storage(&storage) in embedded_scanline() 115 m_scanline = m_storage->scanline_by_index(m_scanline_idx); in init() 119 const scanline_storage_subpix* m_storage;
|