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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java75 this.fGraphicsStatesObject = new Object[6]; // clip coordinates + clip types + texture paint image + stroke dash
361 protected Object[] fGraphicsStatesObject = null; field in class:OSXSurfaceData
462 this.fGraphicsStatesObject[kClipTypesIndex] = clipTypesArray;
463 this.fGraphicsStatesObject[kClipCoordinatesIndex] = clipCoordinatesArray;
581 this.fGraphicsStatesObject[kTextureImageIndex] = textureSurfaceData;
601 this.fGraphicsStatesObject[kTextureImageIndex] = sun.awt.image.BufImgSurfaceData.createData(texturePaintImage);
666 this.fGraphicsStatesObject[kStrokeDashArrayIndex] = stroke.getDashArray();
690 this.fGraphicsStatesObject[kFontIndex] = font;
691 this.fGraphicsStatesObject[kFontPaintIndex] = paint;

Completed in 46 milliseconds