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

/macosx-10.10/pyobjc-45/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.10/pyobjc-45/2.6/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.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/CoreGraphics/
H A D_contextmanager.py5 __all__ = ('CGSavedGState', 'CGTransparencyLayer', 'CGContextPage')
36 class CGTransparencyLayer (object): class in inherits:object
42 with CGTransparencyLayer(context, info [, rect]):
/macosx-10.10/pyobjc-45/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.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgcontext.py457 with CGTransparencyLayer(context, None):
460 with CGTransparencyLayer(context, None, ((10, 10), (200, 200))):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgcontext.py467 with CGTransparencyLayer(context, None):
470 with CGTransparencyLayer(context, None, ((10, 10), (200, 200))):

Completed in 88 milliseconds