Searched refs:nearestHeight (Results 1 – 1 of 1) sorted by relevance
892 int nearestHeight = destHeight; in scale() local895 nearestHeight *= 2; in scale()903 nearestHeight += bottomMargin; in scale()906 BufferedImage scaled = new BufferedImage(nearestWidth, nearestHeight, imageType); in scale()911 g2.drawImage(source, 0, 0, nearestWidth, nearestHeight, in scale()916 sourceHeight = nearestHeight; in scale()