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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dthumbnail.c138 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) function
197 static struct cpTag { struct
255 struct cpTag *p;
257 cpTag(in, out, p->tag, p->count, p->type);
593 cpTag(in, out, TIFFTAG_SOFTWARE, (uint16) -1, TIFF_ASCII);
594 cpTag(in, out, TIFFTAG_IMAGEDESCRIPTION, (uint16) -1, TIFF_ASCII);
595 cpTag(in, out, TIFFTAG_DATETIME, (uint16) -1, TIFF_ASCII);
596 cpTag(in, out, TIFFTAG_HOSTCOMPUTER, (uint16) -1, TIFF_ASCII);
H A Dpal2rgb.c272 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) function
331 static struct cpTag { struct
385 struct cpTag *p;
387 cpTag(in, out, p->tag, p->count, p->type);
H A Dtiff2bw.c316 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) function
375 static struct cpTag { struct
419 struct cpTag *p;
421 cpTag(in, out, p->tag, p->count, p->type);
H A Dtiffcp.c453 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) function
507 static struct cpTag { struct
548 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type)
561 struct cpTag* p;
H A Dtiffcrop.c1432 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) function
1486 static struct cpTag { struct
1527 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type)
6840 struct cpTag* p;
7519 struct cpTag* p;

Completed in 86 milliseconds