Searched refs:sShadow2BottomRight (Results 1 – 1 of 1) sorted by relevance
641 sShadow2BottomRight = readImage("shadow2-br.png"); //$NON-NLS-1$ in drawSmallRectangleShadow()646 assert sShadow2BottomRight.getWidth() == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()647 assert sShadow2BottomRight.getHeight() == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()660 gc.drawImage(sShadow2BottomRight, x + width, y + height, null); in drawSmallRectangleShadow()710 private static BufferedImage sShadow2BottomRight; field in ImageUtils