HomeSort by relevance Sort by last modified time
    Searched full:nrowsub (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
0025-upstream-OOM-gtTileContig.patch 123 uint32 row, y, nrow, nrowsub, rowstoread;
152 nrowsub = nrow;
153 if ((nrowsub%subsamplingver)!=0)
154 nrowsub+=subsamplingver-nrowsub%subsamplingver;
161 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline)==(tmsize_t)(-1)
tif_getimage.c 956 uint32 row, y, nrow, nrowsub, rowstoread; local
992 nrowsub = nrow;
993 if ((nrowsub%subsamplingver)!=0)
994 nrowsub+=subsamplingver-nrowsub%subsamplingver;
999 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline)==(tmsize_t)(-1)
    [all...]

Completed in 191 milliseconds