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