Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
D0025-upstream-OOM-gtTileContig.patch127 uint32 rowsperstrip;
161 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline)==(tmsize_t)(-1)
203 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
212 + ((row + img->row_offset)%rowsperstrip + nrow) * scanline)==(tmsize_t)(…
232 p0, ((row + img->row_offset)%rowsperstrip + nrow) * scanline)==(tmsize_t)(-1)
255 uint32 rowsperstrip;
272 rowsperstrip=td->td_rowsperstrip;
273 if (rowsperstrip>td->td_imagelength)
274 rowsperstrip=td->td_imagelength;
275 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip);
[all …]
Dtif_getimage.c959 uint32 rowsperstrip; in gtStripContig() local
984 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig()
990 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripContig()
999 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline)==(tmsize_t)(-1) in gtStripContig()
1006 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripContig()
1049 uint32 rowsperstrip, offset_row; in gtStripSeparate() local
1088 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate()
1093 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripSeparate()
1101 … ((row + img->row_offset)%rowsperstrip + nrow) * scanline)==(tmsize_t)(-1) in gtStripSeparate()
1121 p0, ((row + img->row_offset)%rowsperstrip + nrow) * scanline)==(tmsize_t)(-1) in gtStripSeparate()
[all …]
Dtif_read.c453 uint32 rowsperstrip; in TIFFReadEncodedStripGetStripSize() local
468 rowsperstrip=td->td_rowsperstrip; in TIFFReadEncodedStripGetStripSize()
469 if (rowsperstrip>td->td_imagelength) in TIFFReadEncodedStripGetStripSize()
470 rowsperstrip=td->td_imagelength; in TIFFReadEncodedStripGetStripSize()
471 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip); in TIFFReadEncodedStripGetStripSize()
474 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStripGetStripSize()
475 if (rows>rowsperstrip) in TIFFReadEncodedStripGetStripSize()
476 rows=rowsperstrip; in TIFFReadEncodedStripGetStripSize()
Dtif_dirread.c4395 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; in EstimateStripByteCounts() local
4397 td->td_stripbytecount[strip] = rowbytes * rowsperstrip; in EstimateStripByteCounts()
5544 uint32 rowsperstrip; in ChopUpSingleUncompressedStrip() local
5563 rowsperstrip = rowblock; in ChopUpSingleUncompressedStrip()
5567 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip()
5576 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip()
5578 nstrips = TIFFhowmany_32(td->td_imagelength, rowsperstrip); in ChopUpSingleUncompressedStrip()
5613 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in ChopUpSingleUncompressedStrip()
/external/libexif/po/
Dsk.po3196 # exif-rowsperstrip