Home
last modified time | relevance | path

Searched refs:InvShapes (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/liblcms2/src/
H A Dcmsio1.c344 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
370 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
371 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
372 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
374 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
382 cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes)); in BuildRGBOutputMatrixShaper()
385 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lcms2mt/src/
H A Dcmsio1.c462 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
487 InvShapes[0] = cmsReverseToneCurve(ContextID, Shapes[0]); in BuildRGBOutputMatrixShaper()
488 InvShapes[1] = cmsReverseToneCurve(ContextID, Shapes[1]); in BuildRGBOutputMatrixShaper()
489 InvShapes[2] = cmsReverseToneCurve(ContextID, Shapes[2]); in BuildRGBOutputMatrixShaper()
491 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
492 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
509 …msPipelineInsertStage(ContextID, Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
513 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
516 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lcms2mt/src/
H A Dcmsio1.c462 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
487 InvShapes[0] = cmsReverseToneCurve(ContextID, Shapes[0]); in BuildRGBOutputMatrixShaper()
488 InvShapes[1] = cmsReverseToneCurve(ContextID, Shapes[1]); in BuildRGBOutputMatrixShaper()
489 InvShapes[2] = cmsReverseToneCurve(ContextID, Shapes[2]); in BuildRGBOutputMatrixShaper()
491 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
492 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
509 …msPipelineInsertStage(ContextID, Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
513 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
516 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/src/
H A Dcmsio1.c453 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
478 InvShapes[0] = cmsReverseToneCurve(ContextID, Shapes[0]); in BuildRGBOutputMatrixShaper()
479 InvShapes[1] = cmsReverseToneCurve(ContextID, Shapes[1]); in BuildRGBOutputMatrixShaper()
480 InvShapes[2] = cmsReverseToneCurve(ContextID, Shapes[2]); in BuildRGBOutputMatrixShaper()
482 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
483 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
500 …msPipelineInsertStage(ContextID, Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
504 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
507 cmsFreeToneCurveTriple(ContextID, InvShapes); in BuildRGBOutputMatrixShaper()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-sys-3.1.9/vendor/src/
H A Dcmsio1.c458 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
484 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
485 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
486 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
488 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
505 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
509 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
512 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/graphics/lcms2/lcms2-2.12/src/
H A Dcmsio1.c458 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
484 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
485 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
486 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
488 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
505 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
509 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
512 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/src/
H A Dcmsio1.c458 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
484 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
485 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
486 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
488 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
505 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
509 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
512 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/
H A Dcmsio1.c463 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
489 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
490 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
491 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
493 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
510 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
514 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
517 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/src/
H A Dcmsio1.c460 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
486 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
487 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
488 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
490 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
507 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
511 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
514 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c488 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
514 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
515 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
516 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
518 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
535 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
539 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
542 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/liblcms2/src/
H A Dcmsio1.c459 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
485 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
486 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
487 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
489 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
506 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
510 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
513 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmsio1.c460 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
486 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
487 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
488 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
490 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
507 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
511 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
514 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsio1.c488 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
514 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
515 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
516 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
518 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
535 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
539 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
542 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio1.c487 cmsToneCurve *Shapes[3], *InvShapes[3]; in BuildRGBOutputMatrixShaper() local
513 InvShapes[0] = cmsReverseToneCurve(Shapes[0]); in BuildRGBOutputMatrixShaper()
514 InvShapes[1] = cmsReverseToneCurve(Shapes[1]); in BuildRGBOutputMatrixShaper()
515 InvShapes[2] = cmsReverseToneCurve(Shapes[2]); in BuildRGBOutputMatrixShaper()
517 if (!InvShapes[0] || !InvShapes[1] || !InvShapes[2]) { in BuildRGBOutputMatrixShaper()
534 … !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, InvShapes))) in BuildRGBOutputMatrixShaper()
538 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()
541 cmsFreeToneCurveTriple(InvShapes); in BuildRGBOutputMatrixShaper()