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

/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DPixelConverter.java425 static final double SHORT_MULT = 257.0; // (65535.0 / 255.0); field in class:PixelConverter.UshortGray
426 static final double USHORT_RED_MULT = RED_MULT * SHORT_MULT;
427 static final double USHORT_GRN_MULT = GRN_MULT * SHORT_MULT;
428 static final double USHORT_BLU_MULT = BLU_MULT * SHORT_MULT;

Completed in 79 milliseconds