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