Searched refs:desiredResolution (Results 1 – 1 of 1) sorted by relevance
1515 static unsigned int _findCloseResolutionSupported(int desiredResolution, int maxResolution, in _findCloseResolutionSupported() argument1522 if (resolution == desiredResolution) { in _findCloseResolutionSupported()1526 int difference = abs(desiredResolution - resolution); in _findCloseResolutionSupported()1540 closeResolution = desiredResolution; in _findCloseResolutionSupported()