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