Home
last modified time | relevance | path

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

12345678910>>...38

/dports/databases/postgis30/postgis-3.0.4/raster/test/cunit/
H A Dcu_band_misc.c78 &npixels in test_band_get_nearest_pixel()
90 &npixels in test_band_get_nearest_pixel()
102 &npixels in test_band_get_nearest_pixel()
114 &npixels in test_band_get_nearest_pixel()
126 &npixels in test_band_get_nearest_pixel()
138 &npixels in test_band_get_nearest_pixel()
150 &npixels in test_band_get_nearest_pixel()
162 &npixels in test_band_get_nearest_pixel()
174 &npixels in test_band_get_nearest_pixel()
205 &npixels in test_band_get_nearest_pixel()
[all …]
/dports/databases/postgis32/postgis-3.2.0/raster/test/cunit/
H A Dcu_band_misc.c78 &npixels in test_band_get_nearest_pixel()
90 &npixels in test_band_get_nearest_pixel()
102 &npixels in test_band_get_nearest_pixel()
114 &npixels in test_band_get_nearest_pixel()
126 &npixels in test_band_get_nearest_pixel()
138 &npixels in test_band_get_nearest_pixel()
150 &npixels in test_band_get_nearest_pixel()
162 &npixels in test_band_get_nearest_pixel()
174 &npixels in test_band_get_nearest_pixel()
205 &npixels in test_band_get_nearest_pixel()
[all …]
/dports/databases/postgis31/postgis-3.1.4/raster/test/cunit/
H A Dcu_band_misc.c78 &npixels in test_band_get_nearest_pixel()
90 &npixels in test_band_get_nearest_pixel()
102 &npixels in test_band_get_nearest_pixel()
114 &npixels in test_band_get_nearest_pixel()
126 &npixels in test_band_get_nearest_pixel()
138 &npixels in test_band_get_nearest_pixel()
150 &npixels in test_band_get_nearest_pixel()
162 &npixels in test_band_get_nearest_pixel()
174 &npixels in test_band_get_nearest_pixel()
205 &npixels in test_band_get_nearest_pixel()
[all …]
/dports/databases/postgis25/postgis-2.5.5/raster/test/cunit/
H A Dcu_band_misc.c78 &npixels in test_band_get_nearest_pixel()
90 &npixels in test_band_get_nearest_pixel()
102 &npixels in test_band_get_nearest_pixel()
114 &npixels in test_band_get_nearest_pixel()
126 &npixels in test_band_get_nearest_pixel()
138 &npixels in test_band_get_nearest_pixel()
150 &npixels in test_band_get_nearest_pixel()
162 &npixels in test_band_get_nearest_pixel()
174 &npixels in test_band_get_nearest_pixel()
205 &npixels in test_band_get_nearest_pixel()
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Doperator.c332 const long npixels, in QuantumAddCB() argument
350 for (i=0; i < npixels; i++) in QuantumAddCB()
355 for (i=0; i < npixels; i++) in QuantumAddCB()
360 for (i=0; i < npixels; i++) in QuantumAddCB()
366 for (i=0; i < npixels; i++) in QuantumAddCB()
371 for (i=0; i < npixels; i++) in QuantumAddCB()
379 for (i=0; i < npixels; i++) in QuantumAddCB()
399 const long npixels, in QuantumAndCB() argument
417 for (i=0; i < npixels; i++) in QuantumAndCB()
908 const long npixels, in QuantumLogCB() argument
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libtiff/
H A D0003-CVE-2015-8781-8782-8783.patch22 - assert(sp->tbuflen >= npixels);
23 + if(sp->tbuflen < npixels) {
44 while (rc-- && i < npixels)
50 if (i != npixels) {
58 + if(sp->tbuflen < npixels) {
78 + if(sp->tbuflen < npixels) {
107 if (i != npixels) {
123 + if(sp->tbuflen < npixels) {
138 tmsize_t npixels;
144 + if(sp->tbuflen < npixels) {
[all …]
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
110 if (npixels & 1) { in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 npixels += n; in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
151 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_thunder.c61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/TIFF/src/itktiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
110 if (npixels & 1) { in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 npixels += n; in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
151 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/libtiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
110 if (npixels & 1) { in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 npixels += n; in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
151 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
111 if (npixels & 1) { in ThunderDecode()
113 lastpixel = *op++; npixels++; n--; in ThunderDecode()
116 npixels += n; in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
152 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libtiff/libtiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
110 if (npixels & 1) { in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 npixels += n; in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
151 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/libtiff/
H A Dtif_thunder.c62 if (npixels++ & 1) \
93 tmsize_t npixels; in ThunderDecode() local
98 npixels = 0; in ThunderDecode()
99 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libtiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
110 if (npixels & 1) { in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 npixels += n; in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
151 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libtiff/
H A Dtif_thunder.c61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/
H A Dtif_thunder.c61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/tiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
110 if (npixels & 1) { in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 npixels += n; in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
151 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_thunder.c61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtif_thunder.c61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
111 if (npixels & 1) { in ThunderDecode()
113 lastpixel = *op++; npixels++; n--; in ThunderDecode()
116 npixels += n; in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
152 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
111 if (npixels & 1) { in ThunderDecode()
113 lastpixel = *op++; npixels++; n--; in ThunderDecode()
116 npixels += n; in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
152 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/libtiff/
H A Dtif_thunder.c62 if (npixels++ & 1) \
93 tmsize_t npixels; in ThunderDecode() local
98 npixels = 0; in ThunderDecode()
99 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_thunder.c61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/libtiff/
H A Dtif_thunder.c63 if (npixels++ & 1) \
94 tmsize_t npixels; in ThunderDecode() local
99 npixels = 0; in ThunderDecode()
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
110 if (npixels & 1) { in ThunderDecode()
112 lastpixel = *op++; npixels++; n--; in ThunderDecode()
115 npixels += n; in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
151 (unsigned __int64) npixels, in ThunderDecode()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/tif/lib/
H A Dtif_thunder.c61 if (npixels++ & 1) \
92 tmsize_t npixels; in ThunderDecode() local
97 npixels = 0; in ThunderDecode()
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
109 if (npixels & 1) { in ThunderDecode()
111 lastpixel = *op++; npixels++; n--; in ThunderDecode()
114 npixels += n; in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
150 (unsigned __int64) npixels, in ThunderDecode()
[all …]

12345678910>>...38