Jack Jansen | ab98ae9 | 2001-08-19 22:13:00 +0000 | [diff] [blame] | 1 | # Generated from 'QDOffscreen.h' |
| 2 | |
| 3 | def FOUR_CHAR_CODE(x): return x |
| 4 | pixPurgeBit = 0 |
| 5 | noNewDeviceBit = 1 |
| 6 | useTempMemBit = 2 |
| 7 | keepLocalBit = 3 |
| 8 | useDistantHdwrMemBit = 4 |
| 9 | useLocalHdwrMemBit = 5 |
| 10 | pixelsPurgeableBit = 6 |
| 11 | pixelsLockedBit = 7 |
| 12 | mapPixBit = 16 |
| 13 | newDepthBit = 17 |
| 14 | alignPixBit = 18 |
| 15 | newRowBytesBit = 19 |
| 16 | reallocPixBit = 20 |
| 17 | clipPixBit = 28 |
| 18 | stretchPixBit = 29 |
| 19 | ditherPixBit = 30 |
| 20 | gwFlagErrBit = 31 |
Guido van Rossum | e2a383d | 2007-01-15 16:59:06 +0000 | [diff] [blame^] | 21 | pixPurge = 1 << pixPurgeBit |
| 22 | noNewDevice = 1 << noNewDeviceBit |
| 23 | useTempMem = 1 << useTempMemBit |
| 24 | keepLocal = 1 << keepLocalBit |
| 25 | useDistantHdwrMem = 1 << useDistantHdwrMemBit |
| 26 | useLocalHdwrMem = 1 << useLocalHdwrMemBit |
| 27 | pixelsPurgeable = 1 << pixelsPurgeableBit |
| 28 | pixelsLocked = 1 << pixelsLockedBit |
| 29 | kAllocDirectDrawSurface = 1 << 14 |
| 30 | mapPix = 1 << mapPixBit |
| 31 | newDepth = 1 << newDepthBit |
| 32 | alignPix = 1 << alignPixBit |
| 33 | newRowBytes = 1 << newRowBytesBit |
| 34 | reallocPix = 1 << reallocPixBit |
| 35 | clipPix = 1 << clipPixBit |
| 36 | stretchPix = 1 << stretchPixBit |
| 37 | ditherPix = 1 << ditherPixBit |
| 38 | gwFlagErr = 1 << gwFlagErrBit |
| 39 | deviceIsIndirect = (1 << 0) |
| 40 | deviceNeedsLock = (1 << 1) |
| 41 | deviceIsStatic = (1 << 2) |
| 42 | deviceIsExternalBuffer = (1 << 3) |
| 43 | deviceIsDDSurface = (1 << 4) |
| 44 | deviceIsDCISurface = (1 << 5) |
| 45 | deviceIsGDISurface = (1 << 6) |
| 46 | deviceIsAScreen = (1 << 7) |
| 47 | deviceIsOverlaySurface = (1 << 8) |