Searched refs:_deviceRGB (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DUtilities.py45 _deviceRGB = None variable
47 global _deviceRGB
50 if _deviceRGB is None:
51 _deviceRGB = CGColorSpaceCreateDeviceRGB()
53 return _deviceRGB
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DUtilities.py45 _deviceRGB = None variable
47 global _deviceRGB
50 if _deviceRGB is None:
51 _deviceRGB = CGColorSpaceCreateDeviceRGB()
53 return _deviceRGB
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DUtilities.py45 _deviceRGB = None variable
47 global _deviceRGB
50 if _deviceRGB is None:
51 _deviceRGB = CGColorSpaceCreateDeviceRGB()
53 return _deviceRGB

Completed in 118 milliseconds