OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
...]
RenderPreview.java
685
ImageUtils.
drawRectangleShadow
(image, 0, 0,
721
ImageUtils.
drawRectangleShadow
(image, 0, 0,
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java
59
* #
drawRectangleShadow
(Graphics2D, int, int, int, int)} instead.</b>
195
drawRectangleShadow
(image, 0, 0, width, height);
241
public static void
drawRectangleShadow
(BufferedImage image,
245
drawRectangleShadow
(gc, x, y, width, height);
274
* {@link #
drawRectangleShadow
(Graphics2D, int, int, int, int)}
295
public static void
drawRectangleShadow
(Graphics2D gc, int x, int y, int width, int height) {
Completed in 1131 milliseconds