Searched refs:imageGraphics (Results 1 – 1 of 1) sorted by relevance
639 Graphics2D imageGraphics = createCustomGraphics( in drawInLayer() local651 imageGraphics.setTransform(originalGraphics.getTransform()); in drawInLayer()652 drawable.draw(imageGraphics, paint); in drawInLayer()657 imageGraphics.setTransform(new AffineTransform()); in drawInLayer()658 filter.applyFilter(imageGraphics, width, height); in drawInLayer()666 imageGraphics.dispose(); in drawInLayer()