HomeSort by relevance Sort by last modified time
    Searched refs:td_rowsperstrip (Results 1 - 13 of 13) sorted by null

  /external/pdfium/third_party/libtiff/
tif_write.c 91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
93 strip = row / td->td_rowsperstrip;
117 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip);
123 (strip % td->td_stripsperimage) * td->td_rowsperstrip;
159 td->td_rowsperstrip;
214 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip);
232 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
335 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip);
344 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
tif_strip.c 44 strip = row / td->td_rowsperstrip;
66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 :
67 TIFFhowmany_32(td->td_imagelength, td->td_rowsperstrip));
206 uint32 rps = td->td_rowsperstrip;
tif_dir.h 80 uint32 td_rowsperstrip; member in struct:__anon35331
tif_print.c 475 if (td->td_rowsperstrip == (uint32) -1)
478 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip);
tif_aux.c 200 *va_arg(ap, uint32 *) = td->td_rowsperstrip;
tif_read.c 319 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
321 strip = row / td->td_rowsperstrip;
468 rowsperstrip=td->td_rowsperstrip;
    [all...]
tif_jpeg.c 1061 if (segment_height > td->td_rowsperstrip)
1062 segment_height = td->td_rowsperstrip;
    [all...]
tif_dir.c 297 td->td_rowsperstrip = v32;
935 *va_arg(ap, uint32*) = td->td_rowsperstrip;
    [all...]
tif_luv.c     [all...]
tif_pixarlog.c 694 td->td_rowsperstrip), sizeof(uint16));
914 td->td_rowsperstrip), sizeof(uint16));
    [all...]
tif_dirread.c     [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 501 if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstrip))
    [all...]

Completed in 2825 milliseconds