Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmswtpnt.c282 cmsMAT3 Result, Primaries; in _cmsBuildRGB2XYZtransferMatrix() local
298 _cmsVEC3init(&Primaries.v[0], xr, xg, xb); in _cmsBuildRGB2XYZtransferMatrix()
299 _cmsVEC3init(&Primaries.v[1], yr, yg, yb); in _cmsBuildRGB2XYZtransferMatrix()
300 _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb)); in _cmsBuildRGB2XYZtransferMatrix()
304 if (!_cmsMAT3inverse(&Primaries, &Result)) in _cmsBuildRGB2XYZtransferMatrix()
Dcmsvirt.c103 const cmsCIExyYTRIPLE* Primaries, in cmsCreateRGBProfileTHR() argument
154 if (WhitePoint && Primaries) { in cmsCreateRGBProfileTHR()
160 if (!_cmsBuildRGB2XYZtransferMatrix(&MColorants, &MaxWhite, Primaries)) goto Error; in cmsCreateRGBProfileTHR()
204 if (Primaries) { in cmsCreateRGBProfileTHR()
205 if (!cmsWriteTag(hICC, cmsSigChromaticityTag, (void*) Primaries)) goto Error; in cmsCreateRGBProfileTHR()
218 const cmsCIExyYTRIPLE* Primaries, in cmsCreateRGBProfile() argument
221 return cmsCreateRGBProfileTHR(NULL, WhitePoint, Primaries, TransferFunction); in cmsCreateRGBProfile()
Dlcms2_internal.h1053 …ldRGB2XYZtransferMatrix(cmsMAT3* r, const cmsCIExyY* WhitePoint, const cmsCIExyYTRIPLE* Primaries);
/external/pdfium/third_party/lcms/include/
Dlcms2.h1545 const cmsCIExyYTRIPLE* Primaries,
1549 const cmsCIExyYTRIPLE* Primaries,
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h491 enum Primaries { enum
/external/python/cpython2/Doc/reference/
Dexpressions.rst518 Primaries chapter
523 Primaries represent the most tightly bound operations of the language. Their
/external/python/cpython3/Doc/reference/
Dexpressions.rst662 Primaries chapter
667 Primaries represent the most tightly bound operations of the language. Their