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