Searched refs:horiz (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyleFactory.java72 boolean horiz = (sb.getOrientation() == JScrollBar.HORIZONTAL);
75 key = new ComplexKey(wt, sp, horiz, ltr, focusable);
H A DGTKStyle.java788 boolean horiz = (sb.getOrientation() == JScrollBar.HORIZONTAL);
789 WidgetType wt = horiz ?
793 return horiz ?
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1238 boolean horiz = !isVertical();
1246 if (horiz) {
1262 if (horiz) {
1279 if (horiz) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c601 int horiz; local
622 horiz = MIN(newX + newWidth, fbrects[i].x + fbrects[i].width) -
626 DASSERT(horiz > 0);
629 amt = horiz * vert;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java1009 IIOMetadataNode horiz =
1011 horiz.setAttribute("value",
1013 dim.appendChild(horiz);

Completed in 112 milliseconds