OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawRectangleShadow
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java
251
ImageUtils.
drawRectangleShadow
(scaledAwtImage, 0, 0,
294
SwtUtils.
drawRectangleShadow
(gc, destX, destY, destWidth, destHeight);
ImageUtils.java
343
* {@link #
drawRectangleShadow
(Graphics, int, int, int, int)} instead.</b>
469
ImageUtils.
drawRectangleShadow
(image, 0, 0, width, height);
487
public static final void
drawRectangleShadow
(BufferedImage image,
491
drawRectangleShadow
(gc, x, y, width, height);
521
* {@link #
drawRectangleShadow
(Graphics, int, int, int, int)}
537
* {@link SwtUtils#
drawRectangleShadow
(org.eclipse.swt.graphics.GC, int, int, int, int)},
543
* {@link SwtUtils#
drawRectangleShadow
(org.eclipse.swt.graphics.GC, int, int, int, int)}.
551
public static final void
drawRectangleShadow
(Graphics gc,
[
all
...]
RenderPreview.java
685
ImageUtils.
drawRectangleShadow
(image, 0, 0,
721
ImageUtils.
drawRectangleShadow
(image, 0, 0,
[
all
...]
Completed in 32 milliseconds