Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/
H A D0014-avoid-fixed-inf.patch28 -void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput)
29 +cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput)
33 @@ -1468,6 +1471,8 @@ void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is…
42 @@ -1482,6 +1487,7 @@ void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is…
64 - FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits);
65 - FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits);
66 - FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits);
67 + if (!FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits))
69 + if (!FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits))
71 + if (!FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits))
/dports/graphics/lcms2/lcms2-2.12/plugins/fast_float/src/
H A Dfast_8_matsh.c99 void FillSecondShaper(cmsUInt8Number* Table, cmsToneCurve* Curve) in FillSecondShaper() function
136 FillSecondShaper(p ->Shaper2R, Curve2[0]); in SetMatShaper()
137 FillSecondShaper(p ->Shaper2G, Curve2[1]); in SetMatShaper()
138 FillSecondShaper(p ->Shaper2B, Curve2[2]); in SetMatShaper()
H A Dfast_8_matsh_sse.c106 void FillSecondShaper(cmsUInt8Number* Table, cmsToneCurve* Curve) in FillSecondShaper() function
143 FillSecondShaper(p ->Shaper2R, Curve2[0]); in SetMatShaper()
144 FillSecondShaper(p ->Shaper2G, Curve2[1]); in SetMatShaper()
145 FillSecondShaper(p ->Shaper2B, Curve2[2]); in SetMatShaper()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/plugins/fast_float/src/
H A Dfast_8_matsh.c115 void FillSecondShaper(cmsContext ContextID, cmsUInt8Number* Table, cmsToneCurve* Curve) in FillSecondShaper() function
148 FillSecondShaper(ContextID, p ->Shaper2R, Curve2[0]); in SetMatShaper()
149 FillSecondShaper(ContextID, p ->Shaper2G, Curve2[1]); in SetMatShaper()
150 FillSecondShaper(ContextID, p ->Shaper2B, Curve2[2]); in SetMatShaper()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/liblcms2/src/
H A Dcmsopt.c1372 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1416 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1417 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1418 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/src/
H A Dcmsopt.c1465 cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1515 if (!FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits)) in SetMatShaper()
1517 if (!FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits)) in SetMatShaper()
1519 if (!FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits)) in SetMatShaper()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmsopt.c1462 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1506 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1507 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1508 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1626 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1676 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1677 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1678 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/graphics/lcms2/lcms2-2.12/src/
H A Dcmsopt.c1597 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1647 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1648 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1649 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1626 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1676 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1677 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1678 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/src/
H A Dcmsopt.c1616 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1666 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1667 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1668 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1626 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1676 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1677 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1678 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/
H A Dcmsopt.c1616 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1666 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1667 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1668 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c1611 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1661 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1662 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1663 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1617 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1667 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1668 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1669 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1626 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1676 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1677 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1678 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/liblcms2/src/
H A Dcmsopt.c1565 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1609 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1610 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1611 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1626 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1676 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1677 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1678 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1626 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1676 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1677 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1678 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsopt.c1617 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1667 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1668 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1669 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-sys-3.1.9/vendor/src/
H A Dcmsopt.c1581 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1631 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1632 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1633 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c1611 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper() function
1661 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1662 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1663 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lcms2mt/src/
H A Dcmsopt.c1585 void FillSecondShaper(cmsContext ContextID, cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is… in FillSecondShaper() function
1633 FillSecondShaper(ContextID, p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1634 FillSecondShaper(ContextID, p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1635 FillSecondShaper(ContextID, p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lcms2mt/src/
H A Dcmsopt.c1585 void FillSecondShaper(cmsContext ContextID, cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is… in FillSecondShaper() function
1633 FillSecondShaper(ContextID, p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1634 FillSecondShaper(ContextID, p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1635 FillSecondShaper(ContextID, p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/src/
H A Dcmsopt.c1591 void FillSecondShaper(cmsContext ContextID, cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is… in FillSecondShaper() function
1639 FillSecondShaper(ContextID, p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1640 FillSecondShaper(ContextID, p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1641 FillSecondShaper(ContextID, p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()