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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c4596 CFURLRef outUrl; /* The URL made from the outPath */ local
4603 outUrl = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault,
4611 if (outUrl && icnsFileUrl)
4665 destRef = CGImageDestinationCreateWithURL(outUrl, kUTTypePNG, 1,
4700 if (outUrl)
4701 CFRelease(outUrl);

Completed in 180 milliseconds