Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsio1.c317 cmsTagSignature tag16; in _cmsReadInputLUT() local
347 tag16 = Device2PCS16[Intent]; in _cmsReadInputLUT()
358 if (!cmsIsTag(hProfile, tag16)) { in _cmsReadInputLUT()
359 tag16 = Device2PCS16[0]; in _cmsReadInputLUT()
362 if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table? in _cmsReadInputLUT()
367 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); in _cmsReadInputLUT()
371 OriginalType = _cmsGetTagTrueType(hProfile, tag16); in _cmsReadInputLUT()
592 cmsTagSignature tag16; in _cmsReadOutputLUT() local
599 tag16 = PCS2Device16[Intent]; in _cmsReadOutputLUT()
609 if (!cmsIsTag(hProfile, tag16)) { in _cmsReadOutputLUT()
[all …]