Searched defs:inverted (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/javax/swing/JSlider/6587742/
H A Dbug6587742.java111 private static JSlider createSlider(boolean vertical, Boolean filled, boolean enabled, boolean inverted) { argument
124 result.setInverted(inverted);
126 "<br>inverted = " + inverted + "</html>");
/openjdk7/jdk/test/javax/swing/JSlider/6742358/
H A Dbug6742358.java81 private static JSlider createSlider(boolean vertical, boolean enabled, boolean filled, boolean inverted) { argument
86 result.setInverted(inverted);
88 "<br>inverted = " + inverted + "</html>");
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DUIStyle.java335 @XmlAttribute private boolean inverted; field in class:UIState
387 canvas.getSize().write(false), inverted, cacheModeString,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java63 the algorithm should be "inverted", meaning the center section remains
180 * encoded points were defined, and whether the stretching insets are inverted.</p>
498 private boolean inverted; field in class:AbstractRegionPainter.PaintContext
507 private float aPercent; // only used if inverted == true
508 private float bPercent; // only used if inverted == true
509 private float cPercent; // only used if inverted == true
510 private float dPercent; // only used if inverted == true
520 * @param inverted Whether to "invert" the meaning of the 9-square grid and stretching insets
522 public PaintContext(Insets insets, Dimension canvasSize, boolean inverted) { argument
523 this(insets, canvasSize, inverted, nul
544 PaintContext(Insets insets, Dimension canvasSize, boolean inverted, CacheMode cacheMode, double maxH, double maxV) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskFill.c423 * The inverted flag is true for an outer parallelogram (left and right
433 jboolean inverted)
438 cx1, cy1, cx2, cy2, inverted) || ret);
441 cx1, cy1, cx2, cy2, inverted) || ret);
444 cx1, cy1, cx2, cy2, !inverted) || ret);
447 cx1, cy1, cx2, cy2, !inverted) || ret);
428 storePgram(EdgeInfo *pLeftEdge, EdgeInfo *pRightEdge, jdouble x, jdouble y, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2, jint cx1, jint cy1, jint cx2, jint cy2, jboolean inverted) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h509 guint inverted : 1; member in struct:_GtkRange

Completed in 35 milliseconds