Searched defs:bottom (Results 1 - 25 of 71) sorted by relevance

123

/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dawt_Insets.h30 jfieldID bottom; member in struct:InsetsIDs
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc2_init_x86.cpp44 int bottom = ConcreteRegisterImpl::max_fpr; local
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DInsetsUIResource.java60 public InsetsUIResource(int top, int left, int bottom, int right) { argument
/openjdk10/jdk/make/src/classes/build/tools/generatenimbus/
H A DInsets.java33 @XmlAttribute int bottom; field in class:Insets
40 public Insets(int top, int left, int bottom, int right) { argument
H A DBorder.java40 @XmlAttribute private int bottom; field in class:Border
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DimmutableSpace.cpp32 HeapWord* bottom = mr.start(); local
H A DimmutableSpace.hpp44 HeapWord* bottom() const { return _bottom; } function in class:ImmutableSpace
H A DpsPromotionLAB.cpp40 HeapWord* bottom = lab.start(); local
H A DpsPromotionLAB.hpp71 HeapWord* bottom() const { return _bottom; } function in class:PSPromotionLAB
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DInsets.java70 public int bottom; field in class:Insets
103 public Insets(int top, int left, int bottom, int right) { argument
119 set(int top, int left, int bottom, int right) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DEmptyBorder.java67 protected int bottom; field in class:EmptyBorder
76 public EmptyBorder(int top, int left, int bottom, int right) { argument
[all...]
H A DMatteBorder.java69 public MatteBorder(int top, int left, int bottom, int right, Color matteColor) { argument
93 public MatteBorder(int top, int left, int bottom, int right, Icon tileIcon) { argument
[all...]
/openjdk10/jdk/test/com/sun/jdi/redefineMethod/
H A DDifferent_RedefineSubTarg.java24 void bottom() { method in class:RedefineSubTarg
H A DRedefineSubTarg.java23 void bottom() { method in class:RedefineSubTarg
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXAbstractMenuItem.java35 void paint(Graphics g, int top, int bottom, int width, int shortcutOffset, boolean selected); argument
/openjdk10/hotspot/test/native/gc/g1/
H A Dtest_g1BiasedArray.cpp59 int* bottom = array.my_address_mapped_to(fake_heap); local
/openjdk10/hotspot/src/share/vm/adlc/
H A Darena.hpp88 char* bottom() const { return ((char*) this) + sizeof(Chunk); } function in class:Chunk
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DSpace.java69 public Address bottom() { return bottomField.getValue(addr); } method in class:Space
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/parallel/
H A DImmutableSpace.java59 public Address bottom() { return bottomField.getValue(addr); } method in class:ImmutableSpace
/openjdk10/hotspot/src/share/vm/gc/shared/
H A Dspace.cpp122 HeapWord* bottom = mr.start(); local
76 walk_mem_region(MemRegion mr, HeapWord* bottom, HeapWord* top) argument
211 walk_mem_region(MemRegion mr, HeapWord* bottom, HeapWord* top) argument
[all...]
H A Dspace.inline.hpp296 HeapWord* const bottom = space->bottom(); local
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dhandles.cpp93 oop* bottom = (oop*) chunk->bottom(); local
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaComboBoxPopup.java249 private int getComboBoxEdge(int py, boolean bottom) { argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTableHeaderUI.java219 private final int bottom; field in class:WindowsTableHeaderUI.IconBorder
226 IconBorder(Icon icon, int top, int left, int bottom, int right) argument
/openjdk10/jdk/src/java.desktop/share/native/common/awt/medialib/
H A Dmlib_ImageCreate.c553 mlib_ImageSetPaddings(mlib_image *img, mlib_u8 left, mlib_u8 top, mlib_u8 right, mlib_u8 bottom) argument

Completed in 311 milliseconds

123