OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawRectangleShadow
(Results
1 - 4
of
4
) 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
...]
SwtUtils.java
398
* This corresponds to {@link ImageUtils#
drawRectangleShadow
(Graphics, int, int, int, int)},
403
* AWT version in {@link ImageUtils#
drawRectangleShadow
(Graphics, int, int, int, int)}.
411
public static final void
drawRectangleShadow
(GC gc, int x, int y, int width, int height) {
414
// See ImageUtils.
drawRectangleShadow
for an explanation of the assets.
RenderPreview.java
685
ImageUtils.
drawRectangleShadow
(image, 0, 0,
721
ImageUtils.
drawRectangleShadow
(image, 0, 0,
[
all
...]
Completed in 145 milliseconds