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

/frameworks/base/awt/java/awt/color/
H A DICC_Profile.java1410 * If TRC is not a table returns gamma via return value and sets dataTRC to
1411 * null. If TRC is a table returns 0 and fills dataTRC with values.
1415 * @param dataTRC
1419 private float getGammaOrTRC(int tagSignature, short[] dataTRC) { argument
1423 dataTRC = null;
1435 dataTRC = new short[trcSize];
1437 dataTRC[i] = ICC_ProfileHelper.getShortFromByteArray(data, pos);
1450 short[] dataTRC = null;
1451 float gamma = getGammaOrTRC(tagSignature, dataTRC);
1453 if (dataTRC
[all...]

Completed in 317 milliseconds