Home
last modified time | relevance | path

Searched refs:nstrips (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_strip.c64 uint32 nstrips; in TIFFNumberOfStrips() local
66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 : in TIFFNumberOfStrips()
69 nstrips = _TIFFMultiply32(tif, nstrips, (uint32)td->td_samplesperpixel, in TIFFNumberOfStrips()
71 return (nstrips); in TIFFNumberOfStrips()
DREADME.pdfium20 0028-nstrips-OOM.patch: return error for excess number of tiles/strips.
Dtif_dirread.c166 static int TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp);
5435 TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp) in TIFFFetchStripThing() argument
5447 if (dir->tdir_count!=(uint64)nstrips) in TIFFFetchStripThing()
5450 resizeddata=(uint64*)_TIFFCheckMalloc(tif,nstrips,sizeof(uint64),"for strip array"); in TIFFFetchStripThing()
5455 if (dir->tdir_count<(uint64)nstrips) in TIFFFetchStripThing()
5458 …_TIFFmemset(resizeddata+(uint32)dir->tdir_count,0,(nstrips-(uint32)dir->tdir_count)*sizeof(uint64)… in TIFFFetchStripThing()
5461 _TIFFmemcpy(resizeddata,data,nstrips*sizeof(uint64)); in TIFFFetchStripThing()
5543 uint32 nstrips; in ChopUpSingleUncompressedStrip() local
5578 nstrips = TIFFhowmany_32(td->td_imagelength, rowsperstrip); in ChopUpSingleUncompressedStrip()
5579 if( nstrips == 0 ) in ChopUpSingleUncompressedStrip()
[all …]