Home
last modified time | relevance | path

Searched defs:type (Results 1 – 11 of 11) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirwrite.c99 #define WriteRationalPair(type, tag1, v1, tag2, v2) { \ argument
106 #define TIFFWriteRational(tif, type, tag, dir, v) \ argument
501 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, float v) in TIFFWriteRational()
539 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir) in TIFFWritePerSampleAnys()
615 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, uint16* v) in TIFFWriteShortArray()
641 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, uint32* v) in TIFFWriteLongArray()
659 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, float* v) in TIFFWriteRationalArray()
698 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, float* v) in TIFFWriteFloatArray()
713 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, double* v) in TIFFWriteDoubleArray()
733 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, uint32 n, double* v) in TIFFWriteAnyArray()
H A Dtif_pdsdirread.c820 { TIFFDataType type = fip->field_type; in TIFFFetchNormalSubTag() local
/libtiff-4.0.7/libtiff/
H A Dtif_dirinfo.c440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth()
478 _TIFFDataSize(TIFFDataType type) in _TIFFDataSize()
737 _TIFFSetGetType(TIFFDataType type, short count, unsigned char passcount) in _TIFFSetGetType()
H A Dtif_dir.h270 TIFFFieldArrayType type; /* array type, will be used to determine if IFD is image and such */ member
/libtiff-4.0.7/tools/
H A Dtiffdump.c383 uint16 type; in ReadDirectory() local
658 PrintType(FILE* fd, uint16 type) in PrintType()
715 PrintData(FILE* fd, uint16 type, uint32 count, unsigned char* data) in PrintData()
H A Dpal2rgb.c279 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
341 TIFFDataType type; member
H A Dtiff2bw.c327 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
389 TIFFDataType type; member
H A Dthumbnail.c146 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
222 TIFFDataType type; member
H A Dtiffcp.c489 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
546 TIFFDataType type; member
584 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type) argument
H A Dtiffmedian.c788 #define SWAP(type,a,b) { type p; p = a; a = b; b = p; } argument
H A Dtiffcrop.c1501 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
1558 TIFFDataType type; member
1596 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type) argument