Searched refs:sShadowBottom (Results 1 – 2 of 2) sorted by relevance
416 sShadowBottom = icons.getIcon("shadow-b"); //$NON-NLS-1$426 ImageData bottomData = sShadowBottom.getImageData();440 gc.drawImage(sShadowBottom,453 private static Image sShadowBottom;
573 sShadowBottom = readImage("shadow-b.png"); //$NON-NLS-1$ in drawRectangleShadow()594 gc.drawImage(sShadowBottom, in drawRectangleShadow()596 x + width, y + height + sShadowBottom.getHeight(), in drawRectangleShadow()597 0, 0, sShadowBottom.getWidth(), sShadowBottom.getHeight(), in drawRectangleShadow()702 private static BufferedImage sShadowBottom; field in ImageUtils