mirror of https://github.com/python/cpython
35 lines
940 B
Python
35 lines
940 B
Python
|
# Generated from 'Moes:Codewarrior Pro 4:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QDOffscreen.h'
|
||
|
|
||
|
def FOUR_CHAR_CODE(x): return x
|
||
|
pixPurgeBit = 0
|
||
|
noNewDeviceBit = 1
|
||
|
useTempMemBit = 2
|
||
|
keepLocalBit = 3
|
||
|
pixelsPurgeableBit = 6
|
||
|
pixelsLockedBit = 7
|
||
|
mapPixBit = 16
|
||
|
newDepthBit = 17
|
||
|
alignPixBit = 18
|
||
|
newRowBytesBit = 19
|
||
|
reallocPixBit = 20
|
||
|
clipPixBit = 28
|
||
|
stretchPixBit = 29
|
||
|
ditherPixBit = 30
|
||
|
gwFlagErrBit = 31
|
||
|
pixPurge = 1L << pixPurgeBit
|
||
|
noNewDevice = 1L << noNewDeviceBit
|
||
|
useTempMem = 1L << useTempMemBit
|
||
|
keepLocal = 1L << keepLocalBit
|
||
|
pixelsPurgeable = 1L << pixelsPurgeableBit
|
||
|
pixelsLocked = 1L << pixelsLockedBit
|
||
|
kAllocDirectDrawSurface = 1L << 14
|
||
|
mapPix = 1L << mapPixBit
|
||
|
newDepth = 1L << newDepthBit
|
||
|
alignPix = 1L << alignPixBit
|
||
|
newRowBytes = 1L << newRowBytesBit
|
||
|
reallocPix = 1L << reallocPixBit
|
||
|
clipPix = 1L << clipPixBit
|
||
|
stretchPix = 1L << stretchPixBit
|
||
|
ditherPix = 1L << ditherPixBit
|
||
|
gwFlagErr = 1L << gwFlagErrBit
|