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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTSurfaceLayers.h34 * @property (readonly) CALayer *windowLayer;
41 CALayer *windowLayer; variable
44 - (id) initWithWindowLayer: (CALayer *)windowLayer;
/openjdk7/jdk/src/macosx/javavm/export/
H A Djawt_md.h74 * the windowLayer property.
79 @property (readonly) CALayer *windowLayer; variable
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformComponent.java72 private native long nativeCreateComponent(long windowLayer); argument
H A DCPlatformView.java51 private CGLLayer windowLayer; field in class:CPlatformView
63 this.windowLayer = createCGLayer();
134 surfaceData = windowLayer.replaceSurfaceData();
163 windowLayer.dispose();
170 return windowLayer.getPointer();
H A DCPlatformEmbeddedFrame.java50 private CGLLayer windowLayer; field in class:CPlatformEmbeddedFrame
60 this.windowLayer = new CGLLayer(peer);
71 return windowLayer.getPointer();
76 windowLayer.dispose();
107 return windowLayer.getSurfaceData();
112 return windowLayer.replaceSurfaceData();

Completed in 32 milliseconds