HomeSort by relevance Sort by last modified time
    Searched full:tag16 (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsio1.c 317 cmsTagSignature tag16 = Device2PCS16[Intent]; local
355 if (!cmsIsTag(hProfile, tag16)) {
356 tag16 = Device2PCS16[0];
359 if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table?
364 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16);
368 OriginalType = _cmsGetTagTrueType(hProfile, tag16);
589 cmsTagSignature tag16 = PCS2Device16[Intent]; local
603 if (!cmsIsTag(hProfile, tag16)) {
604 tag16 = PCS2Device16[0];
607 if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table
710 cmsTagSignature tag16 = Device2PCS16[Intent]; local
    [all...]

Completed in 49 milliseconds