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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java72 this.fGraphicsStatesInt = this.fGraphicsStates.asIntBuffer();
358 IntBuffer fGraphicsStatesInt = null; field in class:OSXSurfaceData
376 this.fGraphicsStatesInt.put(kBoundsXIndex, x);
377 this.fGraphicsStatesInt.put(kBoundsYIndex, y);
378 this.fGraphicsStatesInt.put(kBoundsWidthIndex, width);
379 this.fGraphicsStatesInt.put(kBoundsHeightIndex, height);
412 if ((this.fGraphicsStatesInt.get(kClipStateIndex) != kClipRect) ||
431 this.fGraphicsStatesInt.put(kClipStateIndex, kClipRect);
459 this.fGraphicsStatesInt.put(kClipNumTypesIndex, clipTypesArray.position());
460 this.fGraphicsStatesInt
[all...]

Completed in 31 milliseconds