Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c5502 uint32 nstrips32; in ChopUpSingleUncompressedStrip() local
5540 nstrips32 = (uint32)nstrips64; in ChopUpSingleUncompressedStrip()
5542 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips32, sizeof (uint64), in ChopUpSingleUncompressedStrip()
5544 newoffsets = (uint64*) _TIFFCheckMalloc(tif, nstrips32, sizeof (uint64), in ChopUpSingleUncompressedStrip()
5561 for (strip = 0; strip < nstrips32; strip++) { in ChopUpSingleUncompressedStrip()
5572 td->td_stripsperimage = td->td_nstrips = nstrips32; in ChopUpSingleUncompressedStrip()