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;
318 TIFFhowmany_32(td->td_imagelength,td->td_rowsperstrip);
327 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:__anon29468
tif_read.c 198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
200 strip = row / td->td_rowsperstrip;
341 rowsperstrip=td->td_rowsperstrip;
972 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
    [all...]
tif_print.c 474 if (td->td_rowsperstrip == (uint32) -1)
477 fprintf(fd, "%lu\n", (unsigned long) td->td_rowsperstrip);
tif_aux.c 196 *va_arg(ap, uint32 *) = td->td_rowsperstrip;
tif_jpeg.c 1059 if (segment_height > td->td_rowsperstrip)
1060 segment_height = td->td_rowsperstrip;
    [all...]
tif_dir.c 263 td->td_rowsperstrip = v32;
883 *va_arg(ap, uint32*) = td->td_rowsperstrip;
    [all...]
tif_luv.c 1300 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip);
    [all...]
tif_pixarlog.c 688 td->td_rowsperstrip), sizeof(uint16));
895 td->td_rowsperstrip), sizeof(uint16));
    [all...]
tif_dirread.c     [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 500 if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstrip))
    [all...]

Completed in 414 milliseconds