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 / QuickDraw.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  7.1 KB  |  222 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. normal = 0
  9. bold = 1
  10. italic = 2
  11. underline = 4
  12. outline = 8
  13. shadow = 16
  14. condense = 32
  15. extend = 64
  16. invalColReq = -1
  17. srcCopy = 0
  18. srcOr = 1
  19. srcXor = 2
  20. srcBic = 3
  21. notSrcCopy = 4
  22. notSrcOr = 5
  23. notSrcXor = 6
  24. notSrcBic = 7
  25. patCopy = 8
  26. patOr = 9
  27. patXor = 10
  28. patBic = 11
  29. notPatCopy = 12
  30. notPatOr = 13
  31. notPatXor = 14
  32. notPatBic = 15
  33. grayishTextOr = 49
  34. hilitetransfermode = 50
  35. hilite = 50
  36. blend = 32
  37. addPin = 33
  38. addOver = 34
  39. subPin = 35
  40. addMax = 37
  41. adMax = 37
  42. subOver = 38
  43. adMin = 39
  44. ditherCopy = 64
  45. transparent = 36
  46. italicBit = 1
  47. ulineBit = 2
  48. outlineBit = 3
  49. shadowBit = 4
  50. condenseBit = 5
  51. extendBit = 6
  52. normalBit = 0
  53. inverseBit = 1
  54. redBit = 4
  55. greenBit = 3
  56. blueBit = 2
  57. cyanBit = 8
  58. magentaBit = 7
  59. yellowBit = 6
  60. blackBit = 5
  61. blackColor = 33
  62. whiteColor = 30
  63. redColor = 205
  64. greenColor = 341
  65. blueColor = 409
  66. cyanColor = 273
  67. magentaColor = 137
  68. yellowColor = 69
  69. picLParen = 0
  70. picRParen = 1
  71. clutType = 0
  72. fixedType = 1
  73. directType = 2
  74. gdDevType = 0
  75. interlacedDevice = 2
  76. hwMirroredDevice = 4
  77. roundedDevice = 5
  78. hasAuxMenuBar = 6
  79. burstDevice = 7
  80. ext32Device = 8
  81. ramInit = 10
  82. mainScreen = 11
  83. allInit = 12
  84. screenDevice = 13
  85. noDriver = 14
  86. screenActive = 15
  87. hiliteBit = 7
  88. pHiliteBit = 0
  89. defQDColors = 127
  90. RGBDirect = 16
  91. baseAddr32 = 4
  92. sysPatListID = 0
  93. iBeamCursor = 1
  94. crossCursor = 2
  95. plusCursor = 3
  96. watchCursor = 4
  97. kQDGrafVerbFrame = 0
  98. kQDGrafVerbPaint = 1
  99. kQDGrafVerbErase = 2
  100. kQDGrafVerbInvert = 3
  101. kQDGrafVerbFill = 4
  102. frame = kQDGrafVerbFrame
  103. paint = kQDGrafVerbPaint
  104. erase = kQDGrafVerbErase
  105. invert = kQDGrafVerbInvert
  106. fill = kQDGrafVerbFill
  107. chunky = 0
  108. chunkyPlanar = 1
  109. planar = 2
  110. singleDevicesBit = 0
  111. dontMatchSeedsBit = 1
  112. allDevicesBit = 2
  113. singleDevices = 1 << singleDevicesBit
  114. dontMatchSeeds = 1 << dontMatchSeedsBit
  115. allDevices = 1 << allDevicesBit
  116. kPrinterFontStatus = 0
  117. kPrinterScalingStatus = 1
  118. kNoConstraint = 0
  119. kVerticalConstraint = 1
  120. kHorizontalConstraint = 2
  121. k1MonochromePixelFormat = 1
  122. k2IndexedPixelFormat = 2
  123. k4IndexedPixelFormat = 4
  124. k8IndexedPixelFormat = 8
  125. k16BE555PixelFormat = 16
  126. k24RGBPixelFormat = 24
  127. k32ARGBPixelFormat = 32
  128. k1IndexedGrayPixelFormat = 33
  129. k2IndexedGrayPixelFormat = 34
  130. k4IndexedGrayPixelFormat = 36
  131. k8IndexedGrayPixelFormat = 40
  132. k16LE555PixelFormat = FOUR_CHAR_CODE('L555')
  133. k16LE5551PixelFormat = FOUR_CHAR_CODE('5551')
  134. k16BE565PixelFormat = FOUR_CHAR_CODE('B565')
  135. k16LE565PixelFormat = FOUR_CHAR_CODE('L565')
  136. k24BGRPixelFormat = FOUR_CHAR_CODE('24BG')
  137. k32BGRAPixelFormat = FOUR_CHAR_CODE('BGRA')
  138. k32ABGRPixelFormat = FOUR_CHAR_CODE('ABGR')
  139. k32RGBAPixelFormat = FOUR_CHAR_CODE('RGBA')
  140. kYUVSPixelFormat = FOUR_CHAR_CODE('yuvs')
  141. kYUVUPixelFormat = FOUR_CHAR_CODE('yuvu')
  142. kYVU9PixelFormat = FOUR_CHAR_CODE('YVU9')
  143. kYUV411PixelFormat = FOUR_CHAR_CODE('Y411')
  144. kYVYU422PixelFormat = FOUR_CHAR_CODE('YVYU')
  145. kUYVY422PixelFormat = FOUR_CHAR_CODE('UYVY')
  146. kYUV211PixelFormat = FOUR_CHAR_CODE('Y211')
  147. k2vuyPixelFormat = FOUR_CHAR_CODE('2vuy')
  148. kCursorImageMajorVersion = 1
  149. kCursorImageMinorVersion = 0
  150. kQDParseRegionFromTop = 1 << 0
  151. kQDParseRegionFromBottom = 1 << 1
  152. kQDParseRegionFromLeft = 1 << 2
  153. kQDParseRegionFromRight = 1 << 3
  154. kQDParseRegionFromTopLeft = kQDParseRegionFromTop | kQDParseRegionFromLeft
  155. kQDParseRegionFromBottomRight = kQDParseRegionFromBottom | kQDParseRegionFromRight
  156. kQDRegionToRectsMsgInit = 1
  157. kQDRegionToRectsMsgParse = 2
  158. kQDRegionToRectsMsgTerminate = 3
  159. colorXorXFer = 52
  160. noiseXFer = 53
  161. customXFer = 54
  162. kXFer1PixelAtATime = 1
  163. kXFerConvertPixelToRGB32 = 2
  164. kCursorComponentsVersion = 65537
  165. kCursorComponentType = FOUR_CHAR_CODE('curs')
  166. cursorDoesAnimate = 0x1L << 0
  167. cursorDoesHardware = 0x1L << 1
  168. cursorDoesUnreadableScreenBits = 0x1L << 2
  169. kRenderCursorInHardware = 0x1L << 0
  170. kRenderCursorInSoftware = 0x1L << 1
  171. kCursorComponentInit = 1
  172. kCursorComponentGetInfo = 2
  173. kCursorComponentSetOutputMode = 3
  174. kCursorComponentSetData = 4
  175. kCursorComponentReconfigure = 5
  176. kCursorComponentDraw = 6
  177. kCursorComponentErase = 7
  178. kCursorComponentMove = 8
  179. kCursorComponentAnimate = 9
  180. kCursorComponentLastReserved = 80
  181.  
  182. def FOUR_CHAR_CODE(x):
  183.     return x
  184.  
  185. normal = 0
  186. bold = 1
  187. italic = 2
  188. underline = 4
  189. outline = 8
  190. shadow = 16
  191. condense = 32
  192. extend = 64
  193. leftCaret = 0
  194. rightCaret = -1
  195. kHilite = 1
  196. smLeftCaret = 0
  197. smRightCaret = -1
  198. smHilite = 1
  199. onlyStyleRun = 0
  200. leftStyleRun = 1
  201. rightStyleRun = 2
  202. middleStyleRun = 3
  203. smOnlyStyleRun = 0
  204. smLeftStyleRun = 1
  205. smRightStyleRun = 2
  206. smMiddleStyleRun = 3
  207. truncEnd = 0
  208. truncMiddle = 16384
  209. smTruncEnd = 0
  210. smTruncMiddle = 16384
  211. notTruncated = 0
  212. truncated = 1
  213. truncErr = -1
  214. smNotTruncated = 0
  215. smTruncated = 1
  216. smTruncErr = -1
  217. smBreakWord = 0
  218. smBreakChar = 1
  219. smBreakOverflow = 2
  220. tfAntiAlias = 1 << 0
  221. tfUnicode = 1 << 1
  222.