Home
last modified time | relevance | path

Searched refs:cmsD50Y (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmswtpnt.c33 static cmsCIEXYZ D50XYZ = {cmsD50X, cmsD50Y, cmsD50Z}; in cmsD50_XYZ()
Dcmsio1.c58 static const cmsFloat64Number GrayInputMatrix[] = { (InpAdj*cmsD50X), (InpAdj*cmsD50Y), (InpAdj*c…
60 static const cmsFloat64Number PickYMatrix[] = { 0, (OutpAdj*cmsD50Y), 0 };
Dcmsxform.c987 wtPt ->Y = cmsD50Y; in SetWhitePoint()
/external/pdfium/third_party/lcms/include/
Dlcms2.h259 #define cmsD50Y 1.0 macro