Home
last modified time | relevance | path

Searched refs:cpTag (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/tools/
H A Dthumbnail.c146 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() function
219 static struct cpTag { struct
277 struct cpTag *p; in cpTags()
297 cpTag(in, out, p->tag, p->count, p->type); in cpTags()
645 cpTag(in, out, TIFFTAG_SOFTWARE, (uint16) -1, TIFF_ASCII); in generateThumbnail()
646 cpTag(in, out, TIFFTAG_IMAGEDESCRIPTION, (uint16) -1, TIFF_ASCII); in generateThumbnail()
647 cpTag(in, out, TIFFTAG_DATETIME, (uint16) -1, TIFF_ASCII); in generateThumbnail()
648 cpTag(in, out, TIFFTAG_HOSTCOMPUTER, (uint16) -1, TIFF_ASCII); in generateThumbnail()
H A Dpal2rgb.c279 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() function
338 static struct cpTag { struct
392 struct cpTag *p; in cpTags()
394 cpTag(in, out, p->tag, p->count, p->type); in cpTags()
H A Dtiff2bw.c327 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() function
386 static struct cpTag { struct
430 struct cpTag *p; in cpTags()
432 cpTag(in, out, p->tag, p->count, p->type); in cpTags()
H A Dtiffcp.c489 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() function
543 static struct cpTag { struct
584 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type)
599 struct cpTag* p; in tiffcp()
H A Dtiffcrop.c1501 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() function
1555 static struct cpTag { struct
1596 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type)
7050 struct cpTag* p; in writeSingleSection()
7727 struct cpTag* p; in writeCroppedImage()