Searched refs:td_stripsperimage (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_write.c92 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
107 if (strip >= td->td_stripsperimage && imagegrew)
108 td->td_stripsperimage =
111 (strip % td->td_stripsperimage) * td->td_rowsperstrip;
144 tif->tif_row = (strip % td->td_stripsperimage) *
200 td->td_stripsperimage =
211 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
233 sample = (tsample_t)(strip / td->td_stripsperimage);
290 if (strip >= td->td_stripsperimage)
291 td->td_stripsperimage
[all...]
H A Dtif_read.c65 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
161 (tsample_t)(strip / td->td_stripsperimage)) > 0 ) {
360 (tidata_t) buf, size, (tsample_t)(tile/td->td_stripsperimage))) {
559 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
563 (tsample_t)(strip / td->td_stripsperimage)));
590 (tsample_t)(tile/td->td_stripsperimage)));
H A Dtif_dir.h74 tstrip_t td_stripsperimage; member in struct:__anon758
H A Dtif_strip.c77 strip += sample*td->td_stripsperimage;
H A Dtif_dirread.c407 td->td_stripsperimage = td->td_nstrips;
409 td->td_stripsperimage /= td->td_samplesperpixel;
695 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage;
1511 td->td_stripsperimage = td->td_nstrips = nstrips;
H A Dtif_ojpeg.c910 % td->td_stripsperimage
1815 % td->td_stripsperimage

Completed in 66 milliseconds