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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java517 Paint lastPaint = null; field in class:OSXSurfaceData
551 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorGradient) || (lastPaint != sg2d.paint)) {
569 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorTexture) || (lastPaint != sg2d.paint)) {
588 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorTexture) || (lastPaint != sg2d.paint) || ((this.fChangeFlag & kBoundsChangedBit) != 0)) {
610 lastPaint = sg2d.paint;

Completed in 51 milliseconds