Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_strip.c196 uint32 rps = td->td_rowsperstrip; in TIFFStripSize64() local
197 if (rps > td->td_imagelength) in TIFFStripSize64()
198 rps = td->td_imagelength; in TIFFStripSize64()
199 return (TIFFVStripSize64(tif, rps)); in TIFFStripSize64()