Searched refs:pView (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java46 protected CPlatformView pView; field in class:CGLSurfaceData
66 protected CGLSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, argument
70 this.pView = pView;
76 if (pView != null) {
77 pPeerData = pView.getAWTView();
78 isOpaque = pView.isOpaque();
108 public static CGLWindowSurfaceData createData(CPlatformView pView) { argument
109 CGLGraphicsConfig gc = getGC(pView);
110 return new CGLWindowSurfaceData(pView, g
127 createData(CPlatformView pView, Image image, int type) argument
150 getGC(CPlatformView pView) argument
205 CGLWindowSurfaceData(CPlatformView pView, CGLGraphicsConfig gc) argument
314 CGLVSyncOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
336 CGLOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
[all...]
H A DCGLGraphicsConfig.java280 public SurfaceData createSurfaceData(CPlatformView pView) { argument
281 return CGLSurfaceData.createData(pView);
320 public long createBackBuffer(CPlatformView pView, argument
365 public void flip(CPlatformView pView, argument
386 pView.drawImageOnPeer(xBackBuffer, x1, y1, x2, y2);
394 OGLSurfaceData.swapBuffers(pView.getAWTView());
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java100 public SurfaceData createSurfaceData(CPlatformView pView) { argument
133 public long createBackBuffer(CPlatformView pView, argument
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2185 View pView = cv.getView(0);
2186 Object cName = pView.getElement().getAttributes().
2189 pView.getViewCount() > 0) {
2192 if (shape != null && (shape = pView.getView(0).
2197 align = pView.getView(0).getAlignment(View.Y_AXIS);

Completed in 49 milliseconds