Searched refs:nstrips (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_strip.c | 64 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()
|
D | 0005-Leak-TIFFFetchStripThing.patch | 5 @@ -5372,6 +5372,8 @@ TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lp…
|
D | tif_dirread.c | 164 static int TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp); 5391 TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp) in TIFFFetchStripThing() argument 5405 if (dir->tdir_count!=(uint64)nstrips) in TIFFFetchStripThing() 5408 resizeddata=(uint64*)_TIFFCheckMalloc(tif,nstrips,sizeof(uint64),"for strip array"); in TIFFFetchStripThing() 5413 if (dir->tdir_count<(uint64)nstrips) in TIFFFetchStripThing() 5416 …_TIFFmemset(resizeddata+(uint32)dir->tdir_count,0,(nstrips-(uint32)dir->tdir_count)*sizeof(uint64)… in TIFFFetchStripThing() 5419 _TIFFmemcpy(resizeddata,data,nstrips*sizeof(uint64)); in TIFFFetchStripThing()
|