Searched refs:termHeight (Results 1 – 1 of 1) sorted by relevance
723 int termHeight = (int) Math.ceil(fm.descent - fm.top) * rows; in fontSizeCompare() local725 Log.d(String.format("Fontsize: font size %f resulted in %d x %d", size, termWidth, termHeight)); in fontSizeCompare()728 if (termWidth > width || termHeight > height) { in fontSizeCompare()732 if (termWidth == width || termHeight == height) { in fontSizeCompare()