Searched refs:startPainting (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKPainter.java118 ENGINE.startPainting(g, x, y, w, h, id, state, orientation);
133 ENGINE.startPainting(g, x, y, w, h, id, orientation);
175 ENGINE.startPainting(g, x, y, w, h, id);
200 ENGINE.startPainting(g, x, y, w, h, id);
295 ENGINE.startPainting(g, x, y, w, h, id, state, detail,
424 ENGINE.startPainting(g, x, y, w, h, gtkState, name, direction);
470 ENGINE.startPainting(g, x, y, w, h, id,
528 ENGINE.startPainting(g, x, y, w, h, id);
556 ENGINE.startPainting(g, x, y, w, h, id);
574 ENGINE.startPainting(
[all...]
H A DGTKEngine.java48 * First, startPainting() is called. It prepares an offscreen buffer of the
564 public void startPainting(Graphics g, method in class:GTKEngine

Completed in 36 milliseconds