Searched refs:getSize (Results 76 - 100 of 524) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodDataKlass.java46 headerSize = type.getSize() + Oop.getHeaderSize();
H A DMethodKlass.java46 headerSize = type.getSize() + Oop.getHeaderSize();
H A DObjArrayKlassKlass.java47 headerSize = type.getSize() + Oop.getHeaderSize();
H A DTypeArrayKlassKlass.java44 headerSize = type.getSize() + Oop.getHeaderSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicObjectLock.java45 size = (int) type.getSize();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPopupMenuSeparatorUI.java52 Dimension s = c.getSize();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalPopupMenuSeparatorUI.java53 Dimension s = c.getSize();
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleComponent.java257 public Dimension getSize(); method in interface:AccessibleComponent
263 * @see #getSize
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifPopupMenuSeparatorUI.java52 Dimension s = c.getSize();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DHierarchicalGraphLayout.java99 return new Point((int) (vertex.getSize().getWidth() / 2), (int) (vertex.getSize().getHeight() / 2));
111 public Dimension getSize() { method in class:HierarchicalGraphLayout.VertexWrapper
113 return w.getBounds().getSize();
/openjdk7/jdk/src/share/classes/com/sun/awt/
H A DSecurityWarning.java70 public static Dimension getSize(Window window) { method in class:SecurityWarning
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFieldWriter.java205 int getSize() { method in class:FieldWriter
227 size += 8 + anns.getSize();
231 size += 8 + ianns.getSize();
234 size += attrs.getSize(cw, null, 0, -1, -1);
/openjdk7/jdk/test/java/awt/Dialog/DialogOverflowSizeTest/
H A DDialogSizeOverflowTest.java58 Dimension size = dlg.getSize();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMInternalFrame.java57 Dimension desktopSize = desktop.getSize();
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DAppletFrame.java86 appletSize = a.getSize();
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DShortRead.java53 zentry.getSize(),
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowDimensions.java53 this.size = rec.getSize();
106 return getClientRect().getSize();
114 public Dimension getSize() { method in class:WindowDimensions
115 return getBounds().getSize();
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DTrapezoidList.java42 public final int getSize() { method in class:TrapezoidList
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableRectArray.java74 for (int i = 0; i < getSize(); i++) {
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DThreeD.java402 resize(getSize().width <= 20 ? 400 : getSize().width,
403 getSize().height <= 20 ? 400 : getSize().height);
433 float f1 = getSize().width / xw;
434 float f2 = getSize().height / xw;
489 float xtheta = (prevy - y) * 360.0f / getSize().width;
490 float ytheta = (x - prevx) * 360.0f / getSize().height;
515 md.mat.scale(xfac, -xfac, 16 * xfac / getSize().width);
516 md.mat.translate(getSize()
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java411 debugger.configureJavaPrimitiveTypeSizes(db.getJBooleanType().getSize(),
412 db.getJByteType().getSize(),
413 db.getJCharType().getSize(),
414 db.getJDoubleType().getSize(),
415 db.getJFloatType().getSize(),
416 db.getJIntType().getSize(),
417 db.getJLongType().getSize(),
418 db.getJShortType().getSize());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterOutputSlotNode.java91 p.y = thisBlockNode.getSize().height;
106 public Dimension getSize() { method in class:ClusterOutputSlotNode
/openjdk7/jdk/test/java/awt/Graphics/
H A DLCDTextAndGraphicsState.java41 g2d.fillRect(0,0,getSize().width, getSize().height);
/openjdk7/jdk/src/share/demo/applets/BarChart/
H A DBarChart.java195 g.drawRect(0, 0, getSize().width - 1, getSize().height - 1);
198 int cx = Math.max((getSize().width - titleWidth) / 2, 0);
199 int cy = getSize().height - metrics.getDescent();
220 cx = Math.max((getSize().width - widthOfItems) / 2, 0);
223 cy = getSize().height - metrics.getDescent() - metrics.getHeight()
262 int cx = Math.max((getSize().width - widthOfItems) / 2, 0);
266 int cy = getSize().height - metrics.getHeight()
/openjdk7/jdk/src/share/demo/applets/Blink/
H A DBlink.java96 int fontSize = g.getFont().getSize();
101 Dimension d = getSize();

Completed in 265 milliseconds

1234567891011>>