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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DRepaintArea.java58 private Rectangle paintRects[] = new Rectangle[RECT_COUNT]; field in class:RepaintArea
80 paintRects[i] = ra.paintRects[i];
103 if (paintRects[addTo] != null) {
104 paintRects[addTo].add(r);
106 paintRects[addTo] = new Rectangle(r);
123 paintRects[i] = null;
130 if (paintRects[i] != null) {
142 Rectangle rect = paintRects[i];
161 paintRects[
[all...]

Completed in 29 milliseconds