Searched refs:nstrips (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_strip.c89 tstrip_t nstrips; local
91 nstrips = (td->td_rowsperstrip == (uint32) -1 ?
95 nstrips = multiply(tif, nstrips, td->td_samplesperpixel,
97 return (nstrips);
H A Dtif_dirread.c1321 TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, long nstrips, uint32** lpp) argument
1326 CheckDirCount(tif, dir, (uint32) nstrips);
1333 nstrips, sizeof (uint32), "for strip array")) == NULL)
1336 memset( lp, 0, sizeof(uint32) * nstrips );
1349 for( i = 0; i < nstrips && i < (int) dir->tdir_count; i++ )
1356 } else if( nstrips != (int) dir->tdir_count ) {
1368 for( i = 0; i < nstrips && i < (int) dir->tdir_count; i++ )
1458 tstrip_t strip, nstrips, rowsperstrip; local
1479 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes);
1480 newcounts = (uint32*) CheckMalloc(tif, nstrips, sizeo
[all...]

Completed in 34 milliseconds