Searched refs:display (Results 26 - 50 of 77) sorted by relevance

1234

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c87 awt_util_focusIsOnMenu(Display *display) argument
93 XGetInputFocus(display, &window, &rtr);
98 widget = XtWindowToWidget(display, window);
139 void fillButtonEvent(XButtonEvent *ev, int32_t type, Display *display, Window window) { argument
141 ev->display = display;
146 ev->root = RootWindow(display, DefaultScreen(display));
163 awt_util_sendButtonClick(Display *display, Window window) argument
168 fillButtonEvent(&ev, ButtonPress, display, windo
[all...]
H A DXrandr.h55 Display *display; /* Display the event was read from */ member in struct:__anon964
H A Dextutil.h67 * We need to keep a list of open displays since the Xlib display list isn't
68 * public. We also have to per-display info in a separate block since it isn't
73 Display *display; /* which display this is */ member in struct:_XExtDisplayInfo
87 Display* /* display */,
94 Display* /* display */,
101 Display* /* display */,
108 Display* /* display */,
115 Display* /* display */,
122 Display* /* display */,
[all...]
H A Dawt_util.h41 Boolean awt_util_focusIsOnMenu(Display *display);
42 int32_t awt_util_sendButtonClick(Display *display, Window window);
H A DmultiVis.c1094 int32_t GetXVisualInfo(display, screen, transparentOverlays,
1099 Display *display; /* Which X server (aka "display"). */
1100 int32_t screen; /* Which screen of the "display". */
1136 *pVisuals = XGetVisualInfo(display, mask, &getVisInfo, numVisuals);
1148 overlayVisualsAtom = XInternAtom(display, "SERVER_OVERLAY_VISUALS", True);
1159 XGetWindowProperty(display, RootWindow(display, screen),
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DTopLevelElement.java73 public void display(int indent) { method in class:TopLevelElement
H A DIf.java49 public void display(int indent) { method in class:If
H A DWhen.java44 public void display(int indent) { method in class:When
H A DApplyImports.java44 public void display(int indent) { method in class:ApplyImports
H A DLiteralAttribute.java62 public void display(int indent) { method in class:LiteralAttribute
H A DTransletOutput.java50 public void display(int indent) { method in class:TransletOutput
H A DUnsupportedElement.java73 public void display(int indent) { method in class:UnsupportedElement
H A DValueOf.java48 public void display(int indent) { method in class:ValueOf
H A DWithParam.java73 public void display(int indent) { method in class:WithParam
H A DApplyTemplates.java55 public void display(int indent) { method in class:ApplyTemplates
H A DCallTemplate.java66 public void display(int indent) { method in class:CallTemplate
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c769 if( (strncmp( ServerVendor( event->xkey.display ), "Sun Microsystems, Inc.", 22) != 0) &&
770 (strncmp( ServerVendor( event->xkey.display ), "Oracle Corporation", 18) != 0) )
778 if( VendorRelease( event->xkey.display ) > 10000 ) {
791 isXKBenabled(Display *display) { argument
797 awt_UseXKB = XQueryExtension(display, "XKEYBOARD", &mop, &beve, &berr);
816 Boolean bxkb = isXKBenabled( event->xkey.display );
817 return IsKeypadKey( XKeycodeToKeysym(event->xkey.display, event->xkey.keycode,(bsun && !bxkb ? 2 : 1) ) );
821 printf(" 0x%X\n",XKeycodeToKeysym(event->xkey.display, event->xkey.keycode, 0));
822 printf(" 0x%X\n",XKeycodeToKeysym(event->xkey.display, event->xkey.keycode, 1));
823 printf(" 0x%X\n",XKeycodeToKeysym(event->xkey.display, even
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXInputMethod.java143 private native boolean openXIMNative(long display); argument
H A DInfoWindow.java162 display();
191 private void display() { method in class:InfoWindow.Tooltip
337 public void display(String caption, String text, String messageType) { method in class:InfoWindow.Balloon
341 displayer.display(caption, text, messageType);
479 void display(String caption, String text, String messageType) { method in class:InfoWindow.Balloon.Displayer
H A DXToolkit.java133 * Return (potentially) platform specific display timeout for the
610 long display = getDisplay();
613 screenWidth = (int) XlibWrapper.DisplayWidth(display, XlibWrapper.DefaultScreen(display));
623 long display = getDisplay();
626 screenHeight = (int) XlibWrapper.DisplayHeight(display, XlibWrapper.DefaultScreen(display));
1191 long display = getDisplay();
1194 return (int) ((XlibWrapper.DisplayWidth(display,
1195 XlibWrapper.DefaultScreen(display)) * 25.
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsEnvironment.java109 // initialize the X11 display connection
239 String display = getDisplayString();
240 int ind = display.indexOf(':');
241 final String hostName = display.substring(0, ind);
339 * display area (display edges line up with one another, and displays
349 * 2) The center point lies at the center of a single display. In this case
351 * single display. The boundaries of the one display are returned.
354 * entire display spac
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h335 Display *display; /* display the event was read from */ member in struct:__anon1031
451 typedef GLXVideoSourceSGIX ( * PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
527 typedef int ( * PFNGLXBINDCHANNELTOWINDOWSGIXPROC) (Display *display, int screen, int channel, Window window);
528 typedef int ( * PFNGLXCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int x, int y, int w, int h);
529 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh);
530 typedef int ( * PFNGLXQUERYCHANNELDELTASSGIXPROC) (Display *display, int screen, int channel, int *x, int *y, int *w, int *h);
531 typedef int ( * PFNGLXCHANNELRECTSYNCSGIXPROC) (Display *display, int screen, int channel, GLenum synctype);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css275 display:inline;
281 display:inline;
287 display:inline;
295 display:inline;
379 display:block;
469 display:block;
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.h44 int delay; /* before next image display, in msec */
89 Display *display; member in struct:Splash
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCWrapper.m328 (JNIEnv *env, jclass cls, jlong windowPtr, jint x, jint y, jint w, jint h, jboolean display)
335 [window setFrame:frame display:display];

Completed in 231 milliseconds

1234