Home
last modified time | relevance | path

Searched refs:rowsperstrip (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_read.c321 uint32 rowsperstrip; in TIFFReadEncodedStrip() local
341 rowsperstrip=td->td_rowsperstrip; in TIFFReadEncodedStrip()
342 if (rowsperstrip>td->td_imagelength) in TIFFReadEncodedStrip()
343 rowsperstrip=td->td_imagelength; in TIFFReadEncodedStrip()
344 stripsperplane=((td->td_imagelength+rowsperstrip-1)/rowsperstrip); in TIFFReadEncodedStrip()
347 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStrip()
348 if (rows>rowsperstrip) in TIFFReadEncodedStrip()
349 rows=rowsperstrip; in TIFFReadEncodedStrip()
Dtif_getimage.c926 uint32 rowsperstrip; in gtStripContig() local
955 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig()
961 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripContig()
969 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline)==(tmsize_t)(-1) in gtStripContig()
976 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripContig()
1018 uint32 rowsperstrip, offset_row; in gtStripSeparate() local
1066 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate()
1071 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripSeparate()
1075 p0, ((row + img->row_offset)%rowsperstrip + nrow) * scanline)==(tmsize_t)(-1) in gtStripSeparate()
1083 … p1, ((row + img->row_offset)%rowsperstrip + nrow) * scanline) == (tmsize_t)(-1) in gtStripSeparate()
[all …]
Dtif_dirread.c4350 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; in EstimateStripByteCounts() local
4352 td->td_stripbytecount[strip] = rowbytes * rowsperstrip; in EstimateStripByteCounts()
5503 uint32 rowsperstrip; in ChopUpSingleUncompressedStrip() local
5522 rowsperstrip = rowblock; in ChopUpSingleUncompressedStrip()
5526 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip()
5535 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
5573 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in ChopUpSingleUncompressedStrip()
/external/libexif/po/
Dsk.po3196 # exif-rowsperstrip