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

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py51 _ourImageURL = None variable
53 global _ourImageURL
55 if _ourImageURL is None:
58 _ourImageURL = CFBundleCopyResourceURL(mainBundle, kOurImageFile, None, None)
63 if _ourImageURL:
65 clipImageToEllipse(context, _ourImageURL)
67 drawCGImage(context, _ourImageURL)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py51 _ourImageURL = None variable
53 global _ourImageURL
55 if _ourImageURL is None:
58 _ourImageURL = CFBundleCopyResourceURL(mainBundle, kOurImageFile, None, None)
63 if _ourImageURL:
65 clipImageToEllipse(context, _ourImageURL)
67 drawCGImage(context, _ourImageURL)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py51 _ourImageURL = None variable
53 global _ourImageURL
55 if _ourImageURL is None:
58 _ourImageURL = CFBundleCopyResourceURL(mainBundle, kOurImageFile, None, None)
63 if _ourImageURL:
65 clipImageToEllipse(context, _ourImageURL)
67 drawCGImage(context, _ourImageURL)

Completed in 192 milliseconds