Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1515 static unsigned int _findCloseResolutionSupported(int desiredResolution, int maxResolution, in _findCloseResolutionSupported() argument
1522 if (resolution == desiredResolution) { in _findCloseResolutionSupported()
1526 int difference = abs(desiredResolution - resolution); in _findCloseResolutionSupported()
1540 closeResolution = desiredResolution; in _findCloseResolutionSupported()