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

/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java147 private Paint bgPaint = null; field in class:Decoration.DecorationImpl
161 bgPaint = (Paint) background;
208 if (!areEqual(bgPaint, other.bgPaint)) {
295 if (fgPaint == null && bgPaint == null && swapColors == false) {
304 if (bgPaint == null) {
316 foreground = bgPaint;
321 background = bgPaint;
346 if (swapColors || bgPaint != null || strikethrough
354 if (swapColors || bgPaint !
[all...]

Completed in 22 milliseconds