mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated from 'QDOffscreen.h'
 | |
| 
 | |
| def FOUR_CHAR_CODE(x): return x
 | |
| pixPurgeBit = 0
 | |
| noNewDeviceBit = 1
 | |
| useTempMemBit = 2
 | |
| keepLocalBit = 3
 | |
| useDistantHdwrMemBit = 4
 | |
| useLocalHdwrMemBit = 5
 | |
| pixelsPurgeableBit = 6
 | |
| pixelsLockedBit = 7
 | |
| mapPixBit = 16
 | |
| newDepthBit = 17
 | |
| alignPixBit = 18
 | |
| newRowBytesBit = 19
 | |
| reallocPixBit = 20
 | |
| clipPixBit = 28
 | |
| stretchPixBit = 29
 | |
| ditherPixBit = 30
 | |
| gwFlagErrBit = 31
 | |
| pixPurge = 1 << pixPurgeBit
 | |
| noNewDevice = 1 << noNewDeviceBit
 | |
| useTempMem = 1 << useTempMemBit
 | |
| keepLocal = 1 << keepLocalBit
 | |
| useDistantHdwrMem = 1 << useDistantHdwrMemBit
 | |
| useLocalHdwrMem = 1 << useLocalHdwrMemBit
 | |
| pixelsPurgeable = 1 << pixelsPurgeableBit
 | |
| pixelsLocked = 1 << pixelsLockedBit
 | |
| kAllocDirectDrawSurface = 1 << 14
 | |
| mapPix = 1 << mapPixBit
 | |
| newDepth = 1 << newDepthBit
 | |
| alignPix = 1 << alignPixBit
 | |
| newRowBytes = 1 << newRowBytesBit
 | |
| reallocPix = 1 << reallocPixBit
 | |
| clipPix = 1 << clipPixBit
 | |
| stretchPix = 1 << stretchPixBit
 | |
| ditherPix = 1 << ditherPixBit
 | |
| gwFlagErr = 1 << gwFlagErrBit
 | |
| deviceIsIndirect = (1 << 0)
 | |
| deviceNeedsLock = (1 << 1)
 | |
| deviceIsStatic = (1 << 2)
 | |
| deviceIsExternalBuffer = (1 << 3)
 | |
| deviceIsDDSurface = (1 << 4)
 | |
| deviceIsDCISurface = (1 << 5)
 | |
| deviceIsGDISurface = (1 << 6)
 | |
| deviceIsAScreen = (1 << 7)
 | |
| deviceIsOverlaySurface = (1 << 8)
 | 
