Home
last modified time | relevance | path

Searched refs:swapColors (Results 1 – 25 of 48) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DDecoration.java148 private boolean swapColors = false; field in Decoration.DecorationImpl
155 boolean swapColors, in DecorationImpl() argument
163 this.swapColors = swapColors; in DecorationImpl()
197 if (!(swapColors == other.swapColors && in equals()
220 if (swapColors) { in hashCode()
295 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
302 if (swapColors) { in drawTextAndDecorations()
346 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
354 if (swapColors || bgPaint != null) { in getVisualBounds()
435 if (swapColors) buf.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DDecoration.java149 private boolean swapColors = false; field in Decoration.DecorationImpl
156 boolean swapColors, in DecorationImpl() argument
164 this.swapColors = swapColors; in DecorationImpl()
198 if (!(swapColors == other.swapColors && in equals()
221 if (swapColors) { in hashCode()
296 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
303 if (swapColors) { in drawTextAndDecorations()
347 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
355 if (swapColors || bgPaint != null) { in getVisualBounds()
436 if (swapColors) sb.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DDecoration.java148 private boolean swapColors = false; field in Decoration.DecorationImpl
155 boolean swapColors, in DecorationImpl() argument
163 this.swapColors = swapColors; in DecorationImpl()
197 if (!(swapColors == other.swapColors && in equals()
220 if (swapColors) { in hashCode()
295 if (fgPaint == null && bgPaint == null && swapColors == false) { in drawTextAndDecorations()
302 if (swapColors) { in drawTextAndDecorations()
346 if (swapColors || bgPaint != null || strikethrough in getVisualBounds()
354 if (swapColors || bgPaint != null) { in getVisualBounds()
435 if (swapColors) buf.append(" swapColors: true"); in toString()
H A DAttributeValues.java87 private boolean swapColors; // false field in AttributeValues
175 public boolean getSwapColors() { return swapColors; } in getSwapColors()
177 this.swapColors = f; update(ESWAP_COLORS); } in setSwapColors()
467 && swapColors == rhs.swapColors in equals()
533 case ESWAP_COLORS: b.append(swapColors); break; in toString()
591 case ESWAP_COLORS: swapColors = src.swapColors; break; in i_set()
620 case ESWAP_COLORS: return swapColors == src.swapColors; in i_equals()
675 case ESWAP_COLORS: swapColors = ((Boolean)o).booleanValue(); break; in i_set()
715 case ESWAP_COLORS: return Boolean.valueOf(swapColors); in i_get()
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DPalette.h39 void swapColors();
46 void swapColors(int, int);
H A DPalette.cpp215 void Palette::swapColors() in swapColors() function in Palette
386 emit(swapColors(currentIndex, selectedIndex)); in mousePressEvent()
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dboardsetup.h68 void swapColors();
/dports/textproc/aha/aha-0.5.1/
H A Daha.c456 void swapColors(struct State *const state) { in swapColors() function
748 swapColors(&state); in main()
776 swapColors(&state); //7, 7X is not defined (and supported) in main()
/dports/graphics/krita/krita-4.4.8/libs/libqml/plugins/components/
H A DColorSwatch.qml109 id: swapColors;

12