Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/lib/
Dlib_wprint.c1428 static unsigned int _findCloseResolutionSupported(int desiredResolution, int maxResolution, in _findCloseResolutionSupported() argument
1435 if (resolution == desiredResolution) { in _findCloseResolutionSupported()
1439 int difference = abs(desiredResolution - resolution); in _findCloseResolutionSupported()
1453 closeResolution = desiredResolution; in _findCloseResolutionSupported()