Searched defs:CImage (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCImage.java34 public class CImage extends CFRetainedResource { class in inherits:CFRetainedResource
52 // This is used to create a CImage with an NSImage pointer. It MUST be a CFRetained
53 // NSImage, and the CImage takes ownership of the non-GC retain. If callers need the
63 if (image == 0) throw new Error("Unable to instantiate CImage with null native image reference.");
68 final CImage img = new CImage(image);
73 // This is used to create a CImage that represents the icon of the given file.
131 public CImage createFromImageImmediately(final Image image) {
138 return new CImage(nativeCreateNSImageFromArray(buffer, image.getWidth(null),
142 // This is used to create a CImage fro
163 CImage(long nsImagePtr) { method in class:CImage
[all...]

Completed in 30 milliseconds