Searched refs:heightB (Results 1 – 2 of 2) sorted by relevance
58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument60 long right = widthB * (long) heightB; in compareSizes()
1180 private static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument1182 long right = widthB * (long) heightB; in compareSizes()