Home
last modified time | relevance | path

Searched refs:drawRectangleShadow (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageOverlay.java251 ImageUtils.drawRectangleShadow(scaledAwtImage, 0, 0, in paint()
294 SwtUtils.drawRectangleShadow(gc, destX, destY, destWidth, destHeight); in paint()
DImageUtils.java469 ImageUtils.drawRectangleShadow(image, 0, 0, width, height); in createRectangularDropShadow()
487 public static final void drawRectangleShadow(BufferedImage image, in drawRectangleShadow() method in ImageUtils
491 drawRectangleShadow(gc, x, y, width, height); in drawRectangleShadow()
551 public static final void drawRectangleShadow(Graphics gc, in drawRectangleShadow() method in ImageUtils
DSwtUtils.java411 public static final void drawRectangleShadow(GC gc, int x, int y, int width, int height) {
DRenderPreview.java685 ImageUtils.drawRectangleShadow(image, 0, 0, in createThumbnail()
721 ImageUtils.drawRectangleShadow(image, 0, 0, in createErrorThumbnail()