Searched refs:rowsperstrip (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_getimage.c775 uint32 rowsperstrip; local
797 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
802 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
807 ((row + img->row_offset)%rowsperstrip + nrow) * scanline) < 0
814 pos = ((row + img->row_offset) % rowsperstrip) * scanline;
855 uint32 rowsperstrip, offset_row; local
885 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
890 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
[all...]
H A Dtif_dirread.c695 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; local
697 td->td_stripbytecount[i] = rowbytes*rowsperstrip;
1458 tstrip_t strip, nstrips, rowsperstrip; local
1468 rowsperstrip = 1;
1470 rowsperstrip = 8192 / rowbytes;
1471 stripbytes = rowbytes * rowsperstrip;
1477 if (rowsperstrip >= td->td_rowsperstrip)
1512 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip);

Completed in 66 milliseconds