Searched refs:heightA (Results 1 – 1 of 1) sorted by relevance
54 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument55 long left = widthA * (long) heightA; in compareSizes()