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

/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java146 private Paint fgPaint = null; field in class:Decoration.DecorationImpl
160 fgPaint = (Paint) foreground;
205 if (!areEqual(fgPaint, other.fgPaint)) {
295 if (fgPaint == null && bgPaint == null && swapColors == false) {
303 background = fgPaint==null? savedPaint : fgPaint;
320 foreground = fgPaint==null? savedPaint : fgPaint;
433 if (fgPaint !
[all...]

Completed in 29 milliseconds