Jack Jansen | 8d929ae | 2000-06-21 22:07:06 +0000 | [diff] [blame^] | 1 | # Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:QDOffscreen.h' |
Jack Jansen | a4e6ae6 | 1999-03-07 23:11:21 +0000 | [diff] [blame] | 2 | |
| 3 | def FOUR_CHAR_CODE(x): return x |
| 4 | pixPurgeBit = 0 |
| 5 | noNewDeviceBit = 1 |
| 6 | useTempMemBit = 2 |
| 7 | keepLocalBit = 3 |
| 8 | pixelsPurgeableBit = 6 |
| 9 | pixelsLockedBit = 7 |
| 10 | mapPixBit = 16 |
| 11 | newDepthBit = 17 |
| 12 | alignPixBit = 18 |
| 13 | newRowBytesBit = 19 |
| 14 | reallocPixBit = 20 |
| 15 | clipPixBit = 28 |
| 16 | stretchPixBit = 29 |
| 17 | ditherPixBit = 30 |
| 18 | gwFlagErrBit = 31 |
| 19 | pixPurge = 1L << pixPurgeBit |
| 20 | noNewDevice = 1L << noNewDeviceBit |
| 21 | useTempMem = 1L << useTempMemBit |
| 22 | keepLocal = 1L << keepLocalBit |
| 23 | pixelsPurgeable = 1L << pixelsPurgeableBit |
| 24 | pixelsLocked = 1L << pixelsLockedBit |
| 25 | kAllocDirectDrawSurface = 1L << 14 |
| 26 | mapPix = 1L << mapPixBit |
| 27 | newDepth = 1L << newDepthBit |
| 28 | alignPix = 1L << alignPixBit |
| 29 | newRowBytes = 1L << newRowBytesBit |
| 30 | reallocPix = 1L << reallocPixBit |
| 31 | clipPix = 1L << clipPixBit |
| 32 | stretchPix = 1L << stretchPixBit |
| 33 | ditherPix = 1L << ditherPixBit |
| 34 | gwFlagErr = 1L << gwFlagErrBit |
Jack Jansen | 1836dbe | 1999-12-14 15:44:53 +0000 | [diff] [blame] | 35 | deviceIsIndirect = (1L << 0) |
| 36 | deviceNeedsLock = (1L << 1) |
| 37 | deviceIsStatic = (1L << 2) |
| 38 | deviceIsExternalBuffer = (1L << 3) |
| 39 | deviceIsDDSurface = (1L << 4) |
| 40 | deviceIsDCISurface = (1L << 5) |
| 41 | deviceIsGDISurface = (1L << 6) |
| 42 | deviceIsAScreen = (1L << 7) |
| 43 | deviceIsOverlaySurface = (1L << 8) |