Searched refs:cmsD50_XYZ (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmscnvrt.c | 183 tx = BlackPointIn->X - cmsD50_XYZ()->X; in ComputeBlackPointCompensation() 184 ty = BlackPointIn->Y - cmsD50_XYZ()->Y; in ComputeBlackPointCompensation() 185 tz = BlackPointIn->Z - cmsD50_XYZ()->Z; in ComputeBlackPointCompensation() 187 ax = (BlackPointOut->X - cmsD50_XYZ()->X) / tx; in ComputeBlackPointCompensation() 188 ay = (BlackPointOut->Y - cmsD50_XYZ()->Y) / ty; in ComputeBlackPointCompensation() 189 az = (BlackPointOut->Z - cmsD50_XYZ()->Z) / tz; in ComputeBlackPointCompensation() 191 bx = - cmsD50_XYZ()-> X * (BlackPointOut->X - BlackPointIn->X) / tx; in ComputeBlackPointCompensation() 192 by = - cmsD50_XYZ()-> Y * (BlackPointOut->Y - BlackPointIn->Y) / ty; in ComputeBlackPointCompensation() 193 bz = - cmsD50_XYZ()-> Z * (BlackPointOut->Z - BlackPointIn->Z) / tz; in ComputeBlackPointCompensation() 217 s.n[VX] = cmsD50_XYZ() -> X; in CHAD2Temp() [all …]
|
D | cmswtpnt.c | 31 const cmsCIEXYZ* CMSEXPORT cmsD50_XYZ(void) in cmsD50_XYZ() function 42 cmsXYZ2xyY(&D50xyY, cmsD50_XYZ()); in cmsD50_xyY() 260 if (!_cmsAdaptationMatrix(&Bradford, NULL, &Dn, cmsD50_XYZ())) return FALSE; in _cmsAdaptMatrixToD50()
|
D | cmsvirt.c | 145 if (!cmsWriteTag(hICC, cmsSigMediaWhitePointTag, cmsD50_XYZ())) goto Error; in cmsCreateRGBProfileTHR() 148 _cmsAdaptationMatrix(&CHAD, NULL, &WhitePointXYZ, cmsD50_XYZ()); in cmsCreateRGBProfileTHR() 797 cmsWriteTag(hICC, cmsSigMediaWhitePointTag, (void*) cmsD50_XYZ()); in cmsCreateBCHSWabstractProfileTHR() 870 if (!cmsWriteTag(hProfile, cmsSigMediaWhitePointTag, cmsD50_XYZ())) goto Error; in cmsCreateNULLProfileTHR()
|
D | cmsio1.c | 74 *Dest = *cmsD50_XYZ(); in _cmsReadMediaWhitePoint() 82 *Dest = *cmsD50_XYZ(); in _cmsReadMediaWhitePoint() 123 return _cmsAdaptationMatrix(Dest, NULL, White, cmsD50_XYZ()); in _cmsReadCHAD()
|
D | cmsps2.c | 373 _cmsIOPrintf(m, "/WhitePoint [%f %f %f]\n", cmsD50_XYZ()->X, in EmitWhiteBlackD50() 374 cmsD50_XYZ()->Y, in EmitWhiteBlackD50() 375 cmsD50_XYZ()->Z); in EmitWhiteBlackD50()
|
D | cmspcs.c | 148 WhitePoint = cmsD50_XYZ(); in cmsXYZ2Lab() 166 WhitePoint = cmsD50_XYZ(); in cmsLab2XYZ()
|
D | cmssamp.c | 248 cmsAdaptToIlluminant(&UntrustedBlackPoint, &MediaWhite, cmsD50_XYZ(), &BlackXYZ); in cmsDetectBlackPoint()
|
D | cmsio0.c | 941 …sS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(cmsD50_XYZ()->X)); in _cmsWriteHeader() 942 …sS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(cmsD50_XYZ()->Y)); in _cmsWriteHeader() 943 …sS15Fixed16Number) _cmsAdjustEndianess32((cmsUInt32Number) _cmsDoubleTo15Fixed16(cmsD50_XYZ()->Z)); in _cmsWriteHeader()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1122 CMSAPI const cmsCIEXYZ* CMSEXPORT cmsD50_XYZ(void);
|