Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/include/
Dlcms2.h995 cmsUInt32Number IlluminantType; member
1002 cmsUInt32Number IlluminantType; // viewing condition member
/external/pdfium/third_party/lcms/src/
Dcmstypes.c1382 if (!_cmsReadUInt32Number(io, &mc.IlluminantType)) return NULL; in Type_Measurement_Read()
1400 if (!_cmsWriteUInt32Number(io, mc->IlluminantType)) return FALSE; in Type_Measurement_Write()
3844 if (!_cmsReadUInt32Number(io, &vc ->IlluminantType)) goto Error; in Type_ViewingConditions_Read()
3867 if (!_cmsWriteUInt32Number(io, sc ->IlluminantType)) return FALSE; in Type_ViewingConditions_Write()