Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
D0025-upstream-OOM-gtTileContig.patch256 uint32 stripsperplane;
275 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip);
276 stripinplane=(strip%stripsperplane);
277 - plane=(uint16)(strip/stripsperplane);
278 + if( pplane ) *pplane=(uint16)(strip/stripsperplane);
Dtif_read.c454 uint32 stripsperplane; in TIFFReadEncodedStripGetStripSize() local
471 stripsperplane= TIFFhowmany_32_maxuint_compat(td->td_imagelength, rowsperstrip); in TIFFReadEncodedStripGetStripSize()
472 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStripGetStripSize()
473 if( pplane ) *pplane=(uint16)(strip/stripsperplane); in TIFFReadEncodedStripGetStripSize()