Searched refs:tag16 (Results 1 – 1 of 1) sorted by relevance
317 cmsTagSignature tag16 = Device2PCS16[Intent]; in _cmsReadInputLUT() local355 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() local603 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 …]