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

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRColor.java60 alpha = byteToXRColorValue(color.getAlpha());
62 red = byteToXRColorValue(
64 green = byteToXRColorValue(
66 blue = byteToXRColorValue(
104 public static int byteToXRColorValue(int byteValue) { method in class:XRColor
H A DXRCompositeManager.java209 .byteToXRColorValue((int) (extraAlpha * 255));

Completed in 29 milliseconds