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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c4598 CGImageDestinationRef destRef; /* The image destination to write */ local
4665 destRef = CGImageDestinationCreateWithURL(outUrl, kUTTypePNG, 1,
4667 if (destRef)
4688 CGImageDestinationAddImage(destRef, imageRef, NULL);
4689 CGImageDestinationFinalize(destRef);
4690 CFRelease(destRef);

Completed in 178 milliseconds