Searched refs:sShadow2Bottom (Results 1 – 1 of 1) sorted by relevance
640 sShadow2Bottom = readImage("shadow2-b.png"); //$NON-NLS-1$ in drawSmallRectangleShadow()662 gc.drawImage(sShadow2Bottom, in drawSmallRectangleShadow()664 x + width, y + height + sShadow2Bottom.getHeight(), in drawSmallRectangleShadow()665 0, 0, sShadow2Bottom.getWidth(), sShadow2Bottom.getHeight(), in drawSmallRectangleShadow()709 private static BufferedImage sShadow2Bottom; field in ImageUtils