Searched refs:paintToOffscreen (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | BufferStrategyPaintManager.java | 295 paintingComponent.paintToOffscreen(bsg, x, y, w, h,
|
H A D | RepaintManager.java | 1252 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 D | JComponent.java | 5209 void paintToOffscreen(Graphics g, int x, int y, int w, int h, int maxX, method in class:JComponent
|
Completed in 8857 milliseconds