Home
last modified time | relevance | path

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

12

/dports/graphics/lcms/lcms-1.19/src/
H A Dcmslut.c90 LPLUT NewLUT; in cmsAllocLUT() local
93 if (NewLUT) in cmsAllocLUT()
96 return NewLUT; in cmsAllocLUT()
155 LPLUT NewLUT = cmsAllocLUT(); in cmsDupLUT() local
170 return NewLUT; in cmsDupLUT()
209 calc *= NewLUT -> OutputChan; in _cmsValidateLUT()
210 if (NewLUT -> OutputChan && calc / NewLUT -> OutputChan != oldCalc) { in _cmsValidateLUT()
230 nTabSize = NewLUT -> OutputChan * UIpow(NewLUT->cLutPoints, in cmsAlloc3DGrid()
241 cmsCalcCLUT16Params(NewLUT -> cLutPoints, NewLUT -> InputChan, in cmsAlloc3DGrid()
245 return NewLUT; in cmsAlloc3DGrid()
[all …]
H A Dcmsio1.c568 nTabSize = (NewLUT -> OutputChan * uipow(NewLUT->cLutPoints, in ReadLUT8()
641 cmsCalcL16Params(NewLUT -> InputEntries, &NewLUT -> In16params); in ReadLUT8()
643 cmsCalcCLUT16Params(NewLUT -> cLutPoints, NewLUT -> InputChan, in ReadLUT8()
811 nTabSize = (NewLUT -> OutputChan * uipow(NewLUT->cLutPoints, in ReadLUT16()
863 cmsCalcCLUT16Params(NewLUT -> cLutPoints, NewLUT -> InputChan, in ReadLUT16()
1139 if (cmsAlloc3DGrid(NewLUT, CLUT.gridPoints[0], NewLUT ->InputChan, in ReadCLUT()
1231 NewLUT = cmsAllocLinearTable(NewLUT, Curves, nLocation); in ReadSetOfCurves()
1420 if (!NewLUT) { in cmsReadICCLut()
1459 return NewLUT; in cmsReadICCLut()
3194 nTabSize = (NewLUT -> OutputChan * uipow(NewLUT->cLutPoints, in SaveLUT()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/
H A D0016-check-LUT-and-MPE.patch52 cmsPipeline* NewLUT;
59 NewLUT ->Data = NewLUT;
62 - BlessLUT(NewLUT);
63 + if (!BlessLUT(NewLUT))
65 + _cmsFree(ContextID, NewLUT);
69 return NewLUT;
75 - BlessLUT(NewLUT);
76 + if (!BlessLUT(NewLUT))
82 return NewLUT;
149 if (NewLUT == NULL) return NULL;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/graphics/lcms2/lcms2-2.12/src/
H A Dcmslut.c1365 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1379 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1380 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1381 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1384 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1390 return NewLUT; in cmsPipelineAlloc()
1452 cmsPipeline* NewLUT; in cmsPipelineDup() local
1489 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1490 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1495 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/src/
H A Dcmslut.c1365 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1379 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1380 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1381 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1384 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1390 return NewLUT; in cmsPipelineAlloc()
1452 cmsPipeline* NewLUT; in cmsPipelineDup() local
1489 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1490 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1495 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/
H A Dcmslut.c1371 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1385 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1386 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1387 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1390 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1396 return NewLUT; in cmsPipelineAlloc()
1458 cmsPipeline* NewLUT; in cmsPipelineDup() local
1495 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1496 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1501 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/src/
H A Dcmslut.c1350 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1365 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1366 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1367 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1370 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1376 return NewLUT; in cmsPipelineAlloc()
1438 cmsPipeline* NewLUT; in cmsPipelineDup() local
1474 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1475 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1480 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1400 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1414 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1415 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1416 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1419 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1425 return NewLUT; in cmsPipelineAlloc()
1487 cmsPipeline* NewLUT; in cmsPipelineDup() local
1524 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1525 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1530 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/liblcms/
H A Dcmslut.c1400 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1414 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1415 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1416 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1419 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1425 return NewLUT; in cmsPipelineAlloc()
1487 cmsPipeline* NewLUT; in cmsPipelineDup() local
1524 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1525 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1530 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-sys-3.1.9/vendor/src/
H A Dcmslut.c1370 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1384 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1385 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1386 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1389 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1395 return NewLUT; in cmsPipelineAlloc()
1457 cmsPipeline* NewLUT; in cmsPipelineDup() local
1494 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1495 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1500 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmslut.c1394 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1408 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1409 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1410 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1413 if (!BlessLUT(NewLUT)) in cmsPipelineAlloc()
1419 return NewLUT; in cmsPipelineAlloc()
1481 cmsPipeline* NewLUT; in cmsPipelineDup() local
1518 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1519 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1524 if (!BlessLUT(NewLUT)) in cmsPipelineDup()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lcms2mt/src/
H A Dcmslut.c1374 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1388 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1389 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1390 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1398 return NewLUT; in cmsPipelineAlloc()
1454 cmsPipeline* NewLUT; in cmsPipelineDup() local
1461 if (NewLUT == NULL) return NULL; in cmsPipelineDup()
1491 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1492 NewLUT ->Data = NewLUT ->DupDataFn(ContextID, lut->Data); in cmsPipelineDup()
1499 _cmsFree(ContextID, NewLUT); in cmsPipelineDup()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lcms2mt/src/
H A Dcmslut.c1374 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1388 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1389 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1390 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1398 return NewLUT; in cmsPipelineAlloc()
1454 cmsPipeline* NewLUT; in cmsPipelineDup() local
1461 if (NewLUT == NULL) return NULL; in cmsPipelineDup()
1491 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1492 NewLUT ->Data = NewLUT ->DupDataFn(ContextID, lut->Data); in cmsPipelineDup()
1499 _cmsFree(ContextID, NewLUT); in cmsPipelineDup()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/src/
H A Dcmslut.c1374 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1388 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1389 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1390 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1398 return NewLUT; in cmsPipelineAlloc()
1454 cmsPipeline* NewLUT; in cmsPipelineDup() local
1461 if (NewLUT == NULL) return NULL; in cmsPipelineDup()
1491 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1492 NewLUT ->Data = NewLUT ->DupDataFn(ContextID, lut->Data); in cmsPipelineDup()
1499 _cmsFree(ContextID, NewLUT); in cmsPipelineDup()
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/liblcms2/src/
H A Dcmslut.c1348 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1362 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1363 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1364 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1367 BlessLUT(NewLUT); in cmsPipelineAlloc()
1369 return NewLUT; in cmsPipelineAlloc()
1431 cmsPipeline* NewLUT; in cmsPipelineDup() local
1468 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1469 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1474 BlessLUT(NewLUT); in cmsPipelineDup()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmslut.c1332 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1346 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1347 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1348 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1351 BlessLUT(NewLUT); in cmsPipelineAlloc()
1353 return NewLUT; in cmsPipelineAlloc()
1415 cmsPipeline* NewLUT; in cmsPipelineDup() local
1451 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1452 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1457 BlessLUT(NewLUT); in cmsPipelineDup()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/liblcms2/src/
H A Dcmslut.c1208 cmsPipeline* NewLUT; in cmsPipelineAlloc() local
1222 NewLUT ->DupDataFn = NULL; in cmsPipelineAlloc()
1223 NewLUT ->FreeDataFn = NULL; in cmsPipelineAlloc()
1224 NewLUT ->Data = NewLUT; in cmsPipelineAlloc()
1227 BlessLUT(NewLUT); in cmsPipelineAlloc()
1229 return NewLUT; in cmsPipelineAlloc()
1282 cmsPipeline* NewLUT; in cmsPipelineDup() local
1314 if (NewLUT ->DupDataFn != NULL) in cmsPipelineDup()
1315 NewLUT ->Data = NewLUT ->DupDataFn(lut ->ContextID, lut->Data); in cmsPipelineDup()
1320 BlessLUT(NewLUT); in cmsPipelineDup()
[all …]
H A Dcmstypes.c1795 return NewLUT; in Type_LUT8_Read()
1798 if (NewLUT != NULL) cmsPipelineFree(NewLUT); in Type_LUT8_Read()
1818 mpe = NewLUT -> Elements; in Type_LUT8_Write()
1887 nTabSize = uipow(NewLUT->OutputChannels, clutPoints, NewLUT ->InputChannels); in Type_LUT8_Write()
2088 return NewLUT; in Type_LUT16_Read()
2091 if (NewLUT != NULL) cmsPipelineFree(NewLUT); in Type_LUT16_Read()
2112 mpe = NewLUT -> Elements; in Type_LUT16_Write()
2471 return NewLUT; in Type_LUTA2B_Read()
2785 return NewLUT; in Type_LUTB2A_Read()
4376 if (NewLUT != NULL) cmsPipelineFree(NewLUT); in Type_MPE_Read()
[all …]

12