Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmspcs.c93 cmsFloat64Number ISum; in cmsXYZ2xyY() local
95 ISum = 1./(Source -> X + Source -> Y + Source -> Z); in cmsXYZ2xyY()
97 Dest -> x = (Source -> X) * ISum; in cmsXYZ2xyY()
98 Dest -> y = (Source -> Y) * ISum; in cmsXYZ2xyY()