Home
last modified time | relevance | path

Searched refs:make_cells (Results 1 – 7 of 7) sorted by relevance

/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/gtkmm/
H A DDiffViewer.cc157 auto lhs_cells = make_cells(a); in populate()
158 auto rhs_cells = make_cells(b); in populate()
181 DiffViewer::Cells DiffViewer::make_cells(std::istream& stream) in make_cells() function in DiffViewer
H A DDiffViewer.hh32 Cells make_cells(std::istream& stream);
/dports/graphics/py-glooey/glooey-0.3.3/tests/drawing/
H A Dtest_grid.py429 assert grid.make_cells(bbox) == cells
430 assert grid.make_cells() == cells
439 grid.make_cells(Rect.from_size(5, 5))
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dhexadrop.c56 make_cells (state *st) in make_cells() function
300 make_cells (st); in hexadrop_init_1()
335 make_cells (st); in hexadrop_reshape()
/dports/graphics/py-glooey/glooey-0.3.3/glooey/drawing/
H A Dgrid.py66 def make_cells(self, bounding_rect=None): member in Grid
551 return grid.make_cells()
H A Dartists.py445 tile_rects = self._grid.make_cells()
/dports/graphics/py-glooey/glooey-0.3.3/glooey/
H A Dcontainers.py367 cell_rects = self._grid.make_cells(self.rect)
850 cell_rects = self._grid.make_cells(self.rect)