Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/
DPixMapWrapper.py161 def fromstring(self,s,width,height,format=imgformat.macrgb):
166 if format != imgformat.macrgb and format != imgformat.macrgb16:
173 if format == imgformat.macrgb:
181 def tostring(self, format=imgformat.macrgb):
184 if (format == imgformat.macrgb and self.pixelSize == 32) or \
Dvideoreader.py29 from imgformat import macrgb
31 macrgb = "Macintosh RGB format" variable
192 return VideoFormat('dummy_format', 'Dummy Video Format', width, height, macrgb)