Searched refs:swapColors (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java148 private boolean swapColors = false; field in class:Decoration.DecorationImpl
155 boolean swapColors,
163 this.swapColors = swapColors;
197 if (!(swapColors == other.swapColors &&
220 if (swapColors) {
295 if (fgPaint == null && bgPaint == null && swapColors == false) {
302 if (swapColors) {
346 if (swapColors || bgPain
153 DecorationImpl(Paint foreground, Paint background, boolean swapColors, boolean strikethrough, Underline stdUnderline, Underline imUnderline) argument
[all...]
H A DAttributeValues.java87 private boolean swapColors; // false field in class:AttributeValues
175 public boolean getSwapColors() { return swapColors; }
177 this.swapColors = f; update(ESWAP_COLORS); }
467 && swapColors == rhs.swapColors
533 case ESWAP_COLORS: b.append(swapColors); break;
591 case ESWAP_COLORS: swapColors = src.swapColors; break;
620 case ESWAP_COLORS: return swapColors == src.swapColors;
[all...]

Completed in 32 milliseconds