HomeSort by relevance Sort by last modified time
    Searched refs:PixMap (Results 1 - 7 of 7) sorted by null

  /external/python/cpython2/Lib/plat-mac/
PixMapWrapper.py 2 QuickDraw PixMap data structure in a handy Python class. Also provides
19 # PixMap data structure element format (as used with struct)
42 # PixMap data structure element offset
66 """PixMapWrapper -- wraps the QD PixMap object in a Python class,
67 with methods to easily get/set various pixmap fields. Note: Use the
68 PixMap() method when passing to QD calls."""
143 def PixMap(self):
144 "Return a QuickDraw PixMap corresponding to this data."
150 """Draw this pixmap into the given (default current) grafport."""
158 Qd.CopyBits(self.PixMap(), port.GetPortBitMapForCopyBits(), src, tuple(dest)
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
qdsupport.py 231 'return PyString_FromStringAndSize((char *)self->ob_itself, sizeof(PixMap));',
355 if ( PyString_Size(source) != sizeof(BitMap) && PyString_Size(source) != sizeof(PixMap) ) {
357 "Argument size was %d, should be %d (sizeof BitMap) or %d (sizeof PixMap)",
358 PyString_Size(source), sizeof(BitMap), sizeof(PixMap));
_Qdmodule.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
PixMapWrapper.py 2 QuickDraw PixMap data structure in a handy Python class. Also provides
19 # PixMap data structure element format (as used with struct)
42 # PixMap data structure element offset
66 """PixMapWrapper -- wraps the QD PixMap object in a Python class,
67 with methods to easily get/set various pixmap fields. Note: Use the
68 PixMap() method when passing to QD calls."""
143 def PixMap(self):
144 "Return a QuickDraw PixMap corresponding to this data."
150 """Draw this pixmap into the given (default current) grafport."""
158 Qd.CopyBits(self.PixMap(), port.GetPortBitMapForCopyBits(), src, tuple(dest)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 2 QuickDraw PixMap data structure in a handy Python class. Also provides
19 # PixMap data structure element format (as used with struct)
42 # PixMap data structure element offset
66 """PixMapWrapper -- wraps the QD PixMap object in a Python class,
67 with methods to easily get/set various pixmap fields. Note: Use the
68 PixMap() method when passing to QD calls."""
143 def PixMap(self):
144 "Return a QuickDraw PixMap corresponding to this data."
150 """Draw this pixmap into the given (default current) grafport."""
158 Qd.CopyBits(self.PixMap(), port.GetPortBitMapForCopyBits(), src, tuple(dest)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 611 milliseconds