Searched refs:CGTransparencyLayer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Lib/Quartz/CoreGraphics/
H A D_contextmanager.py7 __all__ = ('CGSavedGState', 'CGTransparencyLayer', 'CGContextPage')
38 class CGTransparencyLayer (object): class in inherits:object
44 with CGTransparencyLayer(context, info [, rect]):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Lib/Quartz/CoreGraphics/
H A D_contextmanager.py7 __all__ = ('CGSavedGState', 'CGTransparencyLayer', 'CGContextPage')
38 class CGTransparencyLayer (object): class in inherits:object
44 with CGTransparencyLayer(context, info [, rect]):
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgcontext.py385 with CGTransparencyLayer(context, None):
388 with CGTransparencyLayer(context, None, ((10, 10), (200, 200))):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgcontext.py457 with CGTransparencyLayer(context, None):
460 with CGTransparencyLayer(context, None, ((10, 10), (200, 200))):

Completed in 181 milliseconds