Searched refs:tif_scanlinesize (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dumpmode.c98 tif->tif_rawcp += nrows * tif->tif_scanlinesize;
99 tif->tif_rawcc -= nrows * tif->tif_scanlinesize;
H A Dtif_thunder.c142 occ -= tif->tif_scanlinesize;
143 row += tif->tif_scanlinesize;
H A Dtif_next.c68 scanline = tif->tif_scanlinesize;
H A Dtif_write.c157 tif->tif_postdecode( tif, (tidata_t) buf, tif->tif_scanlinesize );
160 tif->tif_scanlinesize, sample);
550 tif->tif_scanlinesize = TIFFScanlineSize(tif);
572 tif->tif_tilesize : tif->tif_scanlinesize);
H A Dtiffiop.h136 tsize_t tif_scanlinesize;/* # of bytes in a scanline */ member in struct:tiff
H A Dtif_read.c106 (tif, (tidata_t) buf, tif->tif_scanlinesize, sample);
113 tif->tif_scanlinesize);
H A Dtif_dirread.c621 tif->tif_scanlinesize = TIFFScanlineSize(tif);
628 if (!tif->tif_scanlinesize) {
H A Dtif_ojpeg.c810 sp->bytesperline = tif->tif_scanlinesize;
990 : tif->tif_scanlinesize,
H A Dtif_luv.c1512 tif->tif_scanlinesize = TIFFScanlineSize(tif);
H A Dtif_pixarlog.c1235 tif->tif_scanlinesize = TIFFScanlineSize(tif);

Completed in 54 milliseconds