Searched defs:aOffset (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDerivedColor.java44 private final int aOffset; field in class:DerivedColor
47 DerivedColor(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset) { argument
53 this.aOffset = aOffset;
73 return aOffset;
87 int alpha = clamp(src.getAlpha() + aOffset);
94 int alpha = clamp(aOffset);
119 if (aOffset != that.aOffset) return false;
136 result = 31 * result + aOffset;
177 UIResource(String uiDefaultParentName, float hOffset, float sOffset, float bOffset, int aOffset) argument
[all...]
H A DNimbusLookAndFeel.java381 * @param aOffset The alpha 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 DAbstractRegionPainter.java321 * @param aOffset The alpha offset used for derivation. Between 0...255
326 float bOffset, int aOffset) {
329 return laf.getDerivedColor(key, hOffset, sOffset, bOffset, aOffset, true);
325 decodeColor(String key, float hOffset, float sOffset, float bOffset, int aOffset) argument

Completed in 1459 milliseconds