Searched refs:Display (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk/tk/win/
H A Dstubs.c20 Display *display,
41 Display *display,
54 Display *display,
73 Display *display,
86 Display *display,
108 Display *display,
115 Display *display,
129 Display *display,
137 Display *display,
146 Display *displa
[all...]
H A DtkWinPointer.c174 Display *display,
204 Display *display,
323 Display *display,
358 Display *display,
393 Display *display,
424 Display *display,
/macosx-10.10/vim-55/src/proto/
H A Dif_xcmdsrv.pro2 int serverRegisterName __ARGS((Display *dpy, char_u *name));
3 void serverChangeRegisteredWindow __ARGS((Display *dpy, Window newwin));
4 int serverSendToVim __ARGS((Display *dpy, char_u *name, char_u *cmd, char_u **result, Window *server, int asExpr, int localLoop, int silent));
5 char_u *serverGetVimNames __ARGS((Display *dpy));
8 int serverReadReply __ARGS((Display *dpy, Window win, char_u **str, int localLoop));
9 int serverPeekReply __ARGS((Display *dpy, Window win, char_u **str));
10 void serverEventProc __ARGS((Display *dpy, XEvent *eventPtr));
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkIntXlibDecls.h41 EXTERN void XSetDashes(Display *display, GC gc, int dash_offset,
47 EXTERN XModifierKeymap * XGetModifierMapping(Display *d);
52 EXTERN XImage * XCreateImage(Display *d, Visual *v, unsigned int ui1,
59 EXTERN XImage * XGetImage(Display *d, Drawable dr, int i1, int i2,
66 EXTERN char * XGetAtomName(Display *d, Atom a);
76 EXTERN Colormap XCreateColormap(Display *d, Window w, Visual *v,
82 EXTERN Cursor XCreatePixmapCursor(Display *d, Pixmap p1, Pixmap p2,
89 EXTERN Cursor XCreateGlyphCursor(Display *d, Font f1, Font f2,
101 EXTERN XHostAddress * XListHosts(Display *d, int *i, Bool *b);
106 EXTERN KeySym XKeycodeToKeysym(Display *
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkIntXlibDecls.h43 EXTERN void XSetDashes _ANSI_ARGS_((Display* display, GC gc,
47 EXTERN XModifierKeymap* XGetModifierMapping _ANSI_ARGS_((Display* d));
49 EXTERN XImage * XCreateImage _ANSI_ARGS_((Display* d, Visual* v,
54 EXTERN XImage * XGetImage _ANSI_ARGS_((Display* d, Drawable dr,
58 EXTERN char * XGetAtomName _ANSI_ARGS_((Display* d, Atom a));
62 EXTERN Colormap XCreateColormap _ANSI_ARGS_((Display* d, Window w,
65 EXTERN Cursor XCreatePixmapCursor _ANSI_ARGS_((Display* d,
69 EXTERN Cursor XCreateGlyphCursor _ANSI_ARGS_((Display* d, Font f1,
75 EXTERN XHostAddress * XListHosts _ANSI_ARGS_((Display* d, int* i, Bool* b));
77 EXTERN KeySym XKeycodeToKeysym _ANSI_ARGS_((Display*
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A Dstubs.c18 Display* display;
39 Display* display;
53 Display* display;
73 Display* display;
86 Display* display;
107 Display* display;
114 Display* display;
128 Display* display;
136 Display* display;
145 Display* displa
[all...]
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXutil.h355 Display* /* display */,
382 Display* /* display */,
391 Display* /* display */,
399 Display* /* display */,
408 Display* /* display */,
416 Display* /* display */,
426 Display* /* display */,
435 Display* /* display */,
444 Display* /* display */,
454 Display* /* displa
[all...]
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXutil.h355 Display* /* display */,
382 Display* /* display */,
391 Display* /* display */,
399 Display* /* display */,
408 Display* /* display */,
416 Display* /* display */,
426 Display* /* display */,
435 Display* /* display */,
444 Display* /* display */,
454 Display* /* displa
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dmsdos.h54 typedef int Display;
105 #define FRAME_X_DISPLAY(f) ((Display *) 0)
152 XMenu *XMenuCreate (Display *, Window, char *);
153 int XMenuAddPane (Display *, XMenu *, char *, int);
154 int XMenuAddSelection (Display *, XMenu *, int, int, char *, int, char *);
155 void XMenuLocate (Display *, XMenu *, int, int, int, int,
157 int XMenuActivate (Display *, XMenu *, int *, int *, int, int, unsigned,
159 void XMenuDestroy (Display *, XMenu *);
53 typedef int Display; typedef
/macosx-10.10/tcl-105/tk/tk/xlib/
H A Dxgc.c114 Display *display,
219 Display *d,
275 Display *d,
305 Display *display,
314 Display *display,
323 Display *display,
347 Display *display,
356 Display *display,
365 Display *display,
374 Display *displa
[all...]
H A Dxdraw.c35 Display *display,
70 Display *display,
/macosx-10.10/tcl-105/tk84/tk/xlib/
H A Dxgc.c115 Display* display;
192 Display * d;
240 Display * d;
269 Display *display;
278 Display *display;
287 Display* display;
311 Display *display;
320 Display *display;
329 Display *display;
338 Display *displa
[all...]
H A Dxdraw.c36 Display* display;
70 Display* display;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXXStubs.c49 static XID MacXIdAlloc(Display *display);
50 static int DefaultErrorHandler(Display* display, XErrorEvent* err_evt);
85 TkMacOSXDisplayChanged(Display *display)
128 * Create the Display structure and fill it with device
132 * Returns a Display structure on success or NULL on failure.
135 * Allocates a new Display structure.
144 Display *display;
157 display = (Display *) ckalloc(sizeof(Display));
159 bzero(display, sizeof(Display));
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGLXContext.cpp35 typedef GLXContext (*GLXCREATECONTEXTATTRIBSARBPROC)(Display*, GLXFBConfig, GLXContext, Bool, const int*);
64 Display* x11Display = surface->sharedDisplay();
114 Display* x11Display = X11Helper::nativeDisplay();
123 Display* x11Display = X11Helper::nativeDisplay();
H A DX11Helper.cpp33 static int handleXPixmapCreationError(Display*, XErrorEvent* event)
70 Display* display() { return m_display; }
72 Display* m_display;
80 Display* dpy = X11Helper::nativeDisplay();
146 Display* display = nativeDisplay();
177 Display* display = nativeDisplay();
188 Display* display = nativeDisplay();
305 Display* display = nativeDisplay();
320 Display* display = nativeDisplay();
332 Display* X11Helpe
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGLContext.h40 typedef struct _XDisplay Display; typedef in typeref:struct:_XDisplay
66 static Display* sharedX11Display();
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DX10.h55 Display *display; /* Display which owns the id. */
H A DDelSel.c20 register Display *display; /* Previously opened display. */
H A DPost.c43 register Display *display; /* Previously opened display. */
H A DXDelAssoc.c21 register Display *dpy;
H A DXLookAssoc.c19 * to the currently active Display.
22 register Display *dpy;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXXStubs.c53 static XID MacXIdAlloc(Display *display);
54 static int DefaultErrorHandler(Display *display,
86 Display *display)
126 * Create the Display structure and fill it with device specific
130 * Returns a Display structure on success or NULL on failure.
133 * Allocates a new Display structure.
142 Display *display;
158 display = (Display *) ckalloc(sizeof(Display));
160 bzero(display, sizeof(Display));
[all...]
/macosx-10.10/vim-55/runtime/tools/
H A Dxcmdsrv_client.c35 char * sendToVim __ARGS((Display *dpy, char *name, char *cmd, int asKeys, int *code));
73 static int x_error_check __ARGS((Display *dpy, XErrorEvent *error_event));
74 static int AppendPropCarefully __ARGS((Display *display,
76 static Window LookupName __ARGS((Display *dpy, char *name,
78 static int SendInit __ARGS((Display *dpy));
79 static char *SendEventProc __ARGS((Display *dpy, XEvent *eventPtr,
100 Display *dpy; /* Where to send. */
251 Display *dpy;
295 Display *dpy; /* Display whos
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWidgetBackingStoreGtkX11.h39 Display* m_display;

Completed in 170 milliseconds

1234567891011>>