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

  /external/opencv3/3rdparty/libtiff/
tif_dumpmode.c 134 tif->tif_seek = DumpModeSeek;
tif_compress.c 153 tif->tif_seek = _TIFFNoSeek;
tiffiop.h 166 TIFFSeekMethod tif_seek; /* position within a strip routine */ member in struct:tiff
tif_write.c 161 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
tif_read.c 280 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 134 tif->tif_seek = DumpModeSeek;
tif_compress.c 153 tif->tif_seek = _TIFFNoSeek;
tiffiop.h 171 TIFFSeekMethod tif_seek; /* position within a strip routine */ member in struct:tiff
tif_write.c 165 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
tif_read.c 280 if (!(*tif->tif_seek)(tif, row - tif->tif_row))
    [all...]

Completed in 38 milliseconds