Home
last modified time | relevance | path

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

123

/dports/devel/py-tables/tables-3.6.1/bench/
H A Dchunkshape-bench.py12 rows_to_read = range(0, 360, 36) variable
32 for i in rows_to_read:
35 thr1 = round(dim2 * len(rows_to_read) * 8 / (tr1 * 1024 * 1024), 1)
52 for i in rows_to_read:
55 thr2 = round(dim2 * len(rows_to_read) * 8 / (tr2 * 1024 * 1024), 1)
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djccolor.c111 int rows_to_read, JSAMPIMAGE image_data) in get_rgb_ycc_rows() argument
125 for (row = 0; row < rows_to_read; row++) { in get_rgb_ycc_rows()
174 int rows_to_read, JSAMPIMAGE image_data) in get_rgb_gray_rows() argument
188 for (row = 0; row < rows_to_read; row++) { in get_rgb_gray_rows()
236 int rows_to_read, JSAMPIMAGE image_data) in get_grayscale_rows() argument
240 for (row = 0; row < rows_to_read; row++) { in get_grayscale_rows()
258 int rows_to_read, JSAMPIMAGE image_data) in get_noconvert_rows() argument
262 for (row = 0; row < rows_to_read; row++) { in get_noconvert_rows()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/dimg/tiff/
H A Ddimgtiffloader_load.cpp711 uint32 rows_to_read = 0; in load() local
756 rows_to_read = img.height - row; in load()
760 rows_to_read = rows_per_strip; in load()
765 …if (TIFFRGBAImageGet(&img, reinterpret_cast<uint32*>(strip.data()), img.width, rows_to_read) == -1) in load()
774 pixelsRead = rows_to_read * img.width; in load()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/
H A Dbigquery_client.py5569 rows_to_read = max_results
5571 if rows_to_read is None:
5572 rows_to_read = self.max_rows_per_request
5574 rows_to_read = min(self.max_rows_per_request, int(rows_to_read))
5584 max_results=rows_to_read,
6025 rows_to_read = max_rows - len(rows)
6027 rows_to_read = min(self.max_rows_per_request, rows_to_read)
6030 max_rows=rows_to_read,
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/libtiff/
H A Dtif_getimage_64.c2232 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip_64() local
2255 rows_to_read = img.height - row; in TIFFReadRGBAStrip_64()
2257 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip_64()
2259 ok = TIFFRGBAImageGet_64(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip_64()
H A Dtif_getimage.c2718 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2741 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2743 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2745 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c2445 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2468 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2470 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2472 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c2445 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2468 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2470 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2472 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c2445 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2468 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2470 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2472 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c2445 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2468 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2470 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2472 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_getimage.c2444 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2467 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2469 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2471 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_getimage.c2444 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2467 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2469 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2471 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_getimage.c2460 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2483 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2485 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2487 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_getimage.c2460 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2483 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2485 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2487 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_getimage.c2456 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2479 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2481 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2483 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_getimage.c2461 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2484 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2486 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2488 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libtiff/
H A Dtif_getimage.c2527 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2550 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2552 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2554 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_getimage.c2456 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2479 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2481 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2483 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_getimage.c2890 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStripExt() local
2913 rows_to_read = img.height - row; in TIFFReadRGBAStripExt()
2915 rows_to_read = rowsperstrip; in TIFFReadRGBAStripExt()
2917 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStripExt()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/TIFF/src/itktiff/
H A Dtif_getimage.c2718 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2741 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2743 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2745 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_getimage.c2927 uint32_t rowsperstrip, rows_to_read; in TIFFReadRGBAStripExt() local
2950 rows_to_read = img.height - row; in TIFFReadRGBAStripExt()
2952 rows_to_read = rowsperstrip; in TIFFReadRGBAStripExt()
2954 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStripExt()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_getimage.c2820 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2843 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2845 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2847 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libtiff/libtiff/
H A Dtif_getimage.c2718 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2741 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2743 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2745 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/libtiff/
H A Dtif_getimage.c2717 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2740 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2742 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2744 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libtiff/
H A Dtif_getimage.c2741 uint32 rowsperstrip, rows_to_read; in TIFFReadRGBAStrip() local
2764 rows_to_read = img.height - row; in TIFFReadRGBAStrip()
2766 rows_to_read = rowsperstrip; in TIFFReadRGBAStrip()
2768 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip()

123