Searched refs:sShadowTopRight (Results 1 – 2 of 2) sorted by relevance
419 sShadowTopRight = icons.getIcon("shadow-tr"); //$NON-NLS-1$425 ImageData topRightData = sShadowTopRight.getImageData();439 gc.drawImage(sShadowTopRight, x + width, y);456 private static Image sShadowTopRight;
576 sShadowTopRight = readImage("shadow-tr.png"); //$NON-NLS-1$ in drawRectangleShadow()583 int trHeight = sShadowTopRight.getHeight(); in drawRectangleShadow()593 gc.drawImage(sShadowTopRight, x + width, y, null); in drawRectangleShadow()600 x + width, y + sShadowTopRight.getHeight(), in drawRectangleShadow()705 private static BufferedImage sShadowTopRight; field in ImageUtils