Searched refs:m_img2 (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/bean/qa/complex/bean/ |
| H A D | ScreenComparer.java | 42 BufferedImage m_img2; field in ScreenComparer 69 m_img2 = null; in reset() 96 m_img2 = robot.createScreenCapture(r); in grabTwo() 101 if (m_img1 == null || m_img2 == null) in compare() 108 int w2 = m_img2.getWidth(); in compare() 109 int h2 = m_img2.getHeight(); in compare() 137 pixel2 = m_img2.getRGB(x, y); in compare() 166 m_img2.getSource(), 0, 0, w2, h2, pixels2, 0, w2); in compare() 226 if (m_img2 != null) in writeImages() 228 ImageIO.write(m_img2, "png", file1); in writeImages()
|