CGColorSpaceRef  1812 Source/platform/graphics/GraphicsContext.cpp CGColorSpaceRef PLATFORM_EXPORT deviceRGBColorSpaceRef()
CGColorSpaceRef  1814 Source/platform/graphics/GraphicsContext.cpp     static CGColorSpaceRef deviceSpace = CGColorSpaceCreateDeviceRGB();
CGColorSpaceRef    31 Source/platform/graphics/cg/GraphicsContextCG.h typedef struct CGColorSpace *CGColorSpaceRef;
CGColorSpaceRef    35 Source/platform/graphics/cg/GraphicsContextCG.h CGColorSpaceRef PLATFORM_EXPORT deviceRGBColorSpaceRef();
CGColorSpaceRef    36 Source/platform/graphics/cg/GraphicsContextCG.h CGColorSpaceRef PLATFORM_EXPORT sRGBColorSpaceRef();
CGColorSpaceRef    37 Source/platform/graphics/cg/GraphicsContextCG.h CGColorSpaceRef PLATFORM_EXPORT linearRGBColorSpaceRef();
CGColorSpaceRef   181 Source/platform/image-decoders/ImageDecoder.h             RetainPtr<CGColorSpaceRef> monitorColorSpace(AdoptCF, CGDisplayCopyColorSpace(CGMainDisplayID()));