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

  /external/pdfium/third_party/libtiff/
tif_read.c 321 uint32 rowsperstrip; local
341 rowsperstrip=td->td_rowsperstrip;
342 if (rowsperstrip>td->td_imagelength)
343 rowsperstrip=td->td_imagelength;
344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip);
347 rows=td->td_imagelength-stripinplane*rowsperstrip;
348 if (rows>rowsperstrip)
349 rows=rowsperstrip;
    [all...]
tif_getimage.c 926 uint32 rowsperstrip; local
955 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
961 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
969 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline)==(tmsize_t)(-1)
976 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \
1018 uint32 rowsperstrip, offset_row; local
1066 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
1071 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
    [all...]
tif_dirread.c 4350 uint32 rowsperstrip = td->td_imagelength\/td->td_stripsperimage; local
5503 uint32 rowsperstrip; local
    [all...]

Completed in 59 milliseconds