ยปCore Development>Code coverage>Lib/plat-mac/Carbon/QDOffscreen.py

Python code coverage for Lib/plat-mac/Carbon/QDOffscreen.py

#countcontent
1n/a# Generated from 'QDOffscreen.h'
2n/a
3n/adef FOUR_CHAR_CODE(x): return x
4n/apixPurgeBit = 0
5n/anoNewDeviceBit = 1
6n/auseTempMemBit = 2
7n/akeepLocalBit = 3
8n/auseDistantHdwrMemBit = 4
9n/auseLocalHdwrMemBit = 5
10n/apixelsPurgeableBit = 6
11n/apixelsLockedBit = 7
12n/amapPixBit = 16
13n/anewDepthBit = 17
14n/aalignPixBit = 18
15n/anewRowBytesBit = 19
16n/areallocPixBit = 20
17n/aclipPixBit = 28
18n/astretchPixBit = 29
19n/aditherPixBit = 30
20n/agwFlagErrBit = 31
21n/apixPurge = 1L << pixPurgeBit
22n/anoNewDevice = 1L << noNewDeviceBit
23n/auseTempMem = 1L << useTempMemBit
24n/akeepLocal = 1L << keepLocalBit
25n/auseDistantHdwrMem = 1L << useDistantHdwrMemBit
26n/auseLocalHdwrMem = 1L << useLocalHdwrMemBit
27n/apixelsPurgeable = 1L << pixelsPurgeableBit
28n/apixelsLocked = 1L << pixelsLockedBit
29n/akAllocDirectDrawSurface = 1L << 14
30n/amapPix = 1L << mapPixBit
31n/anewDepth = 1L << newDepthBit
32n/aalignPix = 1L << alignPixBit
33n/anewRowBytes = 1L << newRowBytesBit
34n/areallocPix = 1L << reallocPixBit
35n/aclipPix = 1L << clipPixBit
36n/astretchPix = 1L << stretchPixBit
37n/aditherPix = 1L << ditherPixBit
38n/agwFlagErr = 1L << gwFlagErrBit
39n/adeviceIsIndirect = (1L << 0)
40n/adeviceNeedsLock = (1L << 1)
41n/adeviceIsStatic = (1L << 2)
42n/adeviceIsExternalBuffer = (1L << 3)
43n/adeviceIsDDSurface = (1L << 4)
44n/adeviceIsDCISurface = (1L << 5)
45n/adeviceIsGDISurface = (1L << 6)
46n/adeviceIsAScreen = (1L << 7)
47n/adeviceIsOverlaySurface = (1L << 8)