Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
D0025-upstream-OOM-gtTileContig.patch257 uint32 stripinplane;
276 stripinplane=(strip%stripsperplane);
279 rows=td->td_imagelength-stripinplane*rowsperstrip;
Dtif_read.c455 uint32 stripinplane; in TIFFReadEncodedStripGetStripSize() local
472 stripinplane=(strip%stripsperplane); in TIFFReadEncodedStripGetStripSize()
474 rows=td->td_imagelength-stripinplane*rowsperstrip; in TIFFReadEncodedStripGetStripSize()