Searched defs:imageHeight (Results 1 – 6 of 6) sorted by relevance
219 int imageHeight = awtImage.getHeight(); in paint() local255 int imageHeight = imageData.height; in paint() local
108 int imageWidth, imageHeight; in updateScrollBars() local
109 int imageHeight = Math.min(goldenImage.getHeight(), image.getHeight()); in assertImageSimilar() local
155 int imageHeight = imageRect.height; in onPaint() local
328 private Image createSampleImage(int imageWidth, int imageHeight) { in createSampleImage()
360 private List<Rectangle> getVerticalRectangles(int imageHeight, in getVerticalRectangles()