Lines Matching refs:image
397 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(width, height, 8, 32, width * 4, colorSpace.get(), kCGImageAlphaFirst, dataProvider.get(), 0, false, kCGRenderingIntentDefault));
399 // Flip the context and draw the image.
404 CGContextDrawImage(context, CGRectMake(0, 0, width, height), image.get());