Searched refs:rha (Results 1 – 1 of 1) sorted by relevance
582 long rha = rhs.getWidth() * rhs.getHeight(); in compare() local583 if (lha == rha) { in compare()585 rha = rhs.getWidth(); in compare()587 return (lha < rha) ? -1 : (lha > rha ? 1 : 0); in compare()