Searched refs:rowsperstrip (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_read.c | 492 uint32 rowsperstrip; in TIFFReadEncodedStripGetStripSize() local 507 rowsperstrip=td->td_rowsperstrip; in TIFFReadEncodedStripGetStripSize() 508 if (rowsperstrip>td->td_imagelength) in TIFFReadEncodedStripGetStripSize() 509 rowsperstrip=td->td_imagelength; in TIFFReadEncodedStripGetStripSize() 510 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip); in TIFFReadEncodedStripGetStripSize() 513 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStripGetStripSize() 514 if (rows>rowsperstrip) in TIFFReadEncodedStripGetStripSize() 515 rows=rowsperstrip; in TIFFReadEncodedStripGetStripSize() 1572 uint32 rowsperstrip=td->td_rowsperstrip; in TIFFReadFromUserBuffer() local 1574 if (rowsperstrip>td->td_imagelength) in TIFFReadFromUserBuffer() [all …]
|
D | tif_getimage.c | 956 uint32 rowsperstrip; in gtStripContig() local 984 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig() 991 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripContig() 996 temp = (row + img->row_offset)%rowsperstrip + nrowsub; in gtStripContig() 1013 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripContig() 1056 uint32 rowsperstrip, offset_row; in gtStripSeparate() local 1094 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate() 1100 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip; in gtStripSeparate() 1103 temp = (row + img->row_offset)%rowsperstrip + nrow; in gtStripSeparate() 1167 pos = ((row + img->row_offset) % rowsperstrip) * scanline + \ in gtStripSeparate() [all …]
|
D | tif_dirread.c | 4609 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; in EstimateStripByteCounts() local 4612 if( rowbytes > 0 && rowsperstrip > TIFF_UINT64_MAX / rowbytes ) in EstimateStripByteCounts() 4614 td->td_stripbytecount_p[strip] = rowbytes * rowsperstrip; in EstimateStripByteCounts() 5761 uint64 stripbytes, uint32 rowsperstrip) in allocChoppedUpStripArrays() argument 5816 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in allocChoppedUpStripArrays() 5845 uint32 rowsperstrip; in ChopUpSingleUncompressedStrip() local 5867 rowsperstrip = rowblock; in ChopUpSingleUncompressedStrip() 5871 rowsperstrip = rowblocksperstrip * rowblock; in ChopUpSingleUncompressedStrip() 5880 if (rowsperstrip >= td->td_rowsperstrip) in ChopUpSingleUncompressedStrip() 5882 nstrips = TIFFhowmany_32(td->td_imagelength, rowsperstrip); in ChopUpSingleUncompressedStrip() [all …]
|
/external/libexif/po/ |
D | sk.po | 3196 # exif-rowsperstrip
|