Searched +defs:display +defs:pixel +defs:height (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dpc-win.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dframe.el[all...]
H A Dediff-wind.el[all...]
H A Dstartup.el[all...]
H A Dediff-init.el[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinImage.c72 unsigned long pixel = 0; local
116 PutPixel( XImage *image, int x, int y, unsigned long pixel) argument
204 XCreateImage( Display *display, Visual *visual, unsigned int depth, int format, int offset, char *data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
284 XGetImageZPixmap( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
578 XGetImage( Display* display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
612 COLORREF pixel; local
628 PutPixel(imagePtr, (int) xx, (int) yy, pixel); local
[all...]
H A DtkWinDraw.c147 TkWinGetDrawableDC( Display *display, Drawable d, TkWinDCState *state) argument
302 XCopyArea( Display *display, Drawable src, Drawable dest, GC gc, int src_x, int src_y, unsigned int width, unsigned int height, int dest_x, int dest_y) argument
358 XCopyPlane( Display *display, Drawable src, Drawable dest, GC gc, int src_x, int src_y, unsigned int width, unsigned int height, int dest_x, int dest_y, unsigned long plane) argument
504 TkPutImage( unsigned long *colors, int ncolors, Display *display, Drawable d, GC gc, XImage *image, int src_x, int src_y, int dest_x, int dest_y, unsigned int width, unsigned int height) argument
619 XFillRectangles( Display *display, Drawable d, GC gc, XRectangle *rectangles, int nrectangles) argument
760 LONG width, height; local
870 XDrawLines( Display *display, Drawable d, GC gc, XPoint *points, int npoints, int mode) argument
913 XFillPolygon( Display *display, Drawable d, GC gc, XPoint *points, int npoints, int shape, int mode) argument
955 XDrawRectangle( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height) argument
1003 XDrawArc( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height, int start, int extent) argument
1033 XFillArc( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height, int start, int extent) argument
1064 DrawOrFillArc( Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height, int start, int extent, int fill) argument
1263 TkScrollWindow( Tk_Window tkwin, GC gc, int x, int y, int width, int height, int dx, int dy, TkRegion damageRgn) argument
1301 TkWinFillRect( HDC dc, int x, int y, int width, int height, int pixel) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkWindow.c213 static char *display = NULL; variable
563 TkGetDisplay( Display *display) argument
1890 Tk_ResizeWindow( Tk_Window tkwin, int width, int height) argument
1909 Tk_MoveResizeWindow( Tk_Window tkwin, int x, int y, int width, int height) argument
2014 Tk_SetWindowBackground( Tk_Window tkwin, unsigned long pixel) argument
2050 Tk_SetWindowBorder( Tk_Window tkwin, unsigned long pixel) argument
2359 Tk_IdToWindow( Display *display, Window window) argument
[all...]
H A DtkImgPhoto.c57 typedef unsigned int pixel; typedef
81 Display *display; /* Qualifies the colormap resource ID. */ member in struct:__anon13438
153 int width, height; /* Dimensions of image. */ member in struct:PhotoMaster
201 Display *display; /* Display for windows using this instance. */ member in struct:PhotoInstance
216 int width, height; /* Dimensions of the pixmap. */ member in struct:PhotoInstance
653 int result, index, x, y, width, height, dataWidth, dataHeight, listObjc; local
2582 ImgPhotoBlendComplexAlpha( XImage *bgImg, PhotoInstance *iPtr, int xOffset, int yOffset, int width, int height) argument
2590 unsigned long pixel; local
2750 ImgPhotoDisplay( ClientData clientData, Display *display, Drawable drawable, int imageX, int imageY, int width, int height, int drawableX,int drawableY) argument
2851 ImgPhotoFree( ClientData clientData, Display *display) argument
2982 ImgPhotoSetSize( PhotoMaster *masterPtr, int width, int height) argument
4307 Tk_PhotoPutBlock( Tcl_Interp *interp, Tk_PhotoHandle handle, register Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int compRule) argument
4678 Tk_PhotoPutZoomedBlock( Tcl_Interp *interp, Tk_PhotoHandle handle, register Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule) argument
4977 Tk_DitherPhoto( Tk_PhotoHandle photo, int x, int y, int width, int height) argument
5054 DitherInstance( PhotoInstance *instancePtr, int xStart, int yStart, int width, int height) argument
5456 Tk_PhotoExpand( Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height) argument
5534 Tk_PhotoSetSize( Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height) argument
6032 ImgPhotoPostscript( ClientData clientData, Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, int x, int y, int width, int height, int prepass) argument
6064 Tk_PhotoPutBlock_NoComposite( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height) argument
6076 Tk_PhotoPutZoomedBlock_NoComposite( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY) argument
6105 Tk_PhotoExpand_Panic( Tk_PhotoHandle handle, int width, int height) argument
6115 Tk_PhotoPutBlock_Panic( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int compRule) argument
6127 Tk_PhotoPutZoomedBlock_Panic( Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule) argument
6140 Tk_PhotoSetSize_Panic( Tk_PhotoHandle handle, int width, int height) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXXStubs.c84 TkMacOSXDisplayChanged(Display *display) argument
142 Display *display; local
230 Display *display = displayPtr->display; local
308 MacXIdAlloc( Display *display) argument
365 DefaultErrorHandler( Display* display, XErrorEvent* err_evt) argument
379 XGetAtomName( Display * display, Atom atom) argument
401 XRootWindow(Display *display, int screen_number) argument
447 XChangeProperty( Display* display, Window w, Atom property, Atom type, int format, int mode, _Xconst unsigned char* data, int nelements) argument
461 XSelectInput( Display* display, Window w, long event_mask) argument
470 XBell( Display* display, int percent) argument
513 XSendEvent( Display* display, Window w, Bool propagate, long event_mask, XEvent* event_send) argument
525 XClearWindow( Display* display, Window w) argument
555 XWarpPointer( Display* display, Window src_w, Window dest_w, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y) argument
569 XQueryColor( Display* display, Colormap colormap, XColor* def_in_out) argument
590 XQueryColors( Display* display, Colormap colormap, XColor* defs_in_out, int ncolors) argument
629 XGetWindowProperty( Display *display, Window w, Atom property, long long_offset, long long_length, Bool delete, Atom req_type, Atom *actual_type_return, int *actual_format_return, unsigned long *nitems_return, unsigned long *bytes_after_return, unsigned char ** prop_return) argument
658 XSetIconName( Display* display, Window w, const char *icon_name) argument
670 XForceScreenSaver( Display* display, int mode) argument
683 Tk_FreeXId( Display *display, XID xid) argument
691 XSync( Display *display, Bool flag) argument
780 XCreateImage( Display* display, Visual* visual, unsigned int depth, int format, int offset, char* data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
863 XGetImage( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
1010 PutPixel( XImage *image, int x, int y, unsigned long pixel) argument
1086 XChangeWindowAttributes( Display* display, Window w, unsigned long value_mask, XSetWindowAttributes* attributes) argument
1095 XSetWindowBackground( Display *display, Window window, unsigned long value) argument
1103 XSetWindowBackgroundPixmap( Display* display, Window w, Pixmap background_pixmap) argument
1111 XSetWindowBorder( Display* display, Window w, unsigned long border_pixel) argument
1119 XSetWindowBorderPixmap( Display* display, Window w, Pixmap border_pixmap) argument
1127 XSetWindowBorderWidth( Display* display, Window w, unsigned int width) argument
1135 XSetWindowColormap( Display* display, Window w, Colormap colormap) argument
1153 XSetWMClientMachine( Display* display, Window w, XTextProperty* text_prop) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c66 int height; member in struct:SpectrogramItem
883 DeleteSpectrogram(Tk_Canvas canvas, Tk_Item *itemPtr, Display *display) argument
922 int height = spegPtr->height; local
966 DisplaySpectrogram(Tk_Canvas canvas, Tk_Item *itemPtr, Display *display, Drawable drawable, int x, int y, int width, int height) argument
1078 int height = 2 * spegPtr->height; local
1435 MacPutPixel(XImage *image, int x, int y, unsigned long pixel) argument
1461 DrawSpeg(SnackItemInfo *siPtr, Display* disp, GC gc, int width, int height, int drawX, int drawW, int fpos) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXXStubs.c84 TkMacOSXDisplayChanged( Display *display) argument
140 Display *display; local
245 Display *display = displayPtr->display; local
323 MacXIdAlloc( Display *display) argument
380 DefaultErrorHandler( Display* display, XErrorEvent* err_evt) argument
394 XGetAtomName( Display * display, Atom atom) argument
417 XRootWindow( Display *display, int screen_number) argument
426 XGetGeometry( Display *display, Drawable d, Window *root_return, int *x_return, int *y_return, unsigned int *width_return, unsigned int *height_return, unsigned int *border_width_return, unsigned int *depth_return) argument
461 XChangeProperty( Display* display, Window w, Atom property, Atom type, int format, int mode, _Xconst unsigned char* data, int nelements) argument
475 XSelectInput( Display* display, Window w, long event_mask) argument
484 XBell( Display* display, int percent) argument
527 XSendEvent( Display* display, Window w, Bool propagate, long event_mask, XEvent* event_send) argument
539 XClearWindow( Display* display, Window w) argument
569 XWarpPointer( Display* display, Window src_w, Window dest_w, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y) argument
583 XQueryColor( Display* display, Colormap colormap, XColor* def_in_out) argument
604 XQueryColors( Display* display, Colormap colormap, XColor* defs_in_out, int ncolors) argument
643 XGetWindowProperty( Display *display, Window w, Atom property, long long_offset, long long_length, Bool delete, Atom req_type, Atom *actual_type_return, int *actual_format_return, unsigned long *nitems_return, unsigned long *bytes_after_return, unsigned char ** prop_return) argument
673 XSetIconName( Display* display, Window w, const char *icon_name) argument
685 XForceScreenSaver( Display* display, int mode) argument
699 Tk_FreeXId( Display *display, XID xid) argument
707 XSync( Display *display, Bool flag) argument
799 XCreateImage( Display* display, Visual* visual, unsigned int depth, int format, int offset, char* data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line) argument
882 XGetImage( Display *display, Drawable d, int x, int y, unsigned int width, unsigned int height, unsigned long plane_mask, int format) argument
1067 ImagePutPixel( XImage *image, int x, int y, unsigned long pixel) argument
1135 XChangeWindowAttributes( Display *display, Window w, unsigned long value_mask, XSetWindowAttributes *attributes) argument
1144 XSetWindowBackground( Display *display, Window window, unsigned long value) argument
1152 XSetWindowBackgroundPixmap( Display *display, Window w, Pixmap background_pixmap) argument
1160 XSetWindowBorder( Display *display, Window w, unsigned long border_pixel) argument
1168 XSetWindowBorderPixmap( Display *display, Window w, Pixmap border_pixmap) argument
1176 XSetWindowBorderWidth( Display *display, Window w, unsigned int width) argument
1184 XSetWindowColormap( Display *display, Window w, Colormap colormap) argument
1203 XSetWMClientMachine( Display *display, Window w, XTextProperty *text_prop) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacfns.c1372 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f)); local
1469 unsigned long fore_pixel, pixel; local
1495 f->output_data.mac->cursor_gc, pixel); local
1722 int height = FRAME_INTERNAL_BORDER_WIDTH (f); local
2515 int width, height; variable
2518 Lisp_Object display; variable
2929 Lisp_Object display; variable
2947 Lisp_Object display; variable
2964 Lisp_Object display; variable
2978 Lisp_Object display; variable
2992 Lisp_Object display; variable
3006 Lisp_Object display; variable
3022 Lisp_Object display; variable
3035 Lisp_Object display; variable
3050 Lisp_Object display; variable
3094 Lisp_Object display; variable
3105 Lisp_Object display; variable
3142 Lisp_Object display; variable
3181 Lisp_Object display; variable
3196 Lisp_Object display; variable
3224 Lisp_Object display; variable
3314 Lisp_Object display, xrm_string, must_succeed; variable
3319 CHECK_STRING (display); variable
3359 Lisp_Object display; variable
3399 Lisp_Object display, on; variable
3791 int width, height; local
4148 int i, width, height; variable
4303 SizeWindow (FRAME_MAC_WINDOW (f), width, height, true); variable
[all...]
H A Dxterm.h141 int height, width, depth; member in struct:x_bitmap_record
156 Display *display; member in struct:x_display_info
181 int height, width; member in struct:x_display_info
621 unsigned long pixel; member in struct:x_output::relief
790 Lisp_Object top, left, width, height; member in struct:scroll_bar
915 Display *display; member in struct:selection_input_event
[all...]
H A Dxfns.c945 unsigned long pixel = x_decode_color (f, arg, BLACK_PIX_DEFAULT (f)); local
1084 unsigned long fore_pixel, pixel; local
1413 int height = FRAME_INTERNAL_BORDER_WIDTH (f); local
1422 0, y, width, height, False); local
1442 unsigned long pixel; local
1477 unsigned long pixel; local
3063 int width, height; variable
3066 Lisp_Object display; variable
3552 Lisp_Object display; variable
3580 Lisp_Object display; variable
3609 Lisp_Object display; variable
3623 Lisp_Object display; variable
3637 Lisp_Object display; variable
3651 Lisp_Object display; variable
3676 Lisp_Object display; variable
3691 Lisp_Object display; variable
3710 Lisp_Object display; variable
3726 Lisp_Object display; variable
3739 Lisp_Object display; variable
3752 Lisp_Object display; variable
3767 Lisp_Object display; variable
3804 Lisp_Object display; variable
3844 Lisp_Object display; variable
4066 Lisp_Object display, xrm_string, must_succeed; variable
4071 CHECK_STRING (display); variable
4115 Lisp_Object display; variable
4173 Lisp_Object display, on; variable
4691 int width, height; local
5077 int i, width, height; variable
5233 root_x, root_y, width, height); variable
[all...]
H A Ddispextern.h39 unsigned long pixel; member in struct:__anon8679
296 unsigned height : 16; member in struct:glyph_slice
397 unsigned height : 16; member in struct:glyph::__anon8680::__anon8681
697 int ascent, height; member in struct:glyph_row
1112 int height; member in struct:glyph_string
1131 Display *display; member in struct:glyph_string
1808 Lisp_Object height; member in struct:it_slice
2232 int height, nrows; member in struct:run
2444 int width, height; member in struct:image
[all...]
H A Dw32fns.c1561 unsigned long fore_pixel, pixel; local
1830 int height = FRAME_INTERNAL_BORDER_WIDTH (f); local
4151 int width, height; variable
4154 Lisp_Object display; variable
5419 char name[50], weight[20], slant, pitch, pixels[10], height[10], local
5528 char name[100], height[10], width[10], weight[20]; local
6362 Lisp_Object display; variable
6380 Lisp_Object display; variable
6397 Lisp_Object display; variable
6411 Lisp_Object display; variable
6425 Lisp_Object display; variable
6439 Lisp_Object display; variable
6469 Lisp_Object display; variable
6482 Lisp_Object display; variable
6497 Lisp_Object display; variable
6510 Lisp_Object display; variable
6522 Lisp_Object display; variable
6543 Lisp_Object display; variable
6567 Lisp_Object display; variable
6582 Lisp_Object display; variable
6606 Lisp_Object display; variable
6692 Lisp_Object display, xrm_string, must_succeed; variable
6779 Lisp_Object display; variable
6821 Lisp_Object display, on; variable
7194 int width, height; local
7529 int i, width, height; variable
[all...]
H A Dxfaces.c1118 Lisp_Object width, height, data; variable
2210 double pixel; local
6177 Lisp_Object attributes, display; variable
7407 unsigned long default_pixel, default_other_pixel, pixel; local
[all...]
H A Dxterm.c655 int width, height; local
685 0, y, width, height, False); local
700 Display *display = FRAME_X_DISPLAY (f); local
1509 Pixel pixel; local
1668 unsigned long pixel = colors[i].pixel; local
1941 unsigned long pixel; local
2437 int height; local
2787 x, y, width, height, local
2918 int height = FRAME_TEXT_LINES_TO_PIXEL_HEIGHT (f, FRAME_LINES (f)); local
3091 int x, y, width, height, from_y, to_y, bottom_y; local
3131 width, height, local
4315 int whole, portion, height; local
4359 Dimension height; local
4417 unsigned long pixel; local
4676 Dimension height; local
4980 int top, height, left, sb_left, width, sb_width; local
5025 left, top, width, height, False); local
5058 left, top, width, height, False); local
5082 height, False); local
5086 height, False); local
5101 rest, height, False); local
5104 left, top, rest, height, False); local
7340 x, y, width, height, False); local
8227 int height = FRAME_PIXEL_HEIGHT (f); local
8527 int width, height, ign; local
8986 unsigned int width, height, border, depth; local
8998 &rootw, &x, &y, &width, &height, &border, &depth); local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c857 int x, y, width, height, depth; local
2005 ImageChangedProc( ClientData clientData, int x, int y, int width, int height, int imageWidth, int imageHeight ) argument
3721 int width = 0, height; local
3934 Display *display = Tk_Display(tkwin); local
4075 COLORREF pixel; local
4229 unsigned long pixel; local
[all...]
H A DtkTreeUtils.c433 Tree_DrawActiveOutline( TreeCtrl *tree, Drawable drawable, int x, int y, int width, int height, int open ) argument
861 DrawXORLine( Display *display, Drawable drawable, int x1, int y1, int x2, int y2 ) argument
968 Tree_FillRegion( Display *display, Drawable drawable, GC gc, TkRegion rgn ) argument
1155 Tree_ScrollWindow( TreeCtrl *tree, GC gc, int x, int y, int width, int height, int dx, int dy, TkRegion damageRgn ) argument
1284 Tree_RedrawImage( Tk_Image image, int imageX, int imageY, int width, int height, TreeDrawable td, int drawableX, int drawableY ) argument
1341 Tree_DrawBitmapWithGC( TreeCtrl *tree, Pixmap bitmap, Drawable drawable, GC gc, int src_x, int src_y, int width, int height, int dest_x, int dest_y ) argument
1401 Tree_DrawBitmap( TreeCtrl *tree, Pixmap bitmap, Drawable drawable, XColor *fg, XColor *bg, int src_x, int src_y, int width, int height, int dest_x, int dest_y ) argument
1517 unsigned long pixel; local
1563 Display *display = Tk_Display(tkwin); local
1618 unsigned long pixel; local
1700 int height; member in struct:LayoutInfo
1793 int baseline, height, curX, newX, maxWidth; local
2126 TextLayout_Draw( Display *display, Drawable drawable, GC gc, TextLayout layout, int x, int y, int firstChar, int lastChar, int underline ) argument
2988 int i, width, height, w, h; local
3308 int i, width, height, w, h; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImgPhoto.c60 typedef unsigned int pixel; typedef
85 Display *display; /* Qualifies the colormap resource ID */ member in struct:__anon13781
157 int width, height; /* Dimensions of image. */ member in struct:PhotoMaster
205 Display *display; /* Display for windows using this instance. */ member in struct:PhotoInstance
220 int width, height; /* Dimensions of the pixmap. */ member in struct:PhotoInstance
672 int x, y, width, height; local
2589 unsigned long pixel; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/xlib/X11/
H A DXlib.h226 struct _XDisplay *display;/* back pointer to display structure */ member in struct:__anon13674
228 int width, height; /* width and height of screen */ member in struct:__anon13674
277 int width, height; /* width and height of window */ member in struct:__anon13677
318 int width, height; /* size of image */ member in struct:_XImage
356 int width, height; member in struct:__anon13679
366 unsigned long pixel; member in struct:__anon13680
387 unsigned short width, height; member in struct:__anon13683
392 unsigned short width, height; member in struct:__anon13684
539 Display *display; /* Display the event was read from */ member in struct:__anon13690
560 Display *display; /* Display the event was read from */ member in struct:__anon13691
578 Display *display; /* Display the event was read from */ member in struct:__anon13692
595 Display *display; /* Display the event was read from */ member in struct:__anon13693
619 Display *display; /* Display the event was read from */ member in struct:__anon13694
637 Display *display; /* Display the event was read from */ member in struct:__anon13695
646 Display *display; /* Display the event was read from */ member in struct:__anon13696
649 int width, height; member in struct:__anon13696
657 Display *display; /* Display the event was read from */ member in struct:__anon13697
660 int width, height; member in struct:__anon13697
670 Display *display; /* Display the event was read from */ member in struct:__anon13698
680 Display *display; /* Display the event was read from */ member in struct:__anon13699
689 Display *display; /* Display the event was read from */ member in struct:__anon13700
693 int width, height; /* size of window */ member in struct:__anon13700
702 Display *display; /* Display the event was read from */ member in struct:__anon13701
711 Display *display; /* Display the event was read from */ member in struct:__anon13702
721 Display *display; /* Display the event was read from */ member in struct:__anon13703
731 Display *display; /* Display the event was read from */ member in struct:__anon13704
740 Display *display; /* Display the event was read from */ member in struct:__anon13705
752 Display *display; /* Display the event was read from */ member in struct:__anon13706
756 int width, height; member in struct:__anon13706
766 Display *display; /* Display the event was read from */ member in struct:__anon13707
776 Display *display; /* Display the event was read from */ member in struct:__anon13708
778 int width, height; member in struct:__anon13708
785 Display *display; /* Display the event was read from */ member in struct:__anon13709
789 int width, height; member in struct:__anon13709
800 Display *display; /* Display the event was read from */ member in struct:__anon13710
810 Display *display; /* Display the event was read from */ member in struct:__anon13711
820 Display *display; /* Display the event was read from */ member in struct:__anon13712
831 Display *display; /* Display the event was read from */ member in struct:__anon13713
841 Display *display; /* Display the event was read from */ member in struct:__anon13714
854 Display *display; /* Display the event was read from */ member in struct:__anon13715
866 Display *display; /* Display the event was read from */ member in struct:__anon13716
881 Display *display; /* Display the event was read from */ member in struct:__anon13717
896 Display *display; /* Display the event was read from */ member in struct:__anon13719
906 Display *display; /* Display the event was read from */ member in struct:__anon13720
918 Display *display;/* Display the event was read from */ member in struct:__anon13721
1028 typedef union { Display *display; member in union:__anon13728
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/xlib/X11/
H A DXlib.h235 struct _XDisplay *display;/* back pointer to display structure */ member in struct:__anon13853
237 int width, height; /* width and height of screen */ member in struct:__anon13853
286 int width, height; /* width and height of window */ member in struct:__anon13856
327 int width, height; /* size of image */ member in struct:_XImage
365 int width, height; member in struct:__anon13858
375 unsigned long pixel; member in struct:__anon13859
396 unsigned short width, height; member in struct:__anon13862
401 unsigned short width, height; member in struct:__anon13863
548 Display *display; /* Display the event was read from */ member in struct:__anon13869
569 Display *display; /* Display the event was read from */ member in struct:__anon13870
587 Display *display; /* Display the event was read from */ member in struct:__anon13871
604 Display *display; /* Display the event was read from */ member in struct:__anon13872
628 Display *display; /* Display the event was read from */ member in struct:__anon13873
646 Display *display; /* Display the event was read from */ member in struct:__anon13874
655 Display *display; /* Display the event was read from */ member in struct:__anon13875
658 int width, height; member in struct:__anon13875
666 Display *display; /* Display the event was read from */ member in struct:__anon13876
669 int width, height; member in struct:__anon13876
679 Display *display; /* Display the event was read from */ member in struct:__anon13877
689 Display *display; /* Display the event was read from */ member in struct:__anon13878
698 Display *display; /* Display the event was read from */ member in struct:__anon13879
702 int width, height; /* size of window */ member in struct:__anon13879
711 Display *display; /* Display the event was read from */ member in struct:__anon13880
720 Display *display; /* Display the event was read from */ member in struct:__anon13881
730 Display *display; /* Display the event was read from */ member in struct:__anon13882
740 Display *display; /* Display the event was read from */ member in struct:__anon13883
749 Display *display; /* Display the event was read from */ member in struct:__anon13884
761 Display *display; /* Display the event was read from */ member in struct:__anon13885
765 int width, height; member in struct:__anon13885
775 Display *display; /* Display the event was read from */ member in struct:__anon13886
785 Display *display; /* Display the event was read from */ member in struct:__anon13887
787 int width, height; member in struct:__anon13887
794 Display *display; /* Display the event was read from */ member in struct:__anon13888
798 int width, height; member in struct:__anon13888
809 Display *display; /* Display the event was read from */ member in struct:__anon13889
819 Display *display; /* Display the event was read from */ member in struct:__anon13890
829 Display *display; /* Display the event was read from */ member in struct:__anon13891
840 Display *display; /* Display the event was read from */ member in struct:__anon13892
850 Display *display; /* Display the event was read from */ member in struct:__anon13893
863 Display *display; /* Display the event was read from */ member in struct:__anon13894
875 Display *display; /* Display the event was read from */ member in struct:__anon13895
890 Display *display; /* Display the event was read from */ member in struct:__anon13896
905 Display *display; /* Display the event was read from */ member in struct:__anon13898
915 Display *display; /* Display the event was read from */ member in struct:__anon13899
927 Display *display;/* Display the event was read from */ member in struct:__anon13900
1037 typedef union { Display *display; member in union:__anon13907
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_gtk_x11.c2611 int height = 0; local
2646 int height; local
3908 gui_mch_set_shellsize(int width, int height, int min_width UNUSED, int min_height UNUSED, int base_width UNUSED, int base_height UNUSED, int direction UNUSED) argument
3927 gtk_window_resize(GTK_WINDOW(gui.mainwin), width, height); local
5167 GdkDisplay *display; local
5754 gui_mch_get_rgb(guicolor_T pixel) argument
5904 int height; local
[all...]

Completed in 489 milliseconds

12