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

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterSurfaceData.java49 initOps(context, this.fGraphicsStates, this.fGraphicsStatesObject, gc.getBounds().width, gc.getBounds().height);
/openjdk10/jdk/src/java.desktop/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.java73 this.fGraphicsStates = getBufferOfSize(kSizeOfParameters);
74 this.fGraphicsStatesInt = this.fGraphicsStates.asIntBuffer();
75 this.fGraphicsStatesFloat = this.fGraphicsStates.asFloatBuffer();
76 this.fGraphicsStatesLong = this.fGraphicsStates.asLongBuffer();
368 protected ByteBuffer fGraphicsStates = null; field in class:OSXSurfaceData

Completed in 93 milliseconds