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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c4591 CGImageRef closestTo128IconRef = NULL; local
4630 (!closestTo128IconRef ||
4632 CGImageGetWidth(closestTo128IconRef)))
4634 CGImageRelease(closestTo128IconRef);
4636 closestTo128IconRef = imageRef;
4659 imageRef = closestTo128IconRef ? closestTo128IconRef :
4663 if (closestTo128IconRef)
4664 CGImageRelease(closestTo128IconRef);

Completed in 176 milliseconds