| /libtiff-4.0.7/libtiff/ |
| H A D | tiffconf.h.cmake.in | 10 /* Signed 16-bit type */ 13 /* Signed 32-bit type */ 16 /* Signed 64-bit type */ 19 /* Signed 8-bit type */ 22 /* Unsigned 16-bit type */ 25 /* Unsigned 32-bit type */ 28 /* Unsigned 64-bit type */ 31 /* Unsigned 8-bit type */ 34 /* Unsigned size type */ 37 /* Signed size type */ [all …]
|
| H A D | tiffconf.h.in | 10 /* Signed 16-bit type */ 13 /* Signed 32-bit type */ 16 /* Signed 64-bit type */ 19 /* Signed 8-bit type */ 22 /* Unsigned 16-bit type */ 25 /* Unsigned 32-bit type */ 28 /* Unsigned 64-bit type */ 31 /* Unsigned 8-bit type */ 34 /* Signed size type */ 37 /* Pointer difference type */ [all …]
|
| H A D | tif_config.h.in | 299 /* Signed 16-bit type */ 305 /* Signed 32-bit type */ 311 /* Signed 64-bit type */ 314 /* Signed 8-bit type */ 323 /* Size type formatter */ 326 /* Unsigned size type */ 332 /* Signed size type */ 335 /* Unsigned 16-bit type */ 341 /* Unsigned 32-bit type */ 347 /* Unsigned 64-bit type */ [all …]
|
| H A D | tif_config.h.cmake.in | 200 /* Signed 32-bit type formatter */ 203 /* Signed 64-bit type formatter */ 206 /* Pointer difference type formatter */ 209 /* Unsigned size type formatter */ 212 /* Signed size type formatter */ 215 /* Unsigned 32-bit type formatter */ 218 /* Unsigned 64-bit type formatter */ 221 /* Unsigned 8-bit type */
|
| H A D | tiffconf.h-vms | 10 /* Define to 1 if the system has the type `int16'. */ 13 /* Define to 1 if the system has the type `int32'. */ 16 /* Define to 1 if the system has the type `int8'. */
|
| H A D | tif_dirinfo.c | 440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() argument 442 switch(type) in TIFFDataWidth() 478 _TIFFDataSize(TIFFDataType type) in _TIFFDataSize() argument 480 switch (type) in _TIFFDataSize() 737 _TIFFSetGetType(TIFFDataType type, short count, unsigned char passcount) in _TIFFSetGetType() argument 739 if (type == TIFF_ASCII && count == TIFF_VARIABLE && passcount == 0) in _TIFFSetGetType() 743 switch (type) in _TIFFSetGetType() 779 switch (type) in _TIFFSetGetType() 815 switch (type) in _TIFFSetGetType() 851 switch (type) in _TIFFSetGetType() [all …]
|
| H A D | tif_dir.h | 270 TIFFFieldArrayType type; /* array type, will be used to determine if IFD is image and such */ member
|
| H A D | tiffiop.h | 339 extern int _TIFFDataSize(TIFFDataType type);
|
| H A D | tif_lzma.c | 450 sp->opt_delta.type = LZMA_DELTA_TYPE_BYTE; in TIFFInitLZMA()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirwrite.c | 106 #define TIFFWriteRational(tif, type, tag, dir, v) \ argument 618 dir->tdir_type = (short) type; in TIFFWriteShortArray() 644 dir->tdir_type = (short) type; in TIFFWriteLongArray() 666 dir->tdir_type = (short) type; in TIFFWriteRationalArray() 675 if (type == TIFF_RATIONAL) { in TIFFWriteRationalArray() 701 dir->tdir_type = (short) type; in TIFFWriteFloatArray() 716 dir->tdir_type = (short) type; in TIFFWriteDoubleArray() 739 if (n * TIFFDataWidth(type) > sizeof buf) in TIFFWriteAnyArray() 741 switch (type) { in TIFFWriteAnyArray() 747 dir->tdir_type = (short) type; in TIFFWriteAnyArray() [all …]
|
| H A D | tif_pdsdirread.c | 820 { TIFFDataType type = fip->field_type; in TIFFFetchNormalSubTag() local 821 if (type != TIFF_LONG && type != TIFF_SLONG) { in TIFFFetchNormalSubTag()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffdump.c | 383 uint16 type; in ReadDirectory() local 397 type = *(uint16*)dp; in ReadDirectory() 400 TIFFSwabShort(&type); in ReadDirectory() 403 PrintType(stdout, type); in ReadDirectory() 426 if (type >= NWIDTHS) in ReadDirectory() 429 typewidth = datawidth[type]; in ReadDirectory() 500 switch (type) in ReadDirectory() 683 if (type < NTYPES) in PrintType() 684 fprintf(fd, "%s (%u)", typenames[type], type); in PrintType() 686 fprintf(fd, "%u (%#x)", type, type); in PrintType() [all …]
|
| H A D | pal2rgb.c | 279 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() argument 281 switch (type) { in cpTag() 329 tag, type); in cpTag() 341 TIFFDataType type; member 394 cpTag(in, out, p->tag, p->count, p->type); in cpTags()
|
| H A D | tiff2bw.c | 327 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() argument 329 switch (type) { in cpTag() 377 tag, type); in cpTag() 389 TIFFDataType type; member 432 cpTag(in, out, p->tag, p->count, p->type); in cpTags()
|
| H A D | thumbnail.c | 146 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() argument 148 switch (type) { in cpTag() 210 tag, type); in cpTag() 222 TIFFDataType type; member 297 cpTag(in, out, p->tag, p->count, p->type); in cpTags()
|
| H A D | tiffcp.c | 489 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() argument 491 switch (type) { in cpTag() 539 tag, type); in cpTag() 546 TIFFDataType type; member 584 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type) argument 812 CopyTag(p->tag, p->count, p->type); in tiffcp()
|
| H A D | tiffmedian.c | 788 #define SWAP(type,a,b) { type p; p = a; a = b; b = p; } argument
|
| H A D | tiffcrop.c | 1501 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() argument 1503 switch (type) { in cpTag() 1551 tag, type); in cpTag() 1558 TIFFDataType type; member 1596 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type) argument 7279 CopyTag(p->tag, p->count, p->type); in writeSingleSection() 7956 CopyTag(p->tag, p->count, p->type); in writeCroppedImage()
|
| /libtiff-4.0.7/ |
| H A D | configure.ac | 235 AC_MSG_CHECKING(for signed 8-bit type) 240 AC_MSG_CHECKING(for unsigned 8-bit type) 245 AC_MSG_CHECKING(for signed 16-bit type) 251 AC_MSG_CHECKING(for unsigned 16-bit type) 256 AC_MSG_CHECKING(for signed 32-bit type) 272 AC_MSG_CHECKING(for unsigned 32-bit type) 288 AC_MSG_CHECKING(for signed 64-bit type) 314 AC_MSG_CHECKING(for unsigned 64-bit type) 340 # A named type is provided to allow casting to the type we determined 371 AC_MSG_CHECKING(for signed size type) [all …]
|
| H A D | ChangeLog | 1403 as external accessors for the opaque type TIFFField. 2004 integer type conversions. As per bug 2505 avoid type mismatches on different platforms. 2952 using LONG8 type when output format is BigTIFF. The 3455 * libtiff/tiffio.h: added new type tstrile_t 4654 the writecount should have uint32 type. As per bug 4672 uint32 count. Use this type everywhere. 5029 code, responsible for tag data type checking. 5134 if compression type mismatches. See 5211 tag type in TIFFFetchNormalTag() as per bug [all …]
|
| /libtiff-4.0.7/contrib/ras/ |
| H A D | tif2ras.c | 185 Colormap.type = RMT_NONE; 196 Colormap.type = RMT_EQUAL_RGB; 206 Colormap.type = RMT_EQUAL_RGB; 213 Colormap.type = RMT_NONE; 220 Colormap.type = RMT_EQUAL_RGB;
|
| /libtiff-4.0.7/contrib/dbs/xtiff/ |
| H A D | xtiff.c | 1039 fake_event.type = Expose; 1057 if (event->type == MappingNotify) { 1065 if ((event->type == ButtonPress) || (event->type == ButtonRelease)) 1076 if (event->type == ButtonPress) { 1094 switch (event->type) { 1166 if (next_event.type == MotionNotify) 1238 fake_event.type = Expose; in ResizeProc()
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | README | 8 Notes: You tell the program the "type" of input file via the -t and -b
|
| /libtiff-4.0.7/m4/ |
| H A D | ltoptions.m4 | 404 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
|
| H A D | acinclude.m4 | 323 dnl known to treat the GLU tesselator callback function type as "GLvoid 434 [AC_CACHE_CHECK([for varargs GLU tesselator callback function type],
|