Searched refs:bottom (Results 326 - 350 of 413) sorted by relevance

<<11121314151617

/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsOldGen.cpp108 // (bottom to end) needs to be done.
448 assert(object_space()->bottom() == (HeapWord*) virtual_space()->low(),
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/css/
H A DCSS2Properties.java295 * See the border-bottom property definition in CSS2.
299 * See the border-bottom property definition in CSS2.
351 * See the border-bottom-color property definition in CSS2.
355 * See the border-bottom-color property definition in CSS2.
407 * See the border-bottom-style property definition in CSS2.
411 * See the border-bottom-style property definition in CSS2.
463 * See the border-bottom-width property definition in CSS2.
467 * See the border-bottom-width property definition in CSS2.
505 * See the bottom property definition in CSS2.
509 * See the bottom propert
515 setBottom(String bottom) argument
[all...]
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaUtils.java301 final int adjH = (int)(height - (insets.top + insets.bottom) * distance);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthStyle.java871 insets.top = insets.bottom = insets.left = insets.right = 0;
H A DSynthDesktopPaneUI.java251 if (height == insets.top + insets.bottom) {
H A DSynthComboBoxUI.java397 h = bounds.height - (padding.top + padding.bottom);
H A DSynthButtonUI.java204 viewRect.height = height - (i.bottom + viewRect.y);
H A DSynthTreeUI.java508 int bottom) {
510 paintContext, "Tree.verticalLine", g, x, top, x, bottom, linesStyle);
507 paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicButtonUI.java538 viewRect.height = height - (i.bottom + viewRect.y);
H A DBasicScrollPaneUI.java428 height = height - spInsets.top - spInsets.bottom;
454 height = height - vpbInsets.top - vpbInsets.bottom;
H A DBasicMenuItemUI.java553 result.height += insets.top + insets.bottom;
749 rect.height -= (insets.bottom + rect.y);
H A DBasicTreeUI.java1664 int bottom = Math.min(lastChildBounds.y +
1667 if (top <= bottom) {
1669 paintVerticalLine(g, tree, lineX, top, bottom);
1798 * @param bottom an Y2 coordinate
1801 int bottom) {
1803 drawDashedVerticalLine(g, x, top, bottom);
1805 g.drawLine(x, top, x, bottom);
1828 * The vertical element of legs between nodes starts at the bottom of the
2186 preferredSize.height += i.top + i.bottom;
1800 paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom) argument
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXWarningWindow.java101 int max = Math.max(insets.top, Math.max(insets.bottom,
H A DXCheckboxPeer.java299 focusRect.height = size.height-(focusInsets.top+focusInsets.bottom)-1;
/openjdk9/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnSetLocationTest.java311 g.drawImage(mrImage, insets.left, insets.bottom, null);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DDropTarget.java702 int newHeight = size.height - (i.top + i.bottom);
/openjdk9/hotspot/src/share/vm/memory/
H A DmetaspaceShared.cpp703 tty->print_cr(fmt_space, "ro", ro_bytes, ro_t_perc, ro_alloced, ro_u_perc, p2i(ro_space->bottom()));
704 tty->print_cr(fmt_space, "rw", rw_bytes, rw_t_perc, rw_alloced, rw_u_perc, p2i(rw_space->bottom()));
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DTransferHandler.java1352 i.top = i.bottom = AUTOSCROLL_INSET;
1360 visible.height - (i.top + i.bottom));
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIRenderer.cpp878 // Assumption: left <= right, top <= bottom
882 rCheck->bottom <= rContainer->bottom)
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DRenderQueue.cpp107 int wh = r.bottom - r.top;
131 srcRect.bottom = y2;
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp183 env->SetIntField(target, AwtComponent::heightID, (jint) rc.bottom);
221 // add top and bottom border lines; border size is different for
237 // total height = drop down height + field height + top+bottom drop down border lines
330 env->SetIntField(target, AwtComponent::heightID, ScaleDownY(rc.bottom));
/openjdk9/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java600 fc.insets.bottom = 10;
602 fc.insets.bottom = 0;
/openjdk9/langtools/test/tools/javac/tree/
H A DTreePosTest.java581 fc.insets.bottom = 10;
583 fc.insets.bottom = 0;
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/
H A Djquery-ui.js879 rvertical = /top|center|bottom/,
1052 if ( options.at[ 1 ] === "bottom" ) {
1080 if ( options.my[ 1 ] === "bottom" ) {
1125 bottom = top + targetHeight - elemHeight,
1142 vertical: bottom < 0 ? "top" : top > 0 ? "bottom" : "middle"
1147 if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {
1150 if ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {
1217 // element is initially over bottom of within
1220 // element is initially over both top and bottom o
[all...]
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/internal/toolkit/resources/jquery/
H A Djquery-ui.js879 rvertical = /top|center|bottom/,
1052 if ( options.at[ 1 ] === "bottom" ) {
1080 if ( options.my[ 1 ] === "bottom" ) {
1125 bottom = top + targetHeight - elemHeight,
1142 vertical: bottom < 0 ? "top" : top > 0 ? "bottom" : "middle"
1147 if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {
1150 if ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {
1217 // element is initially over bottom of within
1220 // element is initially over both top and bottom o
[all...]

Completed in 436 milliseconds

<<11121314151617