Home
last modified time | relevance | path

Searched refs:InterpParams (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/
H A D0027-changes-from-beginning-of-time.patch27 + // Curve->InterpParams may be null
28 + if (Curve == NULL || Curve->InterpParams == NULL) return;
30 ContextID = Curve ->InterpParams->ContextID;
32 _cmsFreeInterpParams(Curve ->InterpParams);
33 + Curve ->InterpParams = NULL;
79 + if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) …
81 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -…
H A D0002-old-performance-fix.patch12 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/
H A D0027-changes-from-beginning-of-time.patch27 + // Curve->InterpParams may be null
28 + if (Curve == NULL || Curve->InterpParams == NULL) return;
30 ContextID = Curve ->InterpParams->ContextID;
32 _cmsFreeInterpParams(Curve ->InterpParams);
33 + Curve ->InterpParams = NULL;
85 + if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) …
87 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -…
H A D0002-old-performance-fix.patch12 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -…
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/src/
H A Dcmsgamma.c299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
755 if (Curve == NULL || Curve->InterpParams == NULL) return; in cmsFreeToneCurve()
757 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
759 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
760 Curve ->InterpParams = NULL; in cmsFreeToneCurve()
825 …if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) retu… in cmsDupToneCurve()
940 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
946 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
959 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1092 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmsgamma.c299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
755 if (Curve == NULL || Curve->InterpParams == NULL) return; in cmsFreeToneCurve()
757 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
759 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
760 Curve ->InterpParams = NULL; in cmsFreeToneCurve()
825 …if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) retu… in cmsDupToneCurve()
940 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
946 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
959 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1092 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/liblcms2/src/
H A Dcmsgamma.c297 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
298 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
754 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
756 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
915 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
917 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
923 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
936 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1055 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: too many points… in cmsSmoothToneCurve()
1069 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/
H A Dcmsgamma.c299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
863 if (Curve == NULL || Curve->InterpParams == NULL) return; in cmsFreeToneCurve()
865 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
867 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
868 Curve ->InterpParams = NULL; in cmsFreeToneCurve()
1044 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1050 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1063 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1177 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1179 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/src/
H A Dcmsgamma.c299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
864 if (Curve == NULL || Curve->InterpParams == NULL) return; in cmsFreeToneCurve()
866 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
868 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
869 Curve ->InterpParams = NULL; in cmsFreeToneCurve()
1042 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1048 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1061 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1175 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1177 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/liblcms2/src/
H A Dcmsgamma.c231 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
651 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
653 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
701 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -… in cmsDupToneCurve()
811 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
817 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
830 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
949 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: too many points… in cmsSmoothToneCurve()
963 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
1081 Curve ->InterpParams ->Interpolation.Lerp16(&v, &out, Curve ->InterpParams); in cmsEvalToneCurve16()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-sys-3.1.9/vendor/src/
H A Dcmsgamma.c298 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
900 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
902 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1061 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1063 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1069 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1082 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1197 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1199 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
929 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
931 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1090 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1092 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1098 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1111 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1226 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1228 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/graphics/lcms2/lcms2-2.12/src/
H A Dcmsgamma.c298 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
900 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
902 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1061 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1063 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1069 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1082 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1197 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1199 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
929 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
931 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1090 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1092 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1098 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1111 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1226 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1228 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
929 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
931 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1090 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1092 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1098 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1111 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1226 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1228 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
893 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
895 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1054 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1056 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1062 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1075 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1189 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1191 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
892 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
894 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1053 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1055 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1061 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1074 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1188 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1190 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
929 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
931 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1090 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1092 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1098 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1111 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1226 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1228 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
929 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
931 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1090 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1092 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1098 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1111 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1226 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1228 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
929 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
931 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1090 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1092 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1098 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1111 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1226 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1228 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
892 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
894 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1053 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1055 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1061 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1074 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1188 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1190 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c327 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
328 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
893 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve()
895 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve()
1054 …GetParametricCurveByType(InCurve ->InterpParams->ContextID, InCurve ->Segments[0].Type, NULL) != N… in cmsReverseToneCurveEx()
1056 return cmsBuildParametricToneCurve(InCurve ->InterpParams->ContextID, in cmsReverseToneCurveEx()
1062 out = cmsBuildTabulatedToneCurve16(InCurve ->InterpParams->ContextID, nResultSamples, NULL); in cmsReverseToneCurveEx()
1075 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1189 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1191 cmsContext ContextID = Tab->InterpParams->ContextID; in cmsSmoothToneCurve()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lcms2mt/src/
H A Dcmsgamma.c298 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
865 _cmsFreeInterpParams(ContextID, Curve ->InterpParams); in cmsFreeToneCurve()
1045 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1159 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1378 Curve ->InterpParams ->Interpolation.Lerp16(ContextID, &v, &out, Curve ->InterpParams); in cmsEvalToneCurve16()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lcms2mt/src/
H A Dcmsgamma.c298 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
865 _cmsFreeInterpParams(ContextID, Curve ->InterpParams); in cmsFreeToneCurve()
1045 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1159 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1378 Curve ->InterpParams ->Interpolation.Lerp16(ContextID, &v, &out, Curve ->InterpParams); in cmsEvalToneCurve16()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/src/
H A Dcmsgamma.c298 …p ->InterpParams = _cmsComputeInterpParams(ContextID, p ->nEntries, 1, 1, p->Table16, CMS_LERP_FLA… in AllocateToneCurveStruct()
299 if (p->InterpParams != NULL) in AllocateToneCurveStruct()
865 _cmsFreeInterpParams(ContextID, Curve ->InterpParams); in cmsFreeToneCurve()
1045 j = GetInterval(y, InCurve->Table16, InCurve->InterpParams); in cmsReverseToneCurveEx()
1159 if (Tab != NULL && Tab->InterpParams != NULL) in cmsSmoothToneCurve()
1378 Curve ->InterpParams ->Interpolation.Lerp16(ContextID, &v, &out, Curve ->InterpParams); in cmsEvalToneCurve16()

123