Searched +refs:display +refs:mm +refs:height (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixMenubu.c58 * This function is invoked to display a menubutton widget.
64 * Commands are output to X to display the menubutton in its current
86 int width = 0, height = 0;
109 Tk_SizeOfImage(mbPtr->image, &width, &height);
112 Tk_SizeOfBitmap(mbPtr->display, mbPtr->bitmap, &width, &height);
116 imageHeight = height;
127 pixmap = Tk_GetPixmap(mbPtr->display, Tk_WindowId(tkwin),
148 textYOffset = height + mbPtr->padY;
152 fullHeight = height
84 int width = 0, height = 0; local
359 int width, height, mm, pixels; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixMenubu.c57 * This procedure is invoked to display a menubutton widget.
63 * Commands are output to X to display the menubutton in its
81 int width, height, fullWidth, fullHeight;
106 Tk_SizeOfImage(mbPtr->image, &width, &height);
109 Tk_SizeOfBitmap(mbPtr->display, mbPtr->bitmap, &width, &height);
113 imageHeight = height;
124 pixmap = Tk_GetPixmap(mbPtr->display, Tk_WindowId(tkwin),
142 textYOffset = height + mbPtr->padY;
146 fullHeight = height
79 int width, height, fullWidth, fullHeight; local
350 int width, height, mm, pixels; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl21 # -measure -default pixels ; {pixels points inches mm cm}
41 # $path display
54 $dlg display
76 -type [list snit::enum -values [list pixels points inches mm cm]]
83 installhull using canvas -width 200 -height 50 \
113 variable height 0
116 valid {pixels points inches mm cm}
117 cm c mm m inches i points p pixels ""
159 set height [winfo height
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMenubutton.c25 #define kTriangleHeight (6) /* height of the triangle */
144 * This procedure is invoked to display a menubutton widget.
150 * Commands are output to X to display the menubutton in its
167 int hasImageOrBitmap = 0, width, height;
219 Tk_SizeOfImage(butPtr->image, &width, &height);
222 Tk_SizeOfBitmap(butPtr->display, butPtr->bitmap, &width, &height);
273 mbPtr->picParams.srcRect.bottom = height;
291 Tk_RedrawImage(butPtr->image, 0, 0, width, height, pixmap, 0, 0);
302 XCopyPlane(butPtr->display, butPt
165 int hasImageOrBitmap = 0, width, height; local
449 int width, height, mm, pixels; local
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxterm.c22 /* New display code by Gerd Moellmann <gerd@gnu.org>. */
375 /* Flush display of frame F, or of all frames if F is null. */
450 if (dpyinfo->display == dpy)
556 display W's cursor if CURSOR_ON_P is non-zero.
563 support. Such windows don't have a cursor, so don't display it
659 int width, height;
677 && (height = desired_row->visible_height,
678 height > 0))
689 0, y, width, height, False);
692 y, width, height, Fals
655 int width, height; local
685 0, y, width, height, False); local
700 Display *display = FRAME_X_DISPLAY (f); 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
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
10784 double mm = DisplayHeightMM (dpyinfo->display, screen_number); local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTest.c43 int width, height; /* Dimensions of image. */ member in struct:TImageMaster
78 Display *display, Drawable drawable,
80 int height, int drawableX,
83 Display *display));
1040 double mm;
1148 recordPtr->mm = 0.0;
1685 timPtr->height = 15;
1724 int x, y, width, height;
1735 " changed x y width height imageWidth imageHeight",
1742 || (Tcl_GetInt(interp, argv[5], &height) !
1032 double mm; member in struct:InternalRecord
1710 int x, y, width, height; local
[all...]
H A DtkCmds.c680 = { "-x", "-y", "-height", NULL };
686 "window ?-x x? ?-y y? ?-height height?");
700 Tcl_NewStringObj("-height", 7));
702 Tcl_NewIntObj(caretPtr->height));
726 value = caretPtr->height;
730 int i, value, x = 0, y = 0, height = -1;
744 height = value;
747 if (height < 0) { local
748 height
721 int i, value, x = 0, y = 0, height = -1; local
1119 int index, x, y, width, height, useX, useY, class, skip; local
1581 double mm, pixels; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkCmds.c674 "-x", "-y", "-height", NULL
682 "window ?-x x? ?-y y? ?-height height?");
697 Tcl_NewStringObj("-height", 7));
699 Tcl_NewIntObj(caretPtr->height));
725 value = caretPtr->height;
729 int i, value, x = 0, y = 0, height = -1;
742 height = value;
745 if (height < 0) { local
746 height
720 int i, value, x = 0, y = 0, height = -1; local
1153 int index, x, y, width, height, useX, useY, class, skip; local
1582 double mm, pixels; local
[all...]
H A DtkTest.c42 int width, height; /* Dimensions of image. */ member in struct:TImageMaster
69 Display *display, Drawable drawable,
71 int height, int drawableX,
73 static void ImageFree(ClientData clientData, Display *display);
978 double mm;
1067 recordPtr->mm = 0.0;
1540 timPtr->height = 15;
1578 int x, y, width, height;
1588 " changed x y width height imageWidth imageHeight", NULL);
1594 || (Tcl_GetInt(interp, argv[5], &height) !
970 double mm; member in struct:InternalRecord
1564 int x, y, width, height; local
1655 ImageDisplay( ClientData clientData, Display *display, Drawable drawable, int imageX, int imageY, int width, int height, int drawableX, int drawableY) argument
1707 ImageFree( ClientData clientData, Display *display) argument
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcss.vim55 syn match cssValueLength contained "[-+]\=\d\+\(\.\d*\)\=\(%\|mm\|cm\|in\|pt\|pc\|em\|ex\|px\)"
62 syn match cssFontDescriptorProp contained "\<\(unicode-range\|unit-per-em\|panose-1\|cap-height\|x-height\|definition-src\)\>"
110 syn match cssTextProp "\<\(\(word\|letter\)-spacing\|text\(-\(decoration\|transform\|align\|index\|shadow\)\)\=\|vertical-align\|unicode-bidi\|line-height\)\>"
120 syn match cssBoxProp contained "\<\(min\|max\)-\(width\|height\)\>"
121 syn keyword cssBoxProp contained width height float clear overflow clip visibility
150 syn match cssRenderProp contained "\<\(display\|marker-offset\|unicode-bidi\|white-space\|list-item\|run-in\|inline-table\)\>"
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex328 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
330 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
333 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
555 % to keep its height that of a normal line. According to the rules for
557 % max (\topskip - \ht (first item), 0). If that height is large,
577 % The \vtop we start below produces a box with normal height and large
667 % Do a \strut just to make the height of this box be normal, so the
1026 \ifx\empty\imageheight\else height \imageheight \fi
1196 \vrule width0pt height\strutheightpercent\baselineskip
1588 % second argument specifying the text to display an
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex209 % We want to insert a rule with the height and depth of the current
218 \vrule height\baselineskip width1pt
378 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
380 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
383 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
662 % to keep its height that of a normal line. According to the rules for
664 % max (\topskip - \ht (first item), 0). If that height is large,
695 % The \vtop produces a box with normal height and large depth; thus, TeX puts
753 % Do a \strut just to make the height of this box be normal, so the
1186 \ifx\empty\imageheight\else height \imageheigh
[all...]
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex212 % We want to insert a rule with the height and depth of the current
221 \vrule height\baselineskip width1pt
381 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
383 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
386 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
665 % to keep its height that of a normal line. According to the rules for
667 % max (\topskip - \ht (first item), 0). If that height is large,
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
756 % Do a \strut just to make the height of this box be normal, so the
1194 \ifx\empty\imageheight\else height \imageheigh
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex212 % We want to insert a rule with the height and depth of the current
221 \vrule height\baselineskip width1pt
381 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
383 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
386 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
665 % to keep its height that of a normal line. According to the rules for
667 % max (\topskip - \ht (first item), 0). If that height is large,
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
756 % Do a \strut just to make the height of this box be normal, so the
1194 \ifx\empty\imageheight\else height \imageheigh
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex301 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
303 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
306 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
536 % to keep its height that of a normal line. According to the rules for
538 % max (\topskip - \ht (first item), 0). If that height is large,
548 % The \vtop we start below produces a box with normal height and large
626 % Do a \strut just to make the height of this box be normal, so the
966 \ifx\empty\imageheight\else height \imageheight \fi
1137 \vrule width0pt height\strutheightpercent\baselineskip
1495 % second argument specifying the text to display an
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex214 % We want to insert a rule with the height and depth of the current
223 \vrule height\baselineskip width1pt
387 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
389 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
392 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
685 % to keep its height that of a normal line. According to the rules for
687 % max (\topskip - \ht (first item), 0). If that height is large,
718 % The \vtop produces a box with normal height and large depth; thus, TeX puts
776 % Do a \strut just to make the height of this box be normal, so the
1210 % for display i
[all...]
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex214 % We want to insert a rule with the height and depth of the current
223 \vrule height\baselineskip width1pt
387 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
389 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
392 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
685 % to keep its height that of a normal line. According to the rules for
687 % max (\topskip - \ht (first item), 0). If that height is large,
718 % The \vtop produces a box with normal height and large depth; thus, TeX puts
776 % Do a \strut just to make the height of this box be normal, so the
1210 % for display i
[all...]
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex287 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
289 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
292 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
522 % to keep its height that of a normal line. According to the rules for
524 % max (\topskip - \ht (first item), 0). If that height is large,
534 % The \vtop we start below produces a box with normal height and large
612 % Do a \strut just to make the height of this box be normal, so the
887 \ifx\empty\imageheight\else height \imageheight \fi
1377 % second argument specifying the text to display and an optional third
1378 % arg as text to display instea
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex288 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
290 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
293 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
523 % to keep its height that of a normal line. According to the rules for
525 % max (\topskip - \ht (first item), 0). If that height is large,
535 % The \vtop we start below produces a box with normal height and large
613 % Do a \strut just to make the height of this box be normal, so the
926 \ifx\empty\imageheight\else height \imageheight \fi
1417 % second argument specifying the text to display and an optional third
1418 % arg as text to display instea
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim340 call append("$", "display\tinclude \"lastline\" to show the last line even if it doesn't fit")
347 call append("$", "columns\twidth of the display")
349 call append("$", "lines\tnumber of lines in the display")
359 call append("$", "writedelay\tdelay in msec for each char written to the display")
454 call append("$", "winfixheight\tkeep the height of the window")
466 call append("$", "helpheight\tinitial height of the help window")
469 call append("$", "previewheight\tdefault height for the preview window")
637 call append("$", "macatsui\tuse ATSUI text drawing; disable to avoid display problems")
766 call append("$", "pumheight\tmaximum height of the popup menu")
869 call append("$", "foldenable\tset to display al
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex202 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
204 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
207 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
396 % to keep its height that of a normal line. According to the rules for
398 % max (\topskip - \ht (first item), 0). If that height is large,
408 % The \vtop we start below produces a box with normal height and large
1224 \vskip4pt \hrule height 4pt width \hsize \vskip4pt}%
1264 \vskip4pt \hrule height 2pt width \hsize
3048 %\global\setbox\bullbox = \hbox to 1em{\kern.15em\vrule height .75ex width .85ex
3070 \hrule height\dimen
[all...]

Completed in 219 milliseconds