Searched refs:grid (Results 1 – 1 of 1) sorted by relevance
251 private BufferedImage grid; field in ScreenViewer.LoupeViewer303 grid = new BufferedImage(width + zoom + 1, height + zoom + 1, in paintComponent()306 g2 = grid.createGraphics(); in paintComponent()308 g2 = grid.createGraphics(); in paintComponent()310 g2.fillRect(0, 0, grid.getWidth(), grid.getHeight()); in paintComponent()335 g.drawImage(grid, clip.x - clip.x % zoom, clip.y - clip.y % zoom, null); in paintComponent()