Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1430 int closeResolution = 0; in _findCloseResolutionSupported() local
1440 if ((closeResolution == 0) || (difference < closeDifference)) { in _findCloseResolutionSupported()
1443 closeResolution = resolution; in _findCloseResolutionSupported()
1451 if (closeResolution == 0) { in _findCloseResolutionSupported()
1453 closeResolution = desiredResolution; in _findCloseResolutionSupported()
1455 return closeResolution; in _findCloseResolutionSupported()