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

  /external/opencv3/3rdparty/libtiff/
tiffiop.h 212 #define TIFFReadFile(tif, buf, size) \
232 (TIFFReadFile((tif),(buf),(size))==(size))
tif_read.c 125 cc = TIFFReadFile(tif, tif->tif_rawdata + unused_data, to_read);
382 cc = TIFFReadFile(tif, buf, size);
696 cc = TIFFReadFile(tif, buf, size);
    [all...]
tif_ojpeg.c     [all...]
tif_jpeg.c 891 if (TIFFReadFile(data->tif,data->buffer,(tmsize_t)m)!=(tmsize_t)m)
    [all...]
  /external/pdfium/third_party/libtiff/
tiffiop.h 217 #define TIFFReadFile(tif, buf, size) \
237 (TIFFReadFile((tif),(buf),(size))==(size))
tif_read.c 125 cc = TIFFReadFile(tif, tif->tif_rawdata + unused_data, to_read);
382 cc = TIFFReadFile(tif, buf, size);
696 cc = TIFFReadFile(tif, buf, size);
    [all...]
tif_ojpeg.c     [all...]
tif_jpeg.c 911 if (TIFFReadFile(data->tif,data->buffer,(tmsize_t)m)!=(tmsize_t)m)
    [all...]

Completed in 131 milliseconds