Searched defs:bOffset (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
H A D | DerivedColor.java | 43 private final float hOffset, sOffset, bOffset; field in class:DerivedColor 47 DerivedColor(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset) { argument 52 this.bOffset = bOffset; 69 return bOffset; 86 tmp[2] = clamp(tmp[2] + bOffset); 93 tmp[2] = clamp(bOffset); 120 if (Float.compare(that.bOffset, bOffset) != 0) return false; 134 result = 31 * result + bOffset ! 177 UIResource(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset) argument [all...] |
H A D | NimbusLookAndFeel.java | 380 * @param bOffset The brightness offset 388 float bOffset, int aOffset, 391 bOffset, aOffset, uiResource); 386 getDerivedColor(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset, boolean uiResource) argument
|
H A D | AbstractRegionPainter.java | 320 * @param bOffset The brightness offset used for derivation. 326 float bOffset, int aOffset) { 329 return laf.getDerivedColor(key, hOffset, sOffset, bOffset, aOffset, true); 333 return Color.getHSBColor(hOffset,sOffset,bOffset); 325 decodeColor(String key, float hOffset, float sOffset, float bOffset, int aOffset) argument
|
Completed in 35 milliseconds