Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio1.c317 cmsTagSignature tag16 = Device2PCS16[Intent]; in _cmsReadInputLUT() local
355 if (!cmsIsTag(hProfile, tag16)) { in _cmsReadInputLUT()
356 tag16 = Device2PCS16[0]; in _cmsReadInputLUT()
359 if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table? in _cmsReadInputLUT()
364 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); in _cmsReadInputLUT()
368 OriginalType = _cmsGetTagTrueType(hProfile, tag16); in _cmsReadInputLUT()
589 cmsTagSignature tag16 = PCS2Device16[Intent]; in _cmsReadOutputLUT() local
603 if (!cmsIsTag(hProfile, tag16)) { in _cmsReadOutputLUT()
604 tag16 = PCS2Device16[0]; in _cmsReadOutputLUT()
607 if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table? in _cmsReadOutputLUT()
[all …]