Searched refs:sShadow2BottomLeft (Results 1 – 1 of 1) sorted by relevance
620 if (sShadow2BottomLeft == null) { in drawSmallRectangleShadow()639 sShadow2BottomLeft = readImage("shadow2-bl.png"); //$NON-NLS-1$ in drawSmallRectangleShadow()644 assert sShadow2BottomLeft != null; in drawSmallRectangleShadow()650 int blWidth = sShadow2BottomLeft.getWidth(); in drawSmallRectangleShadow()659 gc.drawImage(sShadow2BottomLeft, x, y + height, null); in drawSmallRectangleShadow()663 x + sShadow2BottomLeft.getWidth(), y + height, in drawSmallRectangleShadow()708 private static BufferedImage sShadow2BottomLeft; field in ImageUtils