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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java565 // getCopyWithBgColor returns a new version of an image, drawn with a background
569 public SurfaceData getCopyWithBgColor(Color bgColor) { method in class:OSXOffScreenSurfaceData
H A DOSXSurfaceData.java1022 img = osxsd.getCopyWithBgColor(bgColor);

Completed in 35 milliseconds