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

/frameworks/base/awt/java/awt/color/
H A DICC_ProfileGray.java55 public short[] getTRC() { method in class:ICC_ProfileGray
56 return super.getTRC(icSigGrayTRCTag);
H A DICC_ProfileRGB.java79 public short[] getTRC(int component) { method in class:ICC_ProfileRGB
82 return super.getTRC(icSigRedTRCTag);
84 return super.getTRC(icSigGreenTRCTag);
86 return super.getTRC(icSigBlueTRCTag);
H A DICC_Profile.java1467 short[] getTRC(int tagSignature) { method in class:ICC_Profile

Completed in 45 milliseconds