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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java260 static final int kColorStateIndex = 19; // kColorSimple or kColorGradient or kColorTexture
266 static final int kColorWidthIndex = 25; // if kColorTexture
268 static final int kColorHeightIndex = 27; // if kColorTexture
329 static final int kColorTexture = 3; field in class:OSXSurfaceData
569 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorTexture) || (lastPaint != sg2d.paint)) {
571 this.fGraphicsStatesInt.put(kColorStateIndex, kColorTexture);
588 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorTexture) || (lastPaint != sg2d.paint) || ((this.fChangeFlag & kBoundsChangedBit) != 0)) {
594 this.fGraphicsStatesInt.put(kColorStateIndex, kColorTexture);

Completed in 33 milliseconds