Searched refs:windowLayer (Results 1 - 8 of 8) 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;
H A DAWTView.h62 - (id) initWithRect:(NSRect) rect platformView:(jobject)cPlatformView windowLayer:(CALayer*)windowLayer;
H A DAWTSurfaceLayers.m34 @synthesize windowLayer;
40 windowLayer = aWindowLayer;
60 [windowLayer addSublayer: layer];
80 CGFloat newY = windowLayer.bounds.size.height - rect.origin.y - rect.size.height;
105 CALayer *windowLayer = jlong_to_ptr(windowLayerPtr);
106 surfaceLayers = [[AWTSurfaceLayers alloc] initWithWindowLayer: windowLayer];
H A DAWTView.m68 windowLayer: (CALayer*) windowLayer
86 if (windowLayer != nil) {
87 self.cglLayer = windowLayer;
1245 CALayer *windowLayer = jlong_to_ptr(windowLayerPtr);
1248 windowLayer:windowLayer];
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
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();
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();
/openjdk7/jdk/src/macosx/javavm/export/
H A Djawt_md.h74 * the windowLayer property.
79 @property (readonly) CALayer *windowLayer; variable

Completed in 49 milliseconds