Home
last modified time | relevance | path

Searched refs:_texture_grid (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/
H A D__init__.py2147 _texture_grid = None variable in ImageGrid
2199 if not self._texture_grid:
2200 self._texture_grid = TextureGrid(self)
2201 return self._texture_grid
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/
H A D__init__.py2144 _texture_grid = None variable in ImageGrid
2196 if not self._texture_grid:
2197 self._texture_grid = TextureGrid(self)
2198 return self._texture_grid