TIFFWriteDirectoryTagAscii 49 3rdparty/libtiff/tif_dirwrite.c static int TIFFWriteDirectoryTagAscii(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, char* value); TIFFWriteDirectoryTagAscii 622 3rdparty/libtiff/tif_dirwrite.c if (!TIFFWriteDirectoryTagAscii(tif,&ndir,dir,TIFFTAG_INKNAMES,tif->tif_dir.td_inknameslen,tif->tif_dir.td_inknames)) TIFFWriteDirectoryTagAscii 648 3rdparty/libtiff/tif_dirwrite.c if (!TIFFWriteDirectoryTagAscii(tif,&ndir,dir,o->field_tag,pa,pb)) TIFFWriteDirectoryTagAscii 699 3rdparty/libtiff/tif_dirwrite.c if (!TIFFWriteDirectoryTagAscii(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))