Searched refs:bottom (Results 76 - 100 of 720) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DSurface.cpp22 clip.bottom = height;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDetailsSidebarPanel.css39 bottom: 0;
51 border-bottom: 1px solid rgb(179, 179, 179);
H A DFontResourceContentView.css97 .content-view.resource.font .metric.bottom {
98 vertical-align: bottom;
H A DPopover.css62 bottom: 5px;
87 bottom: 16px;
H A DNavigationBar.css32 border-bottom: 1px solid rgb(179, 179, 179);
H A DTextEditor.css36 bottom: 0;
53 bottom: 0;
88 bottom: 0;
112 background: linear-gradient(to bottom, rgb(250, 237, 108), rgb(242, 220, 100));
H A DRadioButtonNavigationItem.css55 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.09) 12%, rgba(0, 0, 0, 0.06) 12%, transparent), linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent),
56 linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent);
/macosx-10.10.1/cups-408/cups/cups/
H A Dpwg.h65 bottom, /* Bottom margin in 2540ths */ member in struct:pwg_size_s
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp46 vunits bottom; member in class:column
281 : bottom(V0), col(0), tail(&col), out(0)
330 return bottom;
336 bottom += ln->distance();
337 bottom += ln->height();
346 add_output_line(new node_output_line(pos - bottom, nd, page_offset, before, after));
352 add_output_line(new vjustify_output_line(pos - bottom, typ));
371 add_output_line(new copy_file_output_line(pos - bottom, filename, page_offset));
388 bottom -= ln->distance();
389 bottom
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A Dtest_ibgeometry.py22 self.assertHasAttr(o, 'bottom')
26 self.assertIsInstance(o.bottom, float)
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dring.h60 *bottom, /* lowest address in buffer */ member in struct:__anon11987
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DInfo.itk20 pack $itk_component(dismiss) -side bottom -pady 4
25 pack $itk_component(separator) -side bottom -fill x -padx 4
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Drelirect.tcl76 foreach {left top right bottom} $value {}
78 $left $bottom $left $top $right $top
80 $right $top $right $bottom $left $bottom
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/perldriver/
H A DOutput.pm216 border-bottom-width: 1 }
217 th.source { border-right-width: 1; border-bottom-width: 1 }
218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
221 td.sepvalue { border-bottom-width: 1; border-right-width: 1 }
222 td.value { border-bottom-width: 1 }
223 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
224 td.error { font-size: 75%; border-right-width: 1; border-bottom-width: 1 }
226 border-bottom-width: 1 }
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DGeometry.js133 this.size.height - insets.top - insets.bottom
218 WebInspector.EdgeInsets = function(top, right, bottom, left)
225 this.bottom = top;
230 this.bottom = bottom;
241 this.bottom === anotherInset.bottom && this.left === anotherInset.left);
246 return new WebInspector.EdgeInsets(this.top, this.right, this.bottom, this.left);
262 new WebInspector.Point(quad[4], quad[5]), // bottom right
263 new WebInspector.Point(quad[6], quad[7]) // bottom lef
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dgenerator.tcl15 pack .m -side bottom
17 pack [frame .fb] -side bottom
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dentry1.tcl26 pack $btns -side bottom -fill x
H A Dhscale.tcl25 pack $btns -side bottom -fill x
36 pack $w.frame.scale -side bottom -expand yes -anchor n
H A Dimage1.tcl25 pack $btns -side bottom -fill x
H A Dlabelframe.tcl30 pack $btns -side bottom -fill x
35 pack $w.f -side bottom -fill both -expand 1
H A Dpaned1.tcl26 pack $btns -side bottom -fill x
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dlayout.test17 border -children { block } -side bottom
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinRegion.c93 rect_return->height = (short) (rect.bottom - rect.top);
182 rect.bottom = y+height;
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dgdc.c77 chtype bottom[XLENGTH + 1]; local
88 if ((mvinchnstr(YBASE + YDEPTH, XBASE, bottom, XLENGTH)) != ERR) {
91 bottom[n] &= ~A_COLOR;
92 bottom[n] = ACS_HLINE | (bottom[n] & (A_ATTRIBUTES | A_COLOR));
94 mvaddchnstr(YBASE + YDEPTH, XBASE, bottom, XLENGTH);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dstyles_tile.tcl87 frame $f.bottom -height 10
98 pack $f.bottom $f.close -side bottom

Completed in 146 milliseconds

1234567891011>>