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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio1.c344 cmsTagSignature tag16 = Device2PCS16[Intent]; local
375 if (!cmsIsTag(hProfile, tag16)) {
376 tag16 = Device2PCS16[0];
379 if (cmsIsTag(hProfile, tag16)) { // Is there any LUT-Based table?
384 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16);
388 OriginalType = _cmsGetTagTrueType(hProfile, tag16);
606 cmsTagSignature tag16 = PCS2Device16[Intent]; local
617 if (!cmsIsTag(hProfile, tag16)) {
618 tag16 = PCS2Device16[0];
621 if (cmsIsTag(hProfile, tag16)) { // I
711 cmsTagSignature tag16 = Device2PCS16[Intent]; local
[all...]

Completed in 30 milliseconds