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

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java74 this.fGraphicsStatesInt = this.fGraphicsStates.asIntBuffer();
369 IntBuffer fGraphicsStatesInt = null; field in class:OSXSurfaceData
387 this.fGraphicsStatesInt.put(kBoundsXIndex, x);
388 this.fGraphicsStatesInt.put(kBoundsYIndex, y);
389 this.fGraphicsStatesInt.put(kBoundsWidthIndex, width);
390 this.fGraphicsStatesInt.put(kBoundsHeightIndex, height);
423 if ((this.fGraphicsStatesInt.get(kClipStateIndex) != kClipRect) ||
442 this.fGraphicsStatesInt.put(kClipStateIndex, kClipRect);
470 this.fGraphicsStatesInt.put(kClipNumTypesIndex, clipTypesArray.position());
471 this.fGraphicsStatesInt
[all...]

Completed in 37 milliseconds