Lines Matching defs:Cell
44 struct Cell
55 typedef typename std::vector<Cell>::iterator iterator;
56 typedef typename std::vector<Cell>::const_iterator const_iterator;
57 typedef typename std::vector<Cell>::reverse_iterator reverse_iterator;
59 typedef typename std::vector<Cell>::const_reverse_iterator
147 Cell *const cells_it, int x, int y);
150 Cell *const cells_it, int x, int y);
153 Cell *const cells_it, int x, int y);
156 Cell *const cells_it, int x, int y);
233 Cell *const cells_it, int x, int y,
246 std::vector<Cell> _cells;
267 Cell *cells_it = &_cells.front() + _width + 1;
297 Cell *cells_it = &_cells.front() + 1;
341 Cell *cells_it = &_cells.front() + (_height - 1) * _width + 1;
364 Cell *cells_it = &_cells.front() + _width;
412 Cell *cells_it = &_cells.front() + 2 * _width - 1;
439 Cell *cells_it = &_cells.front();
463 Cell *cells_it = &_cells.front() + _width - 1;
488 Cell *cells_it = &_cells.front() + (_height - 1) * _width;
512 Cell *cells_it = &_cells.back();
534 PixelGraph::const_iterator graph_it, Cell *const cells_it,
556 PixelGraph::const_iterator graph_it, Cell *const cells_it,
578 PixelGraph::const_iterator graph_it, Cell *const cells_it,
600 PixelGraph::const_iterator graph_it, Cell *const cells_it,
885 Cell *const cells_it, int x, int y,