Home | History | Annotate | Download | only in src

Lines Matching refs:ICCVersion

338 cmsTagTypeSignature DecideXYZtype(cmsFloat64Number ICCVersion, const void *Data)
342 cmsUNUSED_PARAMETER(ICCVersion);
787 cmsTagTypeSignature DecideTextType(cmsFloat64Number ICCVersion, const void *Data)
789 if (ICCVersion >= 4.0)
1070 cmsTagTypeSignature DecideTextDescType(cmsFloat64Number ICCVersion, const void *Data)
1072 if (ICCVersion >= 4.0)
1191 cmsTagTypeSignature DecideCurveType(cmsFloat64Number ICCVersion, const void *Data)
1195 if (ICCVersion < 4.0) return cmsSigCurveType;
1583 cmsTagTypeSignature DecideLUTtypeA2B(cmsFloat64Number ICCVersion, const void *Data)
1587 if (ICCVersion < 4.0) {
1597 cmsTagTypeSignature DecideLUTtypeB2A(cmsFloat64Number ICCVersion, const void *Data)
1601 if (ICCVersion < 4.0) {
3317 if (self ->ICCVersion < 0x4000000) {