| 
									
										
										
										
											2001-02-12 16:09:44 +00:00
										 |  |  | # Generated from 'QDOffscreen.h' | 
					
						
							| 
									
										
										
										
											1999-03-07 23:11:21 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | def FOUR_CHAR_CODE(x): return x | 
					
						
							|  |  |  | pixPurgeBit = 0 | 
					
						
							|  |  |  | noNewDeviceBit = 1 | 
					
						
							|  |  |  | useTempMemBit = 2 | 
					
						
							|  |  |  | keepLocalBit = 3 | 
					
						
							| 
									
										
										
										
											2000-12-12 22:08:00 +00:00
										 |  |  | useDistantHdwrMemBit = 4 | 
					
						
							|  |  |  | useLocalHdwrMemBit = 5 | 
					
						
							| 
									
										
										
										
											1999-03-07 23:11:21 +00:00
										 |  |  | pixelsPurgeableBit = 6 | 
					
						
							|  |  |  | pixelsLockedBit = 7 | 
					
						
							|  |  |  | mapPixBit = 16 | 
					
						
							|  |  |  | newDepthBit = 17 | 
					
						
							|  |  |  | alignPixBit = 18 | 
					
						
							|  |  |  | newRowBytesBit = 19 | 
					
						
							|  |  |  | reallocPixBit = 20 | 
					
						
							|  |  |  | clipPixBit = 28 | 
					
						
							|  |  |  | stretchPixBit = 29 | 
					
						
							|  |  |  | ditherPixBit = 30 | 
					
						
							|  |  |  | gwFlagErrBit = 31 | 
					
						
							|  |  |  | pixPurge = 1L << pixPurgeBit | 
					
						
							|  |  |  | noNewDevice = 1L << noNewDeviceBit | 
					
						
							|  |  |  | useTempMem = 1L << useTempMemBit | 
					
						
							|  |  |  | keepLocal = 1L << keepLocalBit | 
					
						
							| 
									
										
										
										
											2000-12-12 22:08:00 +00:00
										 |  |  | useDistantHdwrMem = 1L << useDistantHdwrMemBit | 
					
						
							|  |  |  | useLocalHdwrMem = 1L << useLocalHdwrMemBit | 
					
						
							| 
									
										
										
										
											1999-03-07 23:11:21 +00:00
										 |  |  | pixelsPurgeable = 1L << pixelsPurgeableBit | 
					
						
							|  |  |  | pixelsLocked = 1L << pixelsLockedBit | 
					
						
							|  |  |  | kAllocDirectDrawSurface = 1L << 14 | 
					
						
							|  |  |  | mapPix = 1L << mapPixBit | 
					
						
							|  |  |  | newDepth = 1L << newDepthBit | 
					
						
							|  |  |  | alignPix = 1L << alignPixBit | 
					
						
							|  |  |  | newRowBytes = 1L << newRowBytesBit | 
					
						
							|  |  |  | reallocPix = 1L << reallocPixBit | 
					
						
							|  |  |  | clipPix = 1L << clipPixBit | 
					
						
							|  |  |  | stretchPix = 1L << stretchPixBit | 
					
						
							|  |  |  | ditherPix = 1L << ditherPixBit | 
					
						
							|  |  |  | gwFlagErr = 1L << gwFlagErrBit | 
					
						
							| 
									
										
										
										
											1999-12-14 15:44:53 +00:00
										 |  |  | deviceIsIndirect = (1L << 0) | 
					
						
							|  |  |  | deviceNeedsLock = (1L << 1) | 
					
						
							|  |  |  | deviceIsStatic = (1L << 2) | 
					
						
							|  |  |  | deviceIsExternalBuffer = (1L << 3) | 
					
						
							|  |  |  | deviceIsDDSurface = (1L << 4) | 
					
						
							|  |  |  | deviceIsDCISurface = (1L << 5) | 
					
						
							|  |  |  | deviceIsGDISurface = (1L << 6) | 
					
						
							|  |  |  | deviceIsAScreen = (1L << 7) | 
					
						
							|  |  |  | deviceIsOverlaySurface = (1L << 8) |