Searched defs:fGraphicsStates (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java71 this.fGraphicsStates = getBufferOfSize(kSizeOfParameters);
72 this.fGraphicsStatesInt = this.fGraphicsStates.asIntBuffer();
73 this.fGraphicsStatesFloat = this.fGraphicsStates.asFloatBuffer();
74 this.fGraphicsStatesLong = this.fGraphicsStates.asLongBuffer();
357 protected ByteBuffer fGraphicsStates = null; field in class:OSXSurfaceData

Completed in 70 milliseconds