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/ |
D | ImageOverlay.java | 251 ImageUtils.drawRectangleShadow(scaledAwtImage, 0, 0, in paint() 294 SwtUtils.drawRectangleShadow(gc, destX, destY, destWidth, destHeight); in paint()
|
D | ImageUtils.java | 469 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
|
D | SwtUtils.java | 411 public static final void drawRectangleShadow(GC gc, int x, int y, int width, int height) {
|
D | RenderPreview.java | 685 ImageUtils.drawRectangleShadow(image, 0, 0, in createThumbnail() 721 ImageUtils.drawRectangleShadow(image, 0, 0, in createErrorThumbnail()
|