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

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java267 @Native static final int kColorStateIndex = 19; // kColorSimple or kColorGradient or kColorTexture
273 @Native static final int kColorWidthIndex = 25; // if kColorTexture
275 @Native static final int kColorHeightIndex = 27; // if kColorTexture
338 @Native static final int kColorTexture = 3; field in class:OSXSurfaceData
535 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorTexture) || (lastPaint != sg2d.paint) || ((this.fChangeFlag & kBoundsChangedBit) != 0)) {
541 this.fGraphicsStatesInt.put(kColorStateIndex, kColorTexture);
671 if ((this.fGraphicsStatesInt.get(kColorStateIndex) != kColorTexture) || (lastPaint != sg2d.paint)) {
673 this.fGraphicsStatesInt.put(kColorStateIndex, kColorTexture);

Completed in 41 milliseconds