Home
last modified time | relevance | path

Searched refs:nColorant (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/lcms/lcms-1.19/src/
H A Dcmsps2.c1574 void BuildColorantList(char *Colorant, int nColorant, WORD Out[]) in BuildColorantList() argument
1580 if (nColorant > MAXCHANNELS) in BuildColorantList()
1581 nColorant = MAXCHANNELS; in BuildColorantList()
1583 for (j=0; j < nColorant; j++) { in BuildColorantList()
1587 if (j < nColorant -1) in BuildColorantList()
1601 int i, nColors, nColorant; in WriteNamedColorCRD() local
1606 nColorant = _cmsChannelsOf(cmsGetColorSpace(hNamedColor)); in WriteNamedColorCRD()
1607 OutputFormat = CHANNELS_SH(nColorant) | BYTES_SH(2); in WriteNamedColorCRD()
1633 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
H A Dcmssamp.c79 int ComponentOf(int n, int clut, int nColorant) in ComponentOf() argument
81 if (nColorant <= 0) in ComponentOf()
84 n /= ipow(clut, nColorant); in ComponentOf()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/liblcms2/src/
H A Dcmsps2.c1385 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1391 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1392 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1394 for (j=0; j < nColorant; j++) { in BuildColorantList()
1398 if (j < nColorant -1) in BuildColorantList()
1412 int i, nColors, nColorant; in WriteNamedColorCRD() local
1420 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1448 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/lcms/src/
H A Dcmsps2.c1386 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1392 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1393 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1395 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1400 if (j < nColorant - 1) in BuildColorantList()
1414 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1450 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/lcms2-2.6/src/
H A Dcmsps2.c1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1393 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1394 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1396 for (j=0; j < nColorant; j++) { in BuildColorantList()
1400 if (j < nColorant -1) in BuildColorantList()
1414 int i, nColors, nColorant; in WriteNamedColorCRD() local
1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1450 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1415 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1421 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1422 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1424 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1429 if (j < nColorant - 1) in BuildColorantList()
1443 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1451 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1479 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/liblcms2/src/
H A Dcmsps2.c1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1393 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1394 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1396 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1401 if (j < nColorant - 1) in BuildColorantList()
1415 int i, nColors, nColorant; in WriteNamedColorCRD() local
1423 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1451 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/lcms2-2.6/src/
H A Dcmsps2.c1387 void BuildColorantList(char *Colorant, int nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1393 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1394 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1396 for (j=0; j < nColorant; j++) { in BuildColorantList()
1400 if (j < nColorant -1) in BuildColorantList()
1414 int i, nColors, nColorant; in WriteNamedColorCRD() local
1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1450 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1415 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1421 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1422 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1424 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1429 if (j < nColorant - 1) in BuildColorantList()
1443 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1451 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1479 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1436 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1442 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1443 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1445 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1450 if (j < nColorant - 1) in BuildColorantList()
1464 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1472 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1500 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/graphics/lcms2/lcms2-2.12/src/
H A Dcmsps2.c1407 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1413 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1414 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1416 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1421 if (j < nColorant - 1) in BuildColorantList()
1435 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1443 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1471 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1436 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1442 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1443 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1445 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1450 if (j < nColorant - 1) in BuildColorantList()
1464 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1472 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1500 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/lcms/src/
H A Dcmsps2.c1406 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1412 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1413 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1415 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1420 if (j < nColorant - 1) in BuildColorantList()
1434 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1442 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1470 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1436 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1442 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1443 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1445 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1450 if (j < nColorant - 1) in BuildColorantList()
1464 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1472 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1500 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsps2.c1435 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1441 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1442 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1444 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1449 if (j < nColorant - 1) in BuildColorantList()
1463 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1471 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1499 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1436 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1442 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1443 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1445 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1450 if (j < nColorant - 1) in BuildColorantList()
1464 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1472 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1500 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1436 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1442 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1443 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1445 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1450 if (j < nColorant - 1) in BuildColorantList()
1464 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1472 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1500 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/liblcms/
H A Dcmsps2.c1436 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1442 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1443 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1445 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1450 if (j < nColorant - 1) in BuildColorantList()
1464 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1472 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1500 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-sys-3.1.9/vendor/src/
H A Dcmsps2.c1407 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1413 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1414 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1416 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1421 if (j < nColorant - 1) in BuildColorantList()
1435 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1443 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1471 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsps2.c1435 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1441 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1442 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1444 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1449 if (j < nColorant - 1) in BuildColorantList()
1463 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1471 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1499 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lcms2mt/src/
H A Dcmsps2.c1386 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1392 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1393 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1395 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1400 if (j < nColorant - 1) in BuildColorantList()
1414 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1450 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lcms2mt/src/
H A Dcmsps2.c1386 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1392 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1393 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1395 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1400 if (j < nColorant - 1) in BuildColorantList()
1414 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1450 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/src/
H A Dcmsps2.c1406 void BuildColorantList(char *Colorant, cmsUInt32Number nColorant, cmsUInt16Number Out[]) in BuildColorantList() argument
1412 if (nColorant > cmsMAXCHANNELS) in BuildColorantList()
1413 nColorant = cmsMAXCHANNELS; in BuildColorantList()
1415 for (j = 0; j < nColorant; j++) { in BuildColorantList()
1420 if (j < nColorant - 1) in BuildColorantList()
1434 cmsUInt32Number i, nColors, nColorant; in WriteNamedColorCRD() local
1442 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1470 BuildColorantList(Colorant, nColorant, Out); in WriteNamedColorCRD()