home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / Carbon / QDOffscreen.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  1.8 KB  |  52 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4.  
  5. def FOUR_CHAR_CODE(x):
  6.     return x
  7.  
  8. pixPurgeBit = 0
  9. noNewDeviceBit = 1
  10. useTempMemBit = 2
  11. keepLocalBit = 3
  12. useDistantHdwrMemBit = 4
  13. useLocalHdwrMemBit = 5
  14. pixelsPurgeableBit = 6
  15. pixelsLockedBit = 7
  16. mapPixBit = 16
  17. newDepthBit = 17
  18. alignPixBit = 18
  19. newRowBytesBit = 19
  20. reallocPixBit = 20
  21. clipPixBit = 28
  22. stretchPixBit = 29
  23. ditherPixBit = 30
  24. gwFlagErrBit = 31
  25. pixPurge = 0x1L << pixPurgeBit
  26. noNewDevice = 0x1L << noNewDeviceBit
  27. useTempMem = 0x1L << useTempMemBit
  28. keepLocal = 0x1L << keepLocalBit
  29. useDistantHdwrMem = 0x1L << useDistantHdwrMemBit
  30. useLocalHdwrMem = 0x1L << useLocalHdwrMemBit
  31. pixelsPurgeable = 0x1L << pixelsPurgeableBit
  32. pixelsLocked = 0x1L << pixelsLockedBit
  33. kAllocDirectDrawSurface = 0x1L << 14
  34. mapPix = 0x1L << mapPixBit
  35. newDepth = 0x1L << newDepthBit
  36. alignPix = 0x1L << alignPixBit
  37. newRowBytes = 0x1L << newRowBytesBit
  38. reallocPix = 0x1L << reallocPixBit
  39. clipPix = 0x1L << clipPixBit
  40. stretchPix = 0x1L << stretchPixBit
  41. ditherPix = 0x1L << ditherPixBit
  42. gwFlagErr = 0x1L << gwFlagErrBit
  43. deviceIsIndirect = 0x1L << 0
  44. deviceNeedsLock = 0x1L << 1
  45. deviceIsStatic = 0x1L << 2
  46. deviceIsExternalBuffer = 0x1L << 3
  47. deviceIsDDSurface = 0x1L << 4
  48. deviceIsDCISurface = 0x1L << 5
  49. deviceIsGDISurface = 0x1L << 6
  50. deviceIsAScreen = 0x1L << 7
  51. deviceIsOverlaySurface = 0x1L << 8
  52.