Home | History | Annotate | Download | only in util

Lines Matching defs:imageWidth

99         int imageWidth = Math.min(goldenImage.getWidth(), image.getWidth());
108 int width = 3 * imageWidth;
117 for (int x = 0; x < imageWidth; x++) {
121 deltaImage.setRGB(imageWidth + x, y, 0x00808080);
127 deltaImage.setRGB(imageWidth + x, y, 0x00808080);
142 deltaImage.setRGB(imageWidth + x, y, newRGB);
151 long total = imageHeight * imageWidth * 3L * 256L;
173 g.drawImage(image, 2 * imageWidth, 0, null);
176 if (imageWidth > 80) {
179 g.drawString("Actual", 2 * imageWidth + 10, 20);