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

/external/pdfium/third_party/libtiff/
H A Dtif_dumpmode.c115 tif->tif_rawcp += nrows * tif->tif_scanlinesize;
116 tif->tif_rawcc -= nrows * tif->tif_scanlinesize;
H A Dtif_thunder.c174 if (occ % tif->tif_scanlinesize)
182 occ -= tif->tif_scanlinesize;
183 row += tif->tif_scanlinesize;
H A Dtif_next.c68 scanline = tif->tif_scanlinesize;
H A Dtif_write.c171 tif->tif_postdecode( tif, (uint8*) buf, tif->tif_scanlinesize );
174 tif->tif_scanlinesize, sample);
593 tif->tif_scanlinesize = TIFFScanlineSize(tif);
594 if (tif->tif_scanlinesize == 0)
H A Dtif_read.c217 read_ahead = tif->tif_scanlinesize * 16 + 5000;
300 (tif, (uint8*) buf, tif->tif_scanlinesize, sample);
307 tif->tif_scanlinesize);
H A Dtiffiop.h177 tmsize_t tif_scanlinesize; /* # of bytes in a scanline */ member in struct:tiff
H A Dtif_jpeg.c2129 if( tif->tif_scanlinesize > 0 )
2130 tif->tif_scanlinesize = TIFFScanlineSize(tif);
H A Dtif_luv.c1625 tif->tif_scanlinesize = TIFFScanlineSize(tif);
H A Dtif_pixarlog.c1335 tif->tif_scanlinesize = TIFFScanlineSize(tif);
H A Dtif_dirread.c4061 tif->tif_scanlinesize = TIFFScanlineSize(tif);
4062 if (!tif->tif_scanlinesize) {

Completed in 170 milliseconds