Searched refs:m_img1 (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/bean/qa/complex/bean/ |
| H A D | ScreenComparer.java | 42 BufferedImage m_img1; field in ScreenComparer 69 m_img1 = null; in reset() 86 m_img1 = robot.createScreenCapture(r); in grabOne() 102 if (m_img1 == null || m_img2 == null) in compare() 107 int w1 = m_img1.getWidth(); in compare() 108 int h1 = m_img1.getHeight(); in compare() 129 pixel1 = m_img1.getRGB(x, y); in compare() 162 m_img1.getSource(), 0, 0, w1, h1, pixels1, 0, w1); in compare() 216 if (m_img1 != null) in writeImages() 218 ImageIO.write(m_img1, "png", file1); in writeImages()
|