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

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmswtpnt.c233 // The cone matrix can be specified in ConeMatrix. If NULL, Bradford is assumed
234 cmsBool _cmsAdaptationMatrix(cmsMAT3* r, const cmsMAT3* ConeMatrix, const cmsCIEXYZ* FromIll, const cmsCIEXYZ* ToIll) argument
242 if (ConeMatrix == NULL)
243 ConeMatrix = &LamRigg;
245 return ComputeChromaticAdaptation(r, FromIll, ToIll, ConeMatrix);
H A Dlcms2_internal.h1025 cmsBool _cmsAdaptationMatrix(cmsMAT3* r, const cmsMAT3* ConeMatrix, const cmsCIEXYZ* FromIll, const cmsCIEXYZ* ToIll);

Completed in 117 milliseconds