Searched refs:swtImage (Results 1 – 4 of 4) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyEditor.java | 208 Image swtImage = null; in paint() local 211 swtImage = cache.get(value); in paint() 212 if (swtImage == null) { in paint() 219 swtImage = SwtUtils.convertToSwt(gc.getDevice(), drawable, in paint() 221 cache.put(value, swtImage); in paint() 233 swtImage = cache.get(value); in paint() 234 if (swtImage == null) { in paint() 257 swtImage = SwtUtils.convertToSwt(gc.getDevice(), in paint() 265 cache.put(value, swtImage); in paint() 277 if (swtImage != null) { in paint() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | ConfigureAssetSetPage.java | 781 Image swtImage = SwtUtils.convertToSwt(display, icon, true, -1); in widgetSelected() 783 SWT.NONE, swtImage); in widgetSelected() 883 Image swtImage = SwtUtils.convertToSwt(display, icon, in updateClipartPreview() local 886 SWT.NONE, swtImage); in updateClipartPreview() 989 Image swtImage = SwtUtils.convertToSwt(display, image, true, -1); in updatePreview() local 990 if (swtImage != null) { in updatePreview() 992 ImageControl imageControl = new ImageControl(mPreviewArea, SWT.NONE, swtImage); in updatePreview()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SwtUtils.java | 192 public static BufferedImage convertToAwt(Image swtImage) { in convertToAwt() argument 193 ImageData swtData = swtImage.getImageData(); in convertToAwt()
|
D | PaletteControl.java | 1081 Image swtImage = SwtUtils.convertToSwt(display, cropped, true, alpha); in renderPreview() local 1083 return Pair.of(swtImage, imageBounds); in renderPreview()
|