Home
last modified time | relevance | path

Searched refs:closeResolution (Results 1 – 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1517 int closeResolution = 0; in _findCloseResolutionSupported() local
1527 if ((closeResolution == 0) || (difference < closeDifference)) { in _findCloseResolutionSupported()
1530 closeResolution = resolution; in _findCloseResolutionSupported()
1538 if (closeResolution == 0) { in _findCloseResolutionSupported()
1540 closeResolution = desiredResolution; in _findCloseResolutionSupported()
1542 return closeResolution; in _findCloseResolutionSupported()