Searched defs:clip (Results 1 – 5 of 5) sorted by relevance
38 Rectangle clip = g2.getClipBounds(); in paintComponent() local
100 void BallAnimation::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) { in drawPlugin()
191 void AudioPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) { in drawPlugin()
117 void FormPlugin::drawPlugin(const ANPBitmap& bitmap, const ANPRectI& clip) { in drawPlugin()
249 private final Rectangle clip = new Rectangle(); field in ScreenViewer.LoupeViewer