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

  /external/opencv3/3rdparty/libtiff/
tif_dirwrite.c 83 static int TIFFWriteDirectoryTagSlongArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int32* value);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dirwrite.c 83 static int TIFFWriteDirectoryTagSlongArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int32* value);
727 if (!TIFFWriteDirectoryTagSlongArray(tif,&ndir,dir,tif->tif_dir.td_customValues[m].info->field_tag,tif->tif_dir.td_customValues[m].count,tif->tif_dir.td_customValues[m].value))
    [all...]

Completed in 35 milliseconds