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

/frameworks/base/awt/java/awt/color/
H A DICC_Profile.java648 * The Constant icCurveData - ICC Profile Constant.
650 public static final int icCurveData = 12; field in class:ICC_Profile
1431 return ICC_ProfileHelper.getShortFromByteArray(data, icCurveData) / 256.f;
1436 for (int i = 0, pos = icCurveData; i < trcSize; i++, pos += 2) {

Completed in 5114 milliseconds