Searched defs:gc (Results 151 - 175 of 204) sorted by relevance

123456789

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java54 protected CGLSurfaceData(CGLGraphicsConfig gc, ColorModel cm, int type, argument
63 protected CGLSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, argument
80 protected CGLSurfaceData(CGLLayer layer, CGLGraphicsConfig gc, argument
141 createData(CGLGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
182 CGLWindowSurfaceData(CPlatformView pView, CGLGraphicsConfig gc) argument
239 CGLLayerSurfaceData(CGLLayer layer, CGLGraphicsConfig gc, int width, int height) argument
291 CGLVSyncOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
313 CGLOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJFrame.java203 public JFrame(GraphicsConfiguration gc) { argument
249 public JFrame(String title, GraphicsConfiguration gc) { argument
[all...]
H A DJDialog.java322 JDialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) argument
460 JDialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) argument
637 JDialog(Window owner, String title, Dialog.ModalityType modalityType, GraphicsConfiguration gc) argument
H A DJWindow.java160 public JWindow(GraphicsConfiguration gc) { argument
246 public JWindow(Window owner, GraphicsConfiguration gc) { argument
[all...]
H A DPopupFactory.java659 Rectangle getContainerPopupArea(GraphicsConfiguration gc) { argument
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/x11/
H A DX11TextRenderer_md.c207 AWTDrawGlyphList(JNIEnv *env, jobject xtr, jlong dstData, jlong gc, SurfaceDataBounds *bounds, ImageRef *glyphs, jint totalGlyphs) argument
H A DX11PMBlitLoops.c33 Java_sun_java2d_x11_X11PMBlitLoops_nativeBlit(JNIEnv *env, jobject joSelf, jlong srcData, jlong dstData, jlong gc, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
/openjdk10/hotspot/test/gc/g1/plab/
H A DTestPLABPromotion.java
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DComponentPeer.java539 boolean updateGraphicsData(GraphicsConfiguration gc); argument
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DFrame.java406 public Frame(GraphicsConfiguration gc) { argument
448 Frame(String title, GraphicsConfiguration gc) argument
453 init(String title, GraphicsConfiguration gc) argument
[all...]
H A DDialog.java440 Dialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) argument
544 Dialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) argument
714 Dialog(Window owner, String title, ModalityType modalityType, GraphicsConfiguration gc) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DHToolkit.java184 public Insets getScreenInsets(GraphicsConfiguration gc) argument
H A DHeadlessToolkit.java182 public Insets getScreenInsets(GraphicsConfiguration gc) argument
H A DNullComponentPeer.java300 public boolean updateGraphicsData(GraphicsConfiguration gc) { argument
304 getAppropriateGraphicsConfiguration( GraphicsConfiguration gc) argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java224 protected OGLSurfaceData(OGLGraphicsConfig gc, argument
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DRuntime.java703 public native void gc(); method in class:Runtime
H A DSystem.java1733 public static void gc() { method in class:System
/openjdk10/jdk/src/demo/share/applets/MoleculeViewer/
H A DXYZApp.java574 void paint(Graphics gc, int x, int y, int r) { argument
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DMemoryTab.java235 public void gc() { method in class:MemoryTab
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java408 public boolean updateGraphicsData(GraphicsConfiguration gc) { argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRBackend.java54 public void freeGC(long gc); /* TODO: Use!! */ argument
56 public void copyArea(int src, int dst, long gc, int srcx, int srcy, argument
59 public void putMaskImage(int drawable, long gc, byte[] imageData, argument
64 public void setGCClipRectangles(long gc, Region clip); argument
66 public void GCRectangles(int drawable, long gc, GrowableRectArray rects); argument
70 public void setGCExposures(long gc, boolean exposure); argument
72 public void setGCForeground(long gc, int pixel); argument
111 public void setGCMode(long gc, boolean copy); argument
H A DXRSurfaceData.java243 public static XRPixmapSurfaceData createData(XRGraphicsConfig gc, argument
274 protected XRSurfaceData(X11ComponentPeer peer, XRGraphicsConfig gc, argument
388 getSurfaceType(XRGraphicsConfig gc, int transparency) argument
546 XRWindowSurfaceData(X11ComponentPeer peer, XRGraphicsConfig gc, SurfaceType sType) argument
647 XRPixmapSurfaceData(XRGraphicsConfig gc, int width, int height, Image image, SurfaceType sType, ColorModel cm, long drawable, int transparency, int pictFormat, int depth, boolean isTexture) argument
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java388 public boolean updateGraphicsData(GraphicsConfiguration gc) { argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/x11/
H A DX11SurfaceData.java410 public static X11PixmapSurfaceData createData(X11GraphicsConfig gc, argument
427 X11SurfaceData(X11ComponentPeer peer, X11GraphicsConfig gc, SurfaceType sType, ColorModel cm) argument
496 getSurfaceType(X11GraphicsConfig gc, int transparency) argument
503 getSurfaceType(X11GraphicsConfig gc, int transparency, boolean pixmapSurface) argument
703 X11WindowSurfaceData(X11ComponentPeer peer, X11GraphicsConfig gc, SurfaceType sType) argument
742 X11PixmapSurfaceData(X11GraphicsConfig gc, int width, int height, Image image, SurfaceType sType, ColorModel cm, long drawable, int transparency) argument
[all...]
/openjdk10/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java218 protected D3DSurfaceData(WComponentPeer peer, D3DGraphicsConfig gc, argument
334 public static D3DSurfaceData createData(D3DGraphicsConfig gc, argument
925 D3DWindowSurfaceData(WComponentPeer peer, D3DGraphicsConfig gc) argument
[all...]

Completed in 308 milliseconds

123456789