Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h994 cmsUInt32Number IlluminantType; member
1001 cmsUInt32Number IlluminantType; // viewing condition member
/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c1371 if (!_cmsReadUInt32Number(io, &mc.IlluminantType)) return NULL; in Type_Measurement_Read()
1389 if (!_cmsWriteUInt32Number(io, mc->IlluminantType)) return FALSE; in Type_Measurement_Write()
3834 if (!_cmsReadUInt32Number(io, &vc ->IlluminantType)) goto Error; in Type_ViewingConditions_Read()
3857 if (!_cmsWriteUInt32Number(io, sc ->IlluminantType)) return FALSE; in Type_ViewingConditions_Write()