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

  /external/opencv3/3rdparty/libtiff/
tif_write.c 449 TIFFSetupStrips(TIFF* tif)
535 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) {
tiffio.h 391 extern int TIFFSetupStrips(TIFF *);
tif_dirwrite.c 198 (void) TIFFSetupStrips(tif);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_write.c 493 TIFFSetupStrips(TIFF* tif)
579 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) {
tiffio.h 398 extern int TIFFSetupStrips(TIFF *);
tif_dirwrite.c 198 (void) TIFFSetupStrips(tif);
    [all...]

Completed in 181 milliseconds