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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterSurfaceData.java49 initOps(context, this.fGraphicsStates, this.fGraphicsStatesObject, gc.getBounds().width, gc.getBounds().height);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java336 offsd.fGraphicsStates,
359 offsd.fGraphicsStates,
384 offsd.fGraphicsStates,
411 offsd.fGraphicsStates,
439 offsd.fGraphicsStates,
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 33 milliseconds