Searched refs:arrowSize (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java94 private RectSize arrowSize; field in class:MenuItemLayoutHelper
146 this.arrowSize = new RectSize();
175 arrowSize.origWidth = arrowSize.width;
289 arrowSize.width = arrowIcon.getIconWidth();
290 arrowSize.height = arrowIcon.getIconHeight();
298 textSize.height, accSize.height, arrowSize.height);
315 calcMaxWidth(arrowSize, MAX_ARROW_WIDTH);
504 new Rectangle(arrowSize.width, arrowSize
1102 setArrowSize(RectSize arrowSize) argument
[all...]
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModuleDotGraph.java186 int arrowSize(); method in interface:ModuleDotGraph.Attributes
239 public int arrowSize() { method in class:ModuleDotGraph.DotGraphAttributes
342 attributes.arrowSize());
/openjdk10/jdk/make/src/classes/build/tools/jigsaw/
H A DGenGraphs.java181 public int arrowSize() { method in class:GenGraphs.ModuleGraphAttributes
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java842 int arrowSize = (pangoFontName != null) ?
844 return (arrowSize + (getXThickness() * 2));

Completed in 105 milliseconds