Home
last modified time | relevance | path

Searched refs:ImageDataRegion (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/py-pyglet/pyglet-1.5.21/doc/modules/image/
H A Dindex.rst123 .. autoclass:: ImageDataRegion
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/
H A D__init__.py901 return ImageDataRegion(x, y, width, height, self)
1142 class ImageDataRegion(ImageData): class
1144 super(ImageDataRegion, self).__init__(width, height,
1182 return super(ImageDataRegion, self).get_data(fmt, pitch)
1187 super(ImageDataRegion, self).set_data(fmt, pitch, data)
1196 return super(ImageDataRegion, self).get_region(x, y, width, height)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/
H A D__init__.py898 return ImageDataRegion(x, y, width, height, self)
1139 class ImageDataRegion(ImageData): class
1141 super(ImageDataRegion, self).__init__(width, height,
1179 return super(ImageDataRegion, self).get_data(fmt, pitch)
1184 super(ImageDataRegion, self).set_data(fmt, pitch, data)
1193 return super(ImageDataRegion, self).get_region(x, y, width, height)
/dports/graphics/py-pyglet/pyglet-1.5.21/doc/programming_guide/
H A Dimage.rst272 * - :py:class:`~pyglet.image.ImageDataRegion`