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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDerivedColor.java43 private final float hOffset, sOffset, bOffset; field in class:DerivedColor
47 DerivedColor(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset) { argument
51 this.sOffset = sOffset;
65 return sOffset;
85 tmp[1] = clamp(tmp[1] + sOffset);
92 tmp[1] = clamp(sOffset);
122 if (Float.compare(that.sOffset, sOffset) != 0) return false;
132 result = 31 * result + sOffset !
177 UIResource(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset) argument
[all...]
H A DDefaults.template669 float hOffset, float sOffset, float bOffset, int aOffset) {
670 addColor(d, uin, parentUin, hOffset, sOffset, bOffset, aOffset, true);
674 float hOffset, float sOffset, float bOffset,
677 hOffset, sOffset, bOffset, aOffset, uiResource);
687 * @param sOffset The saturation offset
695 float hOffset, float sOffset,
699 hOffset, sOffset, bOffset, aOffset, uiResource);
703 float hOffset, float sOffset,
709 hOffset, sOffset, bOffset, aOffset);
711 color = new DerivedColor(parentUin, hOffset, sOffset,
[all...]
H A DAbstractRegionPainter.java319 * @param sOffset The saturation offset used for derivation.
325 protected final Color decodeColor(String key, float hOffset, float sOffset, argument
329 return laf.getDerivedColor(key, hOffset, sOffset, bOffset, aOffset, true);
333 return Color.getHSBColor(hOffset,sOffset,bOffset);
H A DNimbusLookAndFeel.java379 * @param sOffset The saturation offset
387 float hOffset, float sOffset,
390 return defaults.getDerivedColor(uiDefaultParentName, hOffset, sOffset,
386 getDerivedColor(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset, boolean uiResource) argument

Completed in 47 milliseconds