OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swtImage
(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/properties/
XmlPropertyEditor.java
208
Image
swtImage
= null;
211
swtImage
= cache.get(value);
212
if (
swtImage
== null) {
219
swtImage
= SwtUtils.convertToSwt(gc.getDevice(), drawable,
221
cache.put(value,
swtImage
);
233
swtImage
= cache.get(value);
234
if (
swtImage
== null) {
257
swtImage
= SwtUtils.convertToSwt(gc.getDevice(),
265
cache.put(value,
swtImage
);
277
if (
swtImage
!= null)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java
189
* @param
swtImage
the SWT image to be converted to AWT
192
public static BufferedImage convertToAwt(Image
swtImage
) {
193
ImageData swtData =
swtImage
.getImageData();
PaletteControl.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java
781
Image
swtImage
= SwtUtils.convertToSwt(display, icon, true, -1);
783
SWT.NONE,
swtImage
)
[
all
...]
Completed in 486 milliseconds