Searched defs:localIconRect (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java352 protected void paintIcon(final Graphics g, final AbstractButton b, final Rectangle localIconRect) { argument
386 tmpIcon.paintIcon(b, g, localIconRect.x - 3, localIconRect.y - 3);
395 icon.paintIcon(b, g, localIconRect.x, localIconRect.y);
H A DAquaMenuPainter.java380 protected void paintIcon(final Graphics g, final JMenuItem c, final Rectangle localIconRect, boolean isEnabled) { argument
395 if (icon != null) icon.paintIcon(c, g, localIconRect.x, localIconRect.y);

Completed in 44 milliseconds