Searched refs:fGraphicsStatesObject (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 DOSXSurfaceData.java77 this.fGraphicsStatesObject = new Object[8]; // clip coordinates +
372 protected Object[] fGraphicsStatesObject = null; field in class:OSXSurfaceData
473 this.fGraphicsStatesObject[kClipTypesIndex] = clipTypesArray;
474 this.fGraphicsStatesObject[kClipCoordinatesIndex] = clipCoordinatesArray;
548 this.fGraphicsStatesObject[kTextureImageIndex] = OSXOffScreenSurfaceData.createNewSurface(texturePaintImage);
612 this.fGraphicsStatesObject[kColorArrayIndex] = colorArray;
619 this.fGraphicsStatesObject[kFractionsArrayIndex] = color.getFractions();
646 this.fGraphicsStatesObject[kColorArrayIndex] = colorArray;
653 this.fGraphicsStatesObject[kFractionsArrayIndex] = color.getFractions();
683 this.fGraphicsStatesObject[kTextureImageInde
[all...]
H A DOSXOffScreenSurfaceData.java337 offsd.fGraphicsStatesObject,
360 offsd.fGraphicsStatesObject,
385 offsd.fGraphicsStatesObject,
412 offsd.fGraphicsStatesObject,
440 offsd.fGraphicsStatesObject,

Completed in 114 milliseconds