Searched defs:imgformat (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A DPixMapWrapper.py17 import imgformat namespace
161 def fromstring(self,s,width,height,format=imgformat.macrgb):
163 Supply width, height, and one of the imgformat specifiers."""
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 \
185 (format == imgformat.macrgb16 and self.pixelsize == 16):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DPixMapWrapper.py17 import imgformat namespace
161 def fromstring(self,s,width,height,format=imgformat.macrgb):
163 Supply width, height, and one of the imgformat specifiers."""
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 \
185 (format == imgformat.macrgb16 and self.pixelsize == 16):

Completed in 104 milliseconds