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

  /external/opencv3/3rdparty/libtiff/
tif_dirwrite.c 54 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dirwrite.c 54 static int TIFFWriteDirectoryTagByteArray(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, uint8* value);
707 if (!TIFFWriteDirectoryTagByteArray(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 77 milliseconds