Searched defs:WhitePoint (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmswtpnt.c76 // Obtains WhitePoint from Temperature
77 cmsBool CMSEXPORT cmsWhitePointFromTemp(cmsCIExyY* WhitePoint, cmsFloat64Number TempK) argument
83 _cmsAssert(WhitePoint != NULL);
116 WhitePoint -> x = x;
117 WhitePoint -> y = y;
118 WhitePoint -> Y = 1.0;
173 cmsBool CMSEXPORT cmsTempFromWhitePoint(cmsFloat64Number* TempK, const cmsCIExyY* WhitePoint) argument
180 _cmsAssert(WhitePoint != NULL);
184 xs = WhitePoint -> x;
185 ys = WhitePoint
310 cmsVEC3 WhitePoint, Coef; local
[all...]
H A Dcmspcs.c163 void CMSEXPORT cmsXYZ2Lab(const cmsCIEXYZ* WhitePoint, cmsCIELab* Lab, const cmsCIEXYZ* xyz) argument
167 if (WhitePoint == NULL)
168 WhitePoint = cmsD50_XYZ();
170 fx = f(xyz->X / WhitePoint->X);
171 fy = f(xyz->Y / WhitePoint->Y);
172 fz = f(xyz->Z / WhitePoint->Z);
181 void CMSEXPORT cmsLab2XYZ(const cmsCIEXYZ* WhitePoint, cmsCIEXYZ* xyz, const cmsCIELab* Lab) argument
185 if (WhitePoint == NULL)
186 WhitePoint = cmsD50_XYZ();
192 xyz -> X = f_1(x) * WhitePoint
[all...]
H A Dcmsvirt.c131 const cmsCIExyY* WhitePoint,
172 if (WhitePoint) {
176 cmsxyY2XYZ(&WhitePointXYZ, WhitePoint);
183 if (WhitePoint && Primaries) {
185 MaxWhite.x = WhitePoint -> x;
186 MaxWhite.y = WhitePoint -> y;
229 cmsHPROFILE CMSEXPORT cmsCreateRGBProfile(const cmsCIExyY* WhitePoint, argument
233 return cmsCreateRGBProfileTHR(NULL, WhitePoint, Primaries, TransferFunction);
240 const cmsCIExyY* WhitePoint,
271 if (WhitePoint) {
130 cmsCreateRGBProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries, cmsToneCurve* const TransferFunction[3]) argument
239 cmsCreateGrayProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction) argument
292 cmsCreateGrayProfile(const cmsCIExyY* WhitePoint, const cmsToneCurve* TransferFunction) argument
487 cmsCreateLab2ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint) argument
526 cmsCreateLab2Profile(const cmsCIExyY* WhitePoint) argument
533 cmsCreateLab4ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint) argument
571 cmsCreateLab4Profile(const cmsCIExyY* WhitePoint) argument
[all...]

Completed in 33 milliseconds