Searched refs:bottom (Results 226 - 250 of 720) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Druler.tcl39 pack $w.buttons -side bottom -fill x -pady 2m
51 set demo_rulerInfo(bottom) [winfo fpixels $c 1.5c]
141 if {($cy >= $v(top)) && ($cy <= $v(bottom))} {
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c402 rc.bottom = y + height;
438 contentRect.bottom - contentRect.top);
451 extentRect.bottom - extentRect.top);
586 rc.bottom = y + height;
635 rc.bottom = y + height;
1289 bounds.bottom = bounds.top + height;
1356 inBounds.bottom = metric;
1378 bounds[3] = inBounds.bottom - outBounds.bottom;
1400 bounds.bottom
1729 int left, top, right, bottom; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dsample2.rb189 attr :bottom
244 @bottom = @top + 8
246 i = self.e("create rectangle", *tk_rect(@left, @top, @right, @bottom))
259 def tk_rect(left, top, right, bottom)
261 right.to_s + "c", bottom.to_s + "c"
376 $pack.e(panel, "-side bottom -fill x")
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinDraw.c261 bbox->top = bbox->bottom = points[0].y;
270 bbox->bottom = MAX(bbox->bottom, tsdPtr->winPoints[i].y);
281 bbox->bottom = MAX(bbox->bottom, tsdPtr->winPoints[i].y);
682 rect.bottom = rectangles[i].height;
706 rect.bottom = rect.top + rectangles[i].height;
784 rect.bottom += gc->line_width;
787 height = rect.bottom - rect.top;
1293 scrollRect.bottom
[all...]
/macosx-10.10.1/ruby-106/ruby/doc/rake/
H A Djamis.rb30 margin-bottom: 0.5em;
35 margin-bottom: 1em;
115 margin-bottom: 1em;
127 border-bottom: 1px dashed black;
128 margin-bottom: 0.3em;
129 padding-bottom: 0.1em;
137 margin-bottom: 0.5em;
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DUtils.c185 r.bottom = height;
295 bounds.bottom = EndianS16_BtoN((**thePic).picFrame.bottom) -
301 bounds.bottom = height;
386 blockPtr.height = bounds.bottom;
414 0, 0, bounds.right, bounds.bottom, TK_PHOTO_COMPOSITE_SET );
769 bounds->bottom = (short) winPtr->changes.height;
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c134 metrics[0].bottomArrowHeight = height - bounds.bottom;
143 metrics[1].bottomArrowHeight = height - bounds.bottom;
594 trackBarSize = trackRect.bottom - trackRect.top -
599 variant = (trackRect.bottom - trackRect.top) < metrics[0].width ? 1 : 0;
952 contrlRect.bottom = macDraw->yOff + Tk_Height(tkwin) - scrollPtr->inset;
958 * If the scrollbar is flush against the bottom right hand corner then
961 if (portRect.bottom == contrlRect.bottom &&
981 contrlRect.bottom -= growSize;
996 height = contrlRect.bottom
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Darparse.c598 yy_stack_print (short *bottom, short *top) argument
601 yy_stack_print (bottom, top)
602 short *bottom;
607 for (/* Nothing. */; bottom <= top; ++bottom)
608 YYFPRINTF (stderr, " %d", *bottom);
H A Ddefparse.c657 yy_stack_print (short *bottom, short *top) argument
660 yy_stack_print (bottom, top)
661 short *bottom;
666 for (/* Nothing. */; bottom <= top; ++bottom)
667 YYFPRINTF (stderr, " %d", *bottom);
H A Dsysinfo.c538 yy_stack_print (short *bottom, short *top) argument
541 yy_stack_print (bottom, top)
542 short *bottom;
547 for (/* Nothing. */; bottom <= top; ++bottom)
548 YYFPRINTF (stderr, " %d", *bottom);
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/src/
H A Dgrid.css164 .append-bottom {
165 margin-bottom:1.5em;
171 margin-bottom: 1.5em;
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dtodo-mode.el571 (bottom (1+ (count-lines (point-min) (point-max)))))
572 (while (> (- bottom top) todo-insert-threshold)
573 (let* ((current (/ (+ top bottom) 2))
574 (answer (if (< current bottom)
577 (setq bottom current)
579 (setq top (/ (+ top bottom) 2))
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclDate.c446 /* The OS might guarantee only one guard page at the bottom of the stack,
972 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
975 yy_stack_print (bottom, top)
976 yytype_int16 *bottom;
981 for (; bottom <= top; ++bottom)
982 YYFPRINTF (stderr, " %d", *bottom);
971 yy_stack_print(yytype_int16 *bottom, yytype_int16 *top) argument
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dextbutton.itk205 s {set side bottom; set anchor center}
206 se {set side bottom; set anchor e}
207 sw {set side bottom; set anchor w}
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp349 /* The OS might guarantee only one guard page at the bottom of the stack,
829 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
832 yy_stack_print (bottom, top)
833 yytype_int16 *bottom; variable
838 for (; bottom <= top; ++bottom)
839 YYFPRINTF (stderr, " %d", *bottom);
/macosx-10.10.1/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c135 unsigned int bottom, int which);
136 void (*scroll_down)(int num, unsigned int top, unsigned int bottom);
137 void (*scroll_up)(int num, unsigned int top, unsigned int bottom);
267 unsigned int bottom, int which);
286 static void gc_scroll_down(int num, unsigned int top, unsigned int bottom);
287 static void gc_scroll_up(int num, unsigned int top, unsigned int bottom);
327 gc_clear_screen(unsigned int xx, unsigned int yy, int top, unsigned int bottom, argument
332 if ( xx < gc_buffer_columns && yy < gc_buffer_rows && bottom <= gc_buffer_rows )
339 end = (bottom * gc_buffer_columns) - 1;
347 end = (bottom * gc_buffer_column
1032 gc_scroll_down(int num, unsigned int top, unsigned int bottom) argument
1141 gc_scroll_up(int num, unsigned int top, unsigned int bottom) argument
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/Carbon/
H A DCarbonWindowAdapter.mm367 newWindowFrameRect.origin.y = NSMaxY([(NSScreen *)[[NSScreen screens] objectAtIndex:0] frame]) - windowStructureBoundsRect.bottom;
369 newWindowFrameRect.size.height = windowStructureBoundsRect.bottom - windowStructureBoundsRect.top;
378 newContentFrameRect.origin.y = windowStructureBoundsRect.bottom - windowContentBoundsRect.bottom;
380 newContentFrameRect.size.height = windowContentBoundsRect.bottom - windowContentBoundsRect.top;
776 contentFrameRect.size.height = windowContentBoundsRect.bottom - windowContentBoundsRect.top;
/macosx-10.10.1/cups-408/cups/cups/
H A Dtestdest.c273 printf(" %s (%s) %dx%d B%d L%d R%d T%d\n", size.media, cupsLocalizeDestMedia(http, dest, dinfo, flags, &size), size.width, size.length, size.bottom, size.left, size.right, size.top);
282 printf(" %s (%s) %dx%d B%d L%d R%d T%d\n", size.media, cupsLocalizeDestMedia(http, dest, dinfo, flags, &size), size.width, size.length, size.bottom, size.left, size.right, size.top);
297 printf(" %s (%s) %dx%d B%d L%d R%d T%d\n", size.media, cupsLocalizeDestMedia(http, dest, dinfo, flags, &size), size.width, size.length, size.bottom, size.left, size.right, size.top);
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-nicklist.el102 (defcustom erc-nicklist-voiced-position 'bottom
104 The value can be `top', `bottom' or nil (don't sort)."
108 (const :tag "Bottom" 'bottom)
398 ((eq erc-nicklist-voiced-position 'bottom)
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtest_opaque.c220 int top, bottom; local
239 if (wgetscrreg(txtwin, &top, &bottom) == OK)
240 wprintw(stswin, "%d,%d", top, bottom);
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnix3d.c214 * bottom side. */
221 int bottom, halfway, x1, x2, x1Delta, x2Delta;
233 * Compute a GC for the top half of the bevel and a GC for the bottom half
285 bottom = y + height;
291 for ( ; y < bottom; y++) {
218 int bottom, halfway, x1, x2, x1Delta, x2Delta; local
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnix3d.c218 * forms the bottom side. */
226 int bottom, halfway, x1, x2, x1Delta, x2Delta;
239 * bottom half (they're the same in many cases).
293 bottom = y + height;
299 for ( ; y < bottom; y++) {
222 int bottom, halfway, x1, x2, x1Delta, x2Delta; local
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DCSS.pm216 border-bottom: 3px double #006699;
217 margin-bottom: 1ex;
218 padding-bottom: 1ex;
244 border-bottom: 1px solid #006699;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dterminal.c128 n1 = TerminalWrite((char *)ttyoring.bottom, n1);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKScrollView.mm179 CGFloat minimalVerticalRange = bounds.size.height - contentInsets.top - contentInsets.bottom;
182 && valuesAreWithinOnePixel(maxOffset, contentSize.height + contentInsets.bottom - bounds.size.height)

Completed in 423 milliseconds

1234567891011>>