OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sShadowTopRight
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java
419
sShadowTopRight
= icons.getIcon("shadow-tr"); //$NON-NLS-1$
425
ImageData topRightData =
sShadowTopRight
.getImageData();
439
gc.drawImage(
sShadowTopRight
, x + width, y);
456
private static Image
sShadowTopRight
;
ImageUtils.java
576
sShadowTopRight
= readImage("shadow-tr.png"); //$NON-NLS-1$
583
int trHeight =
sShadowTopRight
.getHeight();
593
gc.drawImage(
sShadowTopRight
, x + width, y, null);
600
x + width, y +
sShadowTopRight
.getHeight(),
705
private static BufferedImage
sShadowTopRight
;
[
all
...]
Completed in 93 milliseconds