Searched refs:TIFFTAG_COPYRIGHT (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 411 #define TIFFTAG_COPYRIGHT 33432 /* copyright string */ macro
|
D | tif_dirinfo.c | 139 …{ TIFFTAG_COPYRIGHT, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM…
|
/external/ImageMagick/coders/ |
D | tiff.c | 102 # if !defined(TIFFTAG_COPYRIGHT) 103 # define TIFFTAG_COPYRIGHT 33432 macro 744 if ((TIFFGetField(tiff,TIFFTAG_COPYRIGHT,&text) == 1) && in TIFFGetProperties() 3462 (void) TIFFSetField(tiff,TIFFTAG_COPYRIGHT,value); in TIFFSetProperties()
|