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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmspcs.c729 cmsUInt16Number **Black,
748 if (Black) *Black = Grayblack;
753 if (Black) *Black = RGBblack;
758 if (Black) *Black = LABblack;
763 if (Black) *Black = CMYKblack;
768 if (Black) *Blac
727 _cmsEndPointsBySpace(cmsColorSpaceSignature Space, cmsUInt16Number **White, cmsUInt16Number **Black, cmsUInt32Number *nOutputs) argument
[all...]
H A Dcmssamp.c63 // Black point detection -------------------------------------------------------------------------
96 cmsUInt16Number *Black; local
106 // If the profile does not support input direction, assume Black point 0
120 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) {
151 cmsDoTransform(xform, Black, &Lab, 1);
215 // avoid huge tint when doing Black point compensation. This function does
230 // well specified enough to use it. Black point tag is deprecated in V4.
265 // Black point is absolute XYZ, so adapt to D50 to get PCS value
391 // well specified enough to use it. Black point tag is deprecated in V4.
H A Dlcms2_internal.h501 cmsUInt16Number **Black,
H A Dcmsps2.c404 // Emits White & Black point. White point is always D50, Black point is the device
405 // Black point adapted to D50.
627 cmsUInt16Number* Black; local
631 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs))
1145 Black point compensation plus chromatic adaptation:
1154 Step 2 - Black point compensation

Completed in 49 milliseconds