Searched refs:closestMatchPixelCountDiff (Results 1 – 1 of 1) sorted by relevance
374 int closestMatchPixelCountDiff = Integer.MAX_VALUE; in findClosestSize() local379 if (pixelCountDiff < closestMatchPixelCountDiff) { in findClosestSize()381 closestMatchPixelCountDiff = pixelCountDiff; in findClosestSize()