Searched refs:paintToOffscreen (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java295 paintingComponent.paintToOffscreen(bsg, x, y, w, h,
H A DRepaintManager.java1252 paintingComponent.paintToOffscreen(g, x, y, w, h, x + w, y + h);
1408 * <code>paintToOffscreen</code> to handle the actual painting.
1529 c.paintToOffscreen(osg, x, y, bw, bh, maxx, maxy);
H A DJComponent.java5209 void paintToOffscreen(Graphics g, int x, int y, int w, int h, int maxX, method in class:JComponent

Completed in 40 milliseconds