Searched defs:SwtReadyBufferedImage (Results 1 – 1 of 1) sorted by relevance
146 assert awtImage instanceof SwtReadyBufferedImage; in setImage() local358 private static final class SwtReadyBufferedImage extends BufferedImage { class in ImageOverlay370 private SwtReadyBufferedImage(int width, int height, ImageData imageData, Device device) { in SwtReadyBufferedImage() method in ImageOverlay.SwtReadyBufferedImage