Searched refs:clip (Results 1 – 1 of 1) sorted by relevance
256 private final Rectangle clip = new Rectangle(); field in ScreenViewer.LoupeViewer333 g.getClipBounds(clip); in paintComponent()335 g.drawImage(grid, clip.x - clip.x % zoom, clip.y - clip.y % zoom, null); in paintComponent()