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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java521 BufferedImage texturePaintImage = null; field in class:OSXSurfaceData
572 texturePaintImage = color.getImage();
573 SurfaceData textureSurfaceData = BufImgSurfaceData.createData(texturePaintImage);
574 this.fGraphicsStatesInt.put(kColorWidthIndex, texturePaintImage.getWidth());
575 this.fGraphicsStatesInt.put(kColorHeightIndex, texturePaintImage.getHeight());
579 this.fGraphicsStatesFloat.put(kColorsxIndex, (float) (anchor.getWidth() / texturePaintImage.getWidth()));
580 this.fGraphicsStatesFloat.put(kColorsyIndex, (float) (anchor.getHeight() / texturePaintImage.getHeight()));
592 texturePaintImage = new BufferedImage(cm, raster, cm.isAlphaPremultiplied(), null);
595 this.fGraphicsStatesInt.put(kColorWidthIndex, texturePaintImage.getWidth());
596 this.fGraphicsStatesInt.put(kColorHeightIndex, texturePaintImage
[all...]

Completed in 44 milliseconds