HomeSort by relevance Sort by last modified time
    Searched refs:TIFFroundup_64 (Results 1 - 5 of 5) sorted by null

  /external/pdfium/third_party/libtiff/
tif_write.c 248 (tmsize_t)TIFFroundup_64((uint64)(td->td_stripbytecount[strip] + 1), 1024))) )
399 (tmsize_t)TIFFroundup_64((uint64)(td->td_stripbytecount[tile] + 1), 1024))) )
tiffiop.h 256 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y))
tif_read.c 932 tif->tif_rawdatasize = (tmsize_t)TIFFroundup_64((uint64)size, 1024);
    [all...]
  /external/opencv3/3rdparty/libtiff/
tiffiop.h 251 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y))
tif_read.c     [all...]

Completed in 1007 milliseconds