blob: 8e5068824a687f844128c741cc1ea18ec741bf7c [file] [log] [blame]
Jack Jansena4e6ae61999-03-07 23:11:21 +00001# Generated from 'Moes:Codewarrior Pro 4:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QDOffscreen.h'
2
3def FOUR_CHAR_CODE(x): return x
4pixPurgeBit = 0
5noNewDeviceBit = 1
6useTempMemBit = 2
7keepLocalBit = 3
8pixelsPurgeableBit = 6
9pixelsLockedBit = 7
10mapPixBit = 16
11newDepthBit = 17
12alignPixBit = 18
13newRowBytesBit = 19
14reallocPixBit = 20
15clipPixBit = 28
16stretchPixBit = 29
17ditherPixBit = 30
18gwFlagErrBit = 31
19pixPurge = 1L << pixPurgeBit
20noNewDevice = 1L << noNewDeviceBit
21useTempMem = 1L << useTempMemBit
22keepLocal = 1L << keepLocalBit
23pixelsPurgeable = 1L << pixelsPurgeableBit
24pixelsLocked = 1L << pixelsLockedBit
25kAllocDirectDrawSurface = 1L << 14
26mapPix = 1L << mapPixBit
27newDepth = 1L << newDepthBit
28alignPix = 1L << alignPixBit
29newRowBytes = 1L << newRowBytesBit
30reallocPix = 1L << reallocPixBit
31clipPix = 1L << clipPixBit
32stretchPix = 1L << stretchPixBit
33ditherPix = 1L << ditherPixBit
34gwFlagErr = 1L << gwFlagErrBit