Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1594 int closeResolution = 0; in _findCloseResolutionSupported() local
1604 if ((closeResolution == 0) || (difference < closeDifference)) { in _findCloseResolutionSupported()
1607 closeResolution = resolution; in _findCloseResolutionSupported()
1615 if (closeResolution == 0) { in _findCloseResolutionSupported()
1617 closeResolution = desiredResolution; in _findCloseResolutionSupported()
1619 return closeResolution; in _findCloseResolutionSupported()