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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTableHeaderBorder.java68 protected boolean doPaint = true; field in class:AquaTableHeaderBorder
70 if (!doPaint) return;
77 doPaint = false;
80 doPaint = true;
112 doPaint = false;
114 doPaint = true;
H A DAquaSplitPaneDividerUI.java91 boolean doPaint = true;
98 if (size.height < 4) doPaint = false;
105 if (size.width < 4) doPaint = false;
108 if (doPaint) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DToolBarSeparatorPainter.java50 //implementation of doPaint doesn't bother with the "decode" methods
61 protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) { method in class:ToolBarSeparatorPainter
H A DPainterImpl.template65 protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) {
H A DLoweredBorder.java86 protected void doPaint(Graphics2D g, JComponent c, int width, int height, method in class:LoweredBorder
H A DAbstractRegionPainter.java221 protected abstract void doPaint(Graphics2D g, JComponent c, int width, method in class:AbstractRegionPainter
731 doPaint(g, c, width, height, extendedCacheKeys);

Completed in 40 milliseconds