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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java237 static final int kChangeFlagIndex = 0; // kBoundsChangedBit | .. | kFontChangedBit
307 static final int kBoundsChangedBit = 1 << 0; field in class:OSXSurfaceData
308 static final int kBoundsNotChangedBit = ~kBoundsChangedBit;
383 this.fChangeFlag = (this.fChangeFlag | kBoundsChangedBit);
588 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorTexture) || (lastPaint != sg2d.paint) || ((this.fChangeFlag & kBoundsChangedBit) != 0)) {

Completed in 228 milliseconds