1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800
|
/*
* tifftclDecls.h --
*
* Declarations of functions in the platform independent public TIFFTCL API.
*
*/
#ifndef _TIFFTCLDECLS
#define _TIFFTCLDECLS
/*
* WARNING: The contents of this file is automatically generated by the
* genStubs.tcl script. Any modifications to the function declarations
* below should be made in the tifftcl.decls script.
*/
#include <tcl.h>
#include <stdarg.h>
#ifdef TIFFTCLAPI
# undef TCL_STORAGE_CLASS
# define TCL_STORAGE_CLASS DLLEXPORT
#else
# define TIFFTCLAPI extern
# undef USE_TIFFTCL_STUBS
# define USE_TIFFTCL_STUBS 1
#endif
EXTERN int Tifftcl_Init(Tcl_Interp *interp);
EXTERN int Tifftcl_SafeInit(Tcl_Interp *interp);
/*
* The macro INLINE might be defined both in tcl.h and libtiff/port.h,
* so better prevent a conflict here.
*/
#undef INLINE
#include "../compat/libtiff/libtiff/tiffio.h"
/* !BEGIN!: Do not edit below this line. */
/*
* Exported function declarations:
*/
/* 0 */
TIFFTCLAPI const char * TIFFGetVersion(void);
/* 1 */
TIFFTCLAPI const TIFFCodec * TIFFFindCODEC(uint16_t a);
/* 2 */
TIFFTCLAPI TIFFCodec * TIFFRegisterCODEC(uint16_t a, const char *b,
TIFFInitMethod c);
/* 3 */
TIFFTCLAPI void TIFFUnRegisterCODEC(TIFFCodec *a);
/* 4 */
TIFFTCLAPI tdata_t _TIFFmalloc(tsize_t a);
/* 5 */
TIFFTCLAPI tdata_t _TIFFrealloc(tdata_t a, tsize_t b);
/* 6 */
TIFFTCLAPI void _TIFFmemset(tdata_t a, int b, tsize_t c);
/* 7 */
TIFFTCLAPI void _TIFFmemcpy(void *d, const void *s, tmsize_t c);
/* 8 */
TIFFTCLAPI int _TIFFmemcmp(const void *p1, const void *p2,
tmsize_t c);
/* 9 */
TIFFTCLAPI void _TIFFfree(tdata_t a);
/* 10 */
TIFFTCLAPI void TIFFClose(TIFF *tiffptr);
/* 11 */
TIFFTCLAPI int TIFFFlush(TIFF *tiffptr);
/* 12 */
TIFFTCLAPI int TIFFFlushData(TIFF *tiffptr);
/* 13 */
TIFFTCLAPI int TIFFGetField(TIFF *tiffptr, ttag_t a, ...);
/* 14 */
TIFFTCLAPI int TIFFVGetField(TIFF *tiffptr, ttag_t a, va_list b);
/* 15 */
TIFFTCLAPI int TIFFGetFieldDefaulted(TIFF *tiffptr, ttag_t a, ...);
/* 16 */
TIFFTCLAPI int TIFFVGetFieldDefaulted(TIFF *tiffptr, ttag_t a,
va_list b);
/* 17 */
TIFFTCLAPI int TIFFReadDirectory(TIFF *tiffptr);
/* 18 */
TIFFTCLAPI tsize_t TIFFScanlineSize(TIFF *tiffptr);
/* 19 */
TIFFTCLAPI tsize_t TIFFRasterScanlineSize(TIFF *tiffptr);
/* 20 */
TIFFTCLAPI tsize_t TIFFStripSize(TIFF *tiffptr);
/* 21 */
TIFFTCLAPI tsize_t TIFFVStripSize(TIFF *tiffptr, uint32_t a);
/* 22 */
TIFFTCLAPI tsize_t TIFFTileRowSize(TIFF *tiffptr);
/* 23 */
TIFFTCLAPI tsize_t TIFFTileSize(TIFF *tiffptr);
/* 24 */
TIFFTCLAPI tsize_t TIFFVTileSize(TIFF *tiffptr, uint32_t a);
/* 25 */
TIFFTCLAPI uint32_t TIFFDefaultStripSize(TIFF *tiffptr, uint32_t a);
/* 26 */
TIFFTCLAPI void TIFFDefaultTileSize(TIFF *tiffptr, uint32_t *a,
uint32_t *b);
/* 27 */
TIFFTCLAPI int TIFFFileno(TIFF *tiffptr);
/* 28 */
TIFFTCLAPI int TIFFGetMode(TIFF *tiffptr);
/* 29 */
TIFFTCLAPI int TIFFIsTiled(TIFF *tiffptr);
/* 30 */
TIFFTCLAPI int TIFFIsByteSwapped(TIFF *tiffptr);
/* 31 */
TIFFTCLAPI int TIFFIsUpSampled(TIFF *tiffptr);
/* 32 */
TIFFTCLAPI int TIFFIsMSB2LSB(TIFF *tiffptr);
/* 33 */
TIFFTCLAPI uint32_t TIFFCurrentRow(TIFF *tiffptr);
/* 34 */
TIFFTCLAPI tdir_t TIFFCurrentDirectory(TIFF *tiffptr);
/* 35 */
TIFFTCLAPI tdir_t TIFFNumberOfDirectories(TIFF *tiffptr);
/* 36 */
TIFFTCLAPI uint64_t TIFFCurrentDirOffset(TIFF *tiffptr);
/* 37 */
TIFFTCLAPI tstrip_t TIFFCurrentStrip(TIFF *tiffptr);
/* 38 */
TIFFTCLAPI ttile_t TIFFCurrentTile(TIFF *tiffptr);
/* 39 */
TIFFTCLAPI int TIFFReadBufferSetup(TIFF *tiffptr, tdata_t a,
tsize_t b);
/* 40 */
TIFFTCLAPI int TIFFWriteBufferSetup(TIFF *tiffptr, tdata_t a,
tsize_t b);
/* 41 */
TIFFTCLAPI int TIFFWriteCheck(TIFF *tiffptr, int a, const char *b);
/* 42 */
TIFFTCLAPI int TIFFCreateDirectory(TIFF *tiffptr);
/* 43 */
TIFFTCLAPI int TIFFLastDirectory(TIFF *tiffptr);
/* 44 */
TIFFTCLAPI int TIFFSetDirectory(TIFF *tiffptr, tdir_t a);
/* 45 */
TIFFTCLAPI int TIFFSetSubDirectory(TIFF *tiffptr, uint64_t a);
/* 46 */
TIFFTCLAPI int TIFFUnlinkDirectory(TIFF *tiffptr, tdir_t a);
/* 47 */
TIFFTCLAPI int TIFFSetField(TIFF *tiffptr, ttag_t a, ...);
/* 48 */
TIFFTCLAPI int TIFFVSetField(TIFF *tiffptr, ttag_t a, va_list b);
/* 49 */
TIFFTCLAPI int TIFFWriteDirectory(TIFF *tiffptr);
/* Slot 50 is reserved */
/* 51 */
TIFFTCLAPI void TIFFPrintDirectory(TIFF *tiffptr, FILE *a, long b);
/* 52 */
TIFFTCLAPI int TIFFReadScanline(TIFF *tiffptr, tdata_t a,
uint32_t b, tsample_t c);
/* 53 */
TIFFTCLAPI int TIFFWriteScanline(TIFF *tiffptr, tdata_t a,
uint32_t b, tsample_t c);
/* 54 */
TIFFTCLAPI int TIFFReadRGBAImage(TIFF *tiffptr, uint32_t a,
uint32_t b, uint32_t *c, int d);
/* 55 */
TIFFTCLAPI int TIFFReadRGBAStrip(TIFF *tiffptr, tstrip_t a,
uint32_t *b);
/* 56 */
TIFFTCLAPI int TIFFReadRGBATile(TIFF *tiffptr, uint32_t a,
uint32_t b, uint32_t *c);
/* Slot 57 is reserved */
/* Slot 58 is reserved */
/* 59 */
TIFFTCLAPI int TIFFRGBAImageGet(TIFFRGBAImage *d, uint32_t *c,
uint32_t b, uint32_t a);
/* 60 */
TIFFTCLAPI void TIFFRGBAImageEnd(TIFFRGBAImage *a);
/* 61 */
TIFFTCLAPI TIFF * TIFFOpen(const char *b, const char *a);
/* 62 */
TIFFTCLAPI TIFF * TIFFFdOpen(int a, const char *b, const char *c);
/* 63 */
TIFFTCLAPI TIFF * TIFFClientOpen(const char *a, const char *b,
thandle_t c, TIFFReadWriteProc d,
TIFFReadWriteProc e, TIFFSeekProc f,
TIFFCloseProc g, TIFFSizeProc h,
TIFFMapFileProc i, TIFFUnmapFileProc j);
/* 64 */
TIFFTCLAPI const char * TIFFFileName(TIFF *tiffptr);
/* 65 */
TIFFTCLAPI void TIFFError(const char *a, const char *b, ...);
/* 66 */
TIFFTCLAPI void TIFFWarning(const char *a, const char *b, ...);
/* 67 */
TIFFTCLAPI TIFFErrorHandler TIFFSetErrorHandler(TIFFErrorHandler a);
/* 68 */
TIFFTCLAPI TIFFErrorHandler TIFFSetWarningHandler(TIFFErrorHandler a);
/* 69 */
TIFFTCLAPI TIFFExtendProc TIFFSetTagExtender(TIFFExtendProc a);
/* 70 */
TIFFTCLAPI ttile_t TIFFComputeTile(TIFF *tiffptr, uint32_t a,
uint32_t b, uint32_t c, tsample_t d);
/* 71 */
TIFFTCLAPI int TIFFCheckTile(TIFF *tiffptr, uint32_t d, uint32_t c,
uint32_t b, tsample_t a);
/* 72 */
TIFFTCLAPI ttile_t TIFFNumberOfTiles(TIFF *tiffptr);
/* 73 */
TIFFTCLAPI tsize_t TIFFReadTile(TIFF *tiffptr, tdata_t a, uint32_t b,
uint32_t c, uint32_t d, tsample_t e);
/* 74 */
TIFFTCLAPI tsize_t TIFFWriteTile(TIFF *tiffptr, tdata_t e, uint32_t d,
uint32_t c, uint32_t b, tsample_t a);
/* 75 */
TIFFTCLAPI tstrip_t TIFFComputeStrip(TIFF *tiffptr, uint32_t a,
tsample_t b);
/* 76 */
TIFFTCLAPI tstrip_t TIFFNumberOfStrips(TIFF *tiffptr);
/* 77 */
TIFFTCLAPI tsize_t TIFFReadEncodedStrip(TIFF *tiffptr, tstrip_t a,
tdata_t b, tsize_t c);
/* 78 */
TIFFTCLAPI tsize_t TIFFReadRawStrip(TIFF *tiffptr, tstrip_t a,
tdata_t b, tsize_t c);
/* 79 */
TIFFTCLAPI tsize_t TIFFReadEncodedTile(TIFF *tiffptr, ttile_t a,
tdata_t b, tsize_t c);
/* 80 */
TIFFTCLAPI tsize_t TIFFReadRawTile(TIFF *tiffptr, ttile_t c, tdata_t b,
tsize_t a);
/* 81 */
TIFFTCLAPI tsize_t TIFFWriteEncodedStrip(TIFF *tiffptr, tstrip_t a,
tdata_t b, tsize_t c);
/* 82 */
TIFFTCLAPI tsize_t TIFFWriteRawStrip(TIFF *tiffptr, tstrip_t a,
tdata_t b, tsize_t c);
/* 83 */
TIFFTCLAPI tsize_t TIFFWriteEncodedTile(TIFF *tiffptr, ttile_t a,
tdata_t b, tsize_t c);
/* 84 */
TIFFTCLAPI tsize_t TIFFWriteRawTile(TIFF *tiffptr, ttile_t c, tdata_t b,
tsize_t a);
/* 85 */
TIFFTCLAPI void TIFFSetWriteOffset(TIFF *tiffptr, toff_t a);
/* 86 */
TIFFTCLAPI void TIFFSwabShort(uint16_t *a);
/* 87 */
TIFFTCLAPI void TIFFSwabLong(uint32_t *a);
/* 88 */
TIFFTCLAPI void TIFFSwabDouble(double *a);
/* 89 */
TIFFTCLAPI void TIFFSwabArrayOfShort(uint16_t *a, tmsize_t b);
/* 90 */
TIFFTCLAPI void TIFFSwabArrayOfLong(uint32_t *b, tmsize_t a);
/* 91 */
TIFFTCLAPI void TIFFSwabArrayOfDouble(double *a, tmsize_t b);
/* 92 */
TIFFTCLAPI void TIFFReverseBits(unsigned char *a, tmsize_t b);
/* 93 */
TIFFTCLAPI const unsigned char * TIFFGetBitRevTable(int a);
/* 94 */
TIFFTCLAPI void TIFFErrorExt(thandle_t h, const char *a,
const char *b, ...);
/* 95 */
TIFFTCLAPI uint64_t TIFFGetStrileByteCount(TIFF *tif, uint32_t strile);
/* 96 */
TIFFTCLAPI uint64_t TIFFGetStrileOffset(TIFF *tif, uint32_t strile);
/* Slot 97 is reserved */
/* Slot 98 is reserved */
/* Slot 99 is reserved */
/* Slot 100 is reserved */
/* Slot 101 is reserved */
/* Slot 102 is reserved */
/* Slot 103 is reserved */
/* Slot 104 is reserved */
/* Slot 105 is reserved */
/* Slot 106 is reserved */
/* Slot 107 is reserved */
/* Slot 108 is reserved */
/* Slot 109 is reserved */
/* Slot 110 is reserved */
/* 111 */
TIFFTCLAPI int TIFFMergeFieldInfo(TIFF *tiffptr,
const TIFFFieldInfo *a, uint32_t b);
/* Slot 112 is reserved */
/* Slot 113 is reserved */
/* 114 */
TIFFTCLAPI const TIFFField * TIFFFieldWithTag(TIFF *tiffptr, uint32_t a);
/* Slot 115 is reserved */
/* Slot 116 is reserved */
/* Slot 117 is reserved */
/* Slot 118 is reserved */
/* Slot 119 is reserved */
/* Slot 120 is reserved */
/* Slot 121 is reserved */
/* Slot 122 is reserved */
/* Slot 123 is reserved */
/* Slot 124 is reserved */
/* Slot 125 is reserved */
/* Slot 126 is reserved */
/* Slot 127 is reserved */
/* Slot 128 is reserved */
/* Slot 129 is reserved */
/* Slot 130 is reserved */
/* Slot 131 is reserved */
/* Slot 132 is reserved */
/* Slot 133 is reserved */
/* 134 */
TIFFTCLAPI void TIFFFreeDirectory(TIFF *tiffptr);
/* Slot 135 is reserved */
/* 136 */
TIFFTCLAPI int TIFFSetCompressionScheme(TIFF *tiffptr, int a);
/* Slot 137 is reserved */
/* Slot 138 is reserved */
/* Slot 139 is reserved */
/* Slot 140 is reserved */
/* Slot 141 is reserved */
/* Slot 142 is reserved */
/* Slot 143 is reserved */
/* Slot 144 is reserved */
/* Slot 145 is reserved */
/* Slot 146 is reserved */
/* Slot 147 is reserved */
/* Slot 148 is reserved */
/* Slot 149 is reserved */
/* Slot 150 is reserved */
/* Slot 151 is reserved */
/* Slot 152 is reserved */
/* Slot 153 is reserved */
/* Slot 154 is reserved */
/* Slot 155 is reserved */
/* Slot 156 is reserved */
/* Slot 157 is reserved */
/* Slot 158 is reserved */
/* Slot 159 is reserved */
/* Slot 160 is reserved */
/* Slot 161 is reserved */
/* Slot 162 is reserved */
/* Slot 163 is reserved */
/* 164 */
TIFFTCLAPI void TIFFWarningExt(thandle_t h, const char *a,
const char *b, ...);
typedef struct TifftclStubs {
int magic;
const struct TifftclStubHooks *hooks;
const char * (*tIFFGetVersion) (void); /* 0 */
const TIFFCodec * (*tIFFFindCODEC) (uint16_t a); /* 1 */
TIFFCodec * (*tIFFRegisterCODEC) (uint16_t a, const char *b, TIFFInitMethod c); /* 2 */
void (*tIFFUnRegisterCODEC) (TIFFCodec *a); /* 3 */
tdata_t (*_TIFFmallocPtr) (tsize_t a); /* 4 */
tdata_t (*_TIFFreallocPtr) (tdata_t a, tsize_t b); /* 5 */
void (*_TIFFmemsetPtr) (tdata_t a, int b, tsize_t c); /* 6 */
void (*_TIFFmemcpyPtr) (void *d, const void *s, tmsize_t c); /* 7 */
int (*_TIFFmemcmpPtr) (const void *p1, const void *p2, tmsize_t c); /* 8 */
void (*_TIFFfreePtr) (tdata_t a); /* 9 */
void (*tIFFClose) (TIFF *tiffptr); /* 10 */
int (*tIFFFlush) (TIFF *tiffptr); /* 11 */
int (*tIFFFlushData) (TIFF *tiffptr); /* 12 */
int (*tIFFGetField) (TIFF *tiffptr, ttag_t a, ...); /* 13 */
int (*tIFFVGetField) (TIFF *tiffptr, ttag_t a, va_list b); /* 14 */
int (*tIFFGetFieldDefaulted) (TIFF *tiffptr, ttag_t a, ...); /* 15 */
int (*tIFFVGetFieldDefaulted) (TIFF *tiffptr, ttag_t a, va_list b); /* 16 */
int (*tIFFReadDirectory) (TIFF *tiffptr); /* 17 */
tsize_t (*tIFFScanlineSize) (TIFF *tiffptr); /* 18 */
tsize_t (*tIFFRasterScanlineSize) (TIFF *tiffptr); /* 19 */
tsize_t (*tIFFStripSize) (TIFF *tiffptr); /* 20 */
tsize_t (*tIFFVStripSize) (TIFF *tiffptr, uint32_t a); /* 21 */
tsize_t (*tIFFTileRowSize) (TIFF *tiffptr); /* 22 */
tsize_t (*tIFFTileSize) (TIFF *tiffptr); /* 23 */
tsize_t (*tIFFVTileSize) (TIFF *tiffptr, uint32_t a); /* 24 */
uint32_t (*tIFFDefaultStripSize) (TIFF *tiffptr, uint32_t a); /* 25 */
void (*tIFFDefaultTileSize) (TIFF *tiffptr, uint32_t *a, uint32_t *b); /* 26 */
int (*tIFFFileno) (TIFF *tiffptr); /* 27 */
int (*tIFFGetMode) (TIFF *tiffptr); /* 28 */
int (*tIFFIsTiled) (TIFF *tiffptr); /* 29 */
int (*tIFFIsByteSwapped) (TIFF *tiffptr); /* 30 */
int (*tIFFIsUpSampled) (TIFF *tiffptr); /* 31 */
int (*tIFFIsMSB2LSB) (TIFF *tiffptr); /* 32 */
uint32_t (*tIFFCurrentRow) (TIFF *tiffptr); /* 33 */
tdir_t (*tIFFCurrentDirectory) (TIFF *tiffptr); /* 34 */
tdir_t (*tIFFNumberOfDirectories) (TIFF *tiffptr); /* 35 */
uint64_t (*tIFFCurrentDirOffset) (TIFF *tiffptr); /* 36 */
tstrip_t (*tIFFCurrentStrip) (TIFF *tiffptr); /* 37 */
ttile_t (*tIFFCurrentTile) (TIFF *tiffptr); /* 38 */
int (*tIFFReadBufferSetup) (TIFF *tiffptr, tdata_t a, tsize_t b); /* 39 */
int (*tIFFWriteBufferSetup) (TIFF *tiffptr, tdata_t a, tsize_t b); /* 40 */
int (*tIFFWriteCheck) (TIFF *tiffptr, int a, const char *b); /* 41 */
int (*tIFFCreateDirectory) (TIFF *tiffptr); /* 42 */
int (*tIFFLastDirectory) (TIFF *tiffptr); /* 43 */
int (*tIFFSetDirectory) (TIFF *tiffptr, tdir_t a); /* 44 */
int (*tIFFSetSubDirectory) (TIFF *tiffptr, uint64_t a); /* 45 */
int (*tIFFUnlinkDirectory) (TIFF *tiffptr, tdir_t a); /* 46 */
int (*tIFFSetField) (TIFF *tiffptr, ttag_t a, ...); /* 47 */
int (*tIFFVSetField) (TIFF *tiffptr, ttag_t a, va_list b); /* 48 */
int (*tIFFWriteDirectory) (TIFF *tiffptr); /* 49 */
void (*reserved50)(void);
void (*tIFFPrintDirectory) (TIFF *tiffptr, FILE *a, long b); /* 51 */
int (*tIFFReadScanline) (TIFF *tiffptr, tdata_t a, uint32_t b, tsample_t c); /* 52 */
int (*tIFFWriteScanline) (TIFF *tiffptr, tdata_t a, uint32_t b, tsample_t c); /* 53 */
int (*tIFFReadRGBAImage) (TIFF *tiffptr, uint32_t a, uint32_t b, uint32_t *c, int d); /* 54 */
int (*tIFFReadRGBAStrip) (TIFF *tiffptr, tstrip_t a, uint32_t *b); /* 55 */
int (*tIFFReadRGBATile) (TIFF *tiffptr, uint32_t a, uint32_t b, uint32_t *c); /* 56 */
void (*reserved57)(void);
void (*reserved58)(void);
int (*tIFFRGBAImageGet) (TIFFRGBAImage *d, uint32_t *c, uint32_t b, uint32_t a); /* 59 */
void (*tIFFRGBAImageEnd) (TIFFRGBAImage *a); /* 60 */
TIFF * (*tIFFOpen) (const char *b, const char *a); /* 61 */
TIFF * (*tIFFFdOpen) (int a, const char *b, const char *c); /* 62 */
TIFF * (*tIFFClientOpen) (const char *a, const char *b, thandle_t c, TIFFReadWriteProc d, TIFFReadWriteProc e, TIFFSeekProc f, TIFFCloseProc g, TIFFSizeProc h, TIFFMapFileProc i, TIFFUnmapFileProc j); /* 63 */
const char * (*tIFFFileName) (TIFF *tiffptr); /* 64 */
void (*tIFFError) (const char *a, const char *b, ...); /* 65 */
void (*tIFFWarning) (const char *a, const char *b, ...); /* 66 */
TIFFErrorHandler (*tIFFSetErrorHandler) (TIFFErrorHandler a); /* 67 */
TIFFErrorHandler (*tIFFSetWarningHandler) (TIFFErrorHandler a); /* 68 */
TIFFExtendProc (*tIFFSetTagExtender) (TIFFExtendProc a); /* 69 */
ttile_t (*tIFFComputeTile) (TIFF *tiffptr, uint32_t a, uint32_t b, uint32_t c, tsample_t d); /* 70 */
int (*tIFFCheckTile) (TIFF *tiffptr, uint32_t d, uint32_t c, uint32_t b, tsample_t a); /* 71 */
ttile_t (*tIFFNumberOfTiles) (TIFF *tiffptr); /* 72 */
tsize_t (*tIFFReadTile) (TIFF *tiffptr, tdata_t a, uint32_t b, uint32_t c, uint32_t d, tsample_t e); /* 73 */
tsize_t (*tIFFWriteTile) (TIFF *tiffptr, tdata_t e, uint32_t d, uint32_t c, uint32_t b, tsample_t a); /* 74 */
tstrip_t (*tIFFComputeStrip) (TIFF *tiffptr, uint32_t a, tsample_t b); /* 75 */
tstrip_t (*tIFFNumberOfStrips) (TIFF *tiffptr); /* 76 */
tsize_t (*tIFFReadEncodedStrip) (TIFF *tiffptr, tstrip_t a, tdata_t b, tsize_t c); /* 77 */
tsize_t (*tIFFReadRawStrip) (TIFF *tiffptr, tstrip_t a, tdata_t b, tsize_t c); /* 78 */
tsize_t (*tIFFReadEncodedTile) (TIFF *tiffptr, ttile_t a, tdata_t b, tsize_t c); /* 79 */
tsize_t (*tIFFReadRawTile) (TIFF *tiffptr, ttile_t c, tdata_t b, tsize_t a); /* 80 */
tsize_t (*tIFFWriteEncodedStrip) (TIFF *tiffptr, tstrip_t a, tdata_t b, tsize_t c); /* 81 */
tsize_t (*tIFFWriteRawStrip) (TIFF *tiffptr, tstrip_t a, tdata_t b, tsize_t c); /* 82 */
tsize_t (*tIFFWriteEncodedTile) (TIFF *tiffptr, ttile_t a, tdata_t b, tsize_t c); /* 83 */
tsize_t (*tIFFWriteRawTile) (TIFF *tiffptr, ttile_t c, tdata_t b, tsize_t a); /* 84 */
void (*tIFFSetWriteOffset) (TIFF *tiffptr, toff_t a); /* 85 */
void (*tIFFSwabShort) (uint16_t *a); /* 86 */
void (*tIFFSwabLong) (uint32_t *a); /* 87 */
void (*tIFFSwabDouble) (double *a); /* 88 */
void (*tIFFSwabArrayOfShort) (uint16_t *a, tmsize_t b); /* 89 */
void (*tIFFSwabArrayOfLong) (uint32_t *b, tmsize_t a); /* 90 */
void (*tIFFSwabArrayOfDouble) (double *a, tmsize_t b); /* 91 */
void (*tIFFReverseBits) (unsigned char *a, tmsize_t b); /* 92 */
const unsigned char * (*tIFFGetBitRevTable) (int a); /* 93 */
void (*tIFFErrorExt) (thandle_t h, const char *a, const char *b, ...); /* 94 */
uint64_t (*tIFFGetStrileByteCount) (TIFF *tif, uint32_t strile); /* 95 */
uint64_t (*tIFFGetStrileOffset) (TIFF *tif, uint32_t strile); /* 96 */
void (*reserved97)(void);
void (*reserved98)(void);
void (*reserved99)(void);
void (*reserved100)(void);
void (*reserved101)(void);
void (*reserved102)(void);
void (*reserved103)(void);
void (*reserved104)(void);
void (*reserved105)(void);
void (*reserved106)(void);
void (*reserved107)(void);
void (*reserved108)(void);
void (*reserved109)(void);
void (*reserved110)(void);
int (*tIFFMergeFieldInfo) (TIFF *tiffptr, const TIFFFieldInfo *a, uint32_t b); /* 111 */
void (*reserved112)(void);
void (*reserved113)(void);
const TIFFField * (*tIFFFieldWithTag) (TIFF *tiffptr, uint32_t a); /* 114 */
void (*reserved115)(void);
void (*reserved116)(void);
void (*reserved117)(void);
void (*reserved118)(void);
void (*reserved119)(void);
void (*reserved120)(void);
void (*reserved121)(void);
void (*reserved122)(void);
void (*reserved123)(void);
void (*reserved124)(void);
void (*reserved125)(void);
void (*reserved126)(void);
void (*reserved127)(void);
void (*reserved128)(void);
void (*reserved129)(void);
void (*reserved130)(void);
void (*reserved131)(void);
void (*reserved132)(void);
void (*reserved133)(void);
void (*tIFFFreeDirectory) (TIFF *tiffptr); /* 134 */
void (*reserved135)(void);
int (*tIFFSetCompressionScheme) (TIFF *tiffptr, int a); /* 136 */
void (*reserved137)(void);
void (*reserved138)(void);
void (*reserved139)(void);
void (*reserved140)(void);
void (*reserved141)(void);
void (*reserved142)(void);
void (*reserved143)(void);
void (*reserved144)(void);
void (*reserved145)(void);
void (*reserved146)(void);
void (*reserved147)(void);
void (*reserved148)(void);
void (*reserved149)(void);
void (*reserved150)(void);
void (*reserved151)(void);
void (*reserved152)(void);
void (*reserved153)(void);
void (*reserved154)(void);
void (*reserved155)(void);
void (*reserved156)(void);
void (*reserved157)(void);
void (*reserved158)(void);
void (*reserved159)(void);
void (*reserved160)(void);
void (*reserved161)(void);
void (*reserved162)(void);
void (*reserved163)(void);
void (*tIFFWarningExt) (thandle_t h, const char *a, const char *b, ...); /* 164 */
} TifftclStubs;
#ifdef __cplusplus
extern "C" {
#endif
TIFFTCLAPI const TifftclStubs *tifftclStubsPtr;
#ifdef __cplusplus
}
#endif
#if defined(USE_TIFFTCL_STUBS)
/*
* Inline function declarations:
*/
#define TIFFGetVersion \
(tifftclStubsPtr->tIFFGetVersion) /* 0 */
#define TIFFFindCODEC \
(tifftclStubsPtr->tIFFFindCODEC) /* 1 */
#define TIFFRegisterCODEC \
(tifftclStubsPtr->tIFFRegisterCODEC) /* 2 */
#define TIFFUnRegisterCODEC \
(tifftclStubsPtr->tIFFUnRegisterCODEC) /* 3 */
#define _TIFFmalloc \
(tifftclStubsPtr->_TIFFmallocPtr) /* 4 */
#define _TIFFrealloc \
(tifftclStubsPtr->_TIFFreallocPtr) /* 5 */
#define _TIFFmemset \
(tifftclStubsPtr->_TIFFmemsetPtr) /* 6 */
#define _TIFFmemcpy \
(tifftclStubsPtr->_TIFFmemcpyPtr) /* 7 */
#define _TIFFmemcmp \
(tifftclStubsPtr->_TIFFmemcmpPtr) /* 8 */
#define _TIFFfree \
(tifftclStubsPtr->_TIFFfreePtr) /* 9 */
#define TIFFClose \
(tifftclStubsPtr->tIFFClose) /* 10 */
#define TIFFFlush \
(tifftclStubsPtr->tIFFFlush) /* 11 */
#define TIFFFlushData \
(tifftclStubsPtr->tIFFFlushData) /* 12 */
#define TIFFGetField \
(tifftclStubsPtr->tIFFGetField) /* 13 */
#define TIFFVGetField \
(tifftclStubsPtr->tIFFVGetField) /* 14 */
#define TIFFGetFieldDefaulted \
(tifftclStubsPtr->tIFFGetFieldDefaulted) /* 15 */
#define TIFFVGetFieldDefaulted \
(tifftclStubsPtr->tIFFVGetFieldDefaulted) /* 16 */
#define TIFFReadDirectory \
(tifftclStubsPtr->tIFFReadDirectory) /* 17 */
#define TIFFScanlineSize \
(tifftclStubsPtr->tIFFScanlineSize) /* 18 */
#define TIFFRasterScanlineSize \
(tifftclStubsPtr->tIFFRasterScanlineSize) /* 19 */
#define TIFFStripSize \
(tifftclStubsPtr->tIFFStripSize) /* 20 */
#define TIFFVStripSize \
(tifftclStubsPtr->tIFFVStripSize) /* 21 */
#define TIFFTileRowSize \
(tifftclStubsPtr->tIFFTileRowSize) /* 22 */
#define TIFFTileSize \
(tifftclStubsPtr->tIFFTileSize) /* 23 */
#define TIFFVTileSize \
(tifftclStubsPtr->tIFFVTileSize) /* 24 */
#define TIFFDefaultStripSize \
(tifftclStubsPtr->tIFFDefaultStripSize) /* 25 */
#define TIFFDefaultTileSize \
(tifftclStubsPtr->tIFFDefaultTileSize) /* 26 */
#define TIFFFileno \
(tifftclStubsPtr->tIFFFileno) /* 27 */
#define TIFFGetMode \
(tifftclStubsPtr->tIFFGetMode) /* 28 */
#define TIFFIsTiled \
(tifftclStubsPtr->tIFFIsTiled) /* 29 */
#define TIFFIsByteSwapped \
(tifftclStubsPtr->tIFFIsByteSwapped) /* 30 */
#define TIFFIsUpSampled \
(tifftclStubsPtr->tIFFIsUpSampled) /* 31 */
#define TIFFIsMSB2LSB \
(tifftclStubsPtr->tIFFIsMSB2LSB) /* 32 */
#define TIFFCurrentRow \
(tifftclStubsPtr->tIFFCurrentRow) /* 33 */
#define TIFFCurrentDirectory \
(tifftclStubsPtr->tIFFCurrentDirectory) /* 34 */
#define TIFFNumberOfDirectories \
(tifftclStubsPtr->tIFFNumberOfDirectories) /* 35 */
#define TIFFCurrentDirOffset \
(tifftclStubsPtr->tIFFCurrentDirOffset) /* 36 */
#define TIFFCurrentStrip \
(tifftclStubsPtr->tIFFCurrentStrip) /* 37 */
#define TIFFCurrentTile \
(tifftclStubsPtr->tIFFCurrentTile) /* 38 */
#define TIFFReadBufferSetup \
(tifftclStubsPtr->tIFFReadBufferSetup) /* 39 */
#define TIFFWriteBufferSetup \
(tifftclStubsPtr->tIFFWriteBufferSetup) /* 40 */
#define TIFFWriteCheck \
(tifftclStubsPtr->tIFFWriteCheck) /* 41 */
#define TIFFCreateDirectory \
(tifftclStubsPtr->tIFFCreateDirectory) /* 42 */
#define TIFFLastDirectory \
(tifftclStubsPtr->tIFFLastDirectory) /* 43 */
#define TIFFSetDirectory \
(tifftclStubsPtr->tIFFSetDirectory) /* 44 */
#define TIFFSetSubDirectory \
(tifftclStubsPtr->tIFFSetSubDirectory) /* 45 */
#define TIFFUnlinkDirectory \
(tifftclStubsPtr->tIFFUnlinkDirectory) /* 46 */
#define TIFFSetField \
(tifftclStubsPtr->tIFFSetField) /* 47 */
#define TIFFVSetField \
(tifftclStubsPtr->tIFFVSetField) /* 48 */
#define TIFFWriteDirectory \
(tifftclStubsPtr->tIFFWriteDirectory) /* 49 */
/* Slot 50 is reserved */
#define TIFFPrintDirectory \
(tifftclStubsPtr->tIFFPrintDirectory) /* 51 */
#define TIFFReadScanline \
(tifftclStubsPtr->tIFFReadScanline) /* 52 */
#define TIFFWriteScanline \
(tifftclStubsPtr->tIFFWriteScanline) /* 53 */
#define TIFFReadRGBAImage \
(tifftclStubsPtr->tIFFReadRGBAImage) /* 54 */
#define TIFFReadRGBAStrip \
(tifftclStubsPtr->tIFFReadRGBAStrip) /* 55 */
#define TIFFReadRGBATile \
(tifftclStubsPtr->tIFFReadRGBATile) /* 56 */
/* Slot 57 is reserved */
/* Slot 58 is reserved */
#define TIFFRGBAImageGet \
(tifftclStubsPtr->tIFFRGBAImageGet) /* 59 */
#define TIFFRGBAImageEnd \
(tifftclStubsPtr->tIFFRGBAImageEnd) /* 60 */
#define TIFFOpen \
(tifftclStubsPtr->tIFFOpen) /* 61 */
#define TIFFFdOpen \
(tifftclStubsPtr->tIFFFdOpen) /* 62 */
#define TIFFClientOpen \
(tifftclStubsPtr->tIFFClientOpen) /* 63 */
#define TIFFFileName \
(tifftclStubsPtr->tIFFFileName) /* 64 */
#define TIFFError \
(tifftclStubsPtr->tIFFError) /* 65 */
#define TIFFWarning \
(tifftclStubsPtr->tIFFWarning) /* 66 */
#define TIFFSetErrorHandler \
(tifftclStubsPtr->tIFFSetErrorHandler) /* 67 */
#define TIFFSetWarningHandler \
(tifftclStubsPtr->tIFFSetWarningHandler) /* 68 */
#define TIFFSetTagExtender \
(tifftclStubsPtr->tIFFSetTagExtender) /* 69 */
#define TIFFComputeTile \
(tifftclStubsPtr->tIFFComputeTile) /* 70 */
#define TIFFCheckTile \
(tifftclStubsPtr->tIFFCheckTile) /* 71 */
#define TIFFNumberOfTiles \
(tifftclStubsPtr->tIFFNumberOfTiles) /* 72 */
#define TIFFReadTile \
(tifftclStubsPtr->tIFFReadTile) /* 73 */
#define TIFFWriteTile \
(tifftclStubsPtr->tIFFWriteTile) /* 74 */
#define TIFFComputeStrip \
(tifftclStubsPtr->tIFFComputeStrip) /* 75 */
#define TIFFNumberOfStrips \
(tifftclStubsPtr->tIFFNumberOfStrips) /* 76 */
#define TIFFReadEncodedStrip \
(tifftclStubsPtr->tIFFReadEncodedStrip) /* 77 */
#define TIFFReadRawStrip \
(tifftclStubsPtr->tIFFReadRawStrip) /* 78 */
#define TIFFReadEncodedTile \
(tifftclStubsPtr->tIFFReadEncodedTile) /* 79 */
#define TIFFReadRawTile \
(tifftclStubsPtr->tIFFReadRawTile) /* 80 */
#define TIFFWriteEncodedStrip \
(tifftclStubsPtr->tIFFWriteEncodedStrip) /* 81 */
#define TIFFWriteRawStrip \
(tifftclStubsPtr->tIFFWriteRawStrip) /* 82 */
#define TIFFWriteEncodedTile \
(tifftclStubsPtr->tIFFWriteEncodedTile) /* 83 */
#define TIFFWriteRawTile \
(tifftclStubsPtr->tIFFWriteRawTile) /* 84 */
#define TIFFSetWriteOffset \
(tifftclStubsPtr->tIFFSetWriteOffset) /* 85 */
#define TIFFSwabShort \
(tifftclStubsPtr->tIFFSwabShort) /* 86 */
#define TIFFSwabLong \
(tifftclStubsPtr->tIFFSwabLong) /* 87 */
#define TIFFSwabDouble \
(tifftclStubsPtr->tIFFSwabDouble) /* 88 */
#define TIFFSwabArrayOfShort \
(tifftclStubsPtr->tIFFSwabArrayOfShort) /* 89 */
#define TIFFSwabArrayOfLong \
(tifftclStubsPtr->tIFFSwabArrayOfLong) /* 90 */
#define TIFFSwabArrayOfDouble \
(tifftclStubsPtr->tIFFSwabArrayOfDouble) /* 91 */
#define TIFFReverseBits \
(tifftclStubsPtr->tIFFReverseBits) /* 92 */
#define TIFFGetBitRevTable \
(tifftclStubsPtr->tIFFGetBitRevTable) /* 93 */
#define TIFFErrorExt \
(tifftclStubsPtr->tIFFErrorExt) /* 94 */
#define TIFFGetStrileByteCount \
(tifftclStubsPtr->tIFFGetStrileByteCount) /* 95 */
#define TIFFGetStrileOffset \
(tifftclStubsPtr->tIFFGetStrileOffset) /* 96 */
/* Slot 97 is reserved */
/* Slot 98 is reserved */
/* Slot 99 is reserved */
/* Slot 100 is reserved */
/* Slot 101 is reserved */
/* Slot 102 is reserved */
/* Slot 103 is reserved */
/* Slot 104 is reserved */
/* Slot 105 is reserved */
/* Slot 106 is reserved */
/* Slot 107 is reserved */
/* Slot 108 is reserved */
/* Slot 109 is reserved */
/* Slot 110 is reserved */
#define TIFFMergeFieldInfo \
(tifftclStubsPtr->tIFFMergeFieldInfo) /* 111 */
/* Slot 112 is reserved */
/* Slot 113 is reserved */
#define TIFFFieldWithTag \
(tifftclStubsPtr->tIFFFieldWithTag) /* 114 */
/* Slot 115 is reserved */
/* Slot 116 is reserved */
/* Slot 117 is reserved */
/* Slot 118 is reserved */
/* Slot 119 is reserved */
/* Slot 120 is reserved */
/* Slot 121 is reserved */
/* Slot 122 is reserved */
/* Slot 123 is reserved */
/* Slot 124 is reserved */
/* Slot 125 is reserved */
/* Slot 126 is reserved */
/* Slot 127 is reserved */
/* Slot 128 is reserved */
/* Slot 129 is reserved */
/* Slot 130 is reserved */
/* Slot 131 is reserved */
/* Slot 132 is reserved */
/* Slot 133 is reserved */
#define TIFFFreeDirectory \
(tifftclStubsPtr->tIFFFreeDirectory) /* 134 */
/* Slot 135 is reserved */
#define TIFFSetCompressionScheme \
(tifftclStubsPtr->tIFFSetCompressionScheme) /* 136 */
/* Slot 137 is reserved */
/* Slot 138 is reserved */
/* Slot 139 is reserved */
/* Slot 140 is reserved */
/* Slot 141 is reserved */
/* Slot 142 is reserved */
/* Slot 143 is reserved */
/* Slot 144 is reserved */
/* Slot 145 is reserved */
/* Slot 146 is reserved */
/* Slot 147 is reserved */
/* Slot 148 is reserved */
/* Slot 149 is reserved */
/* Slot 150 is reserved */
/* Slot 151 is reserved */
/* Slot 152 is reserved */
/* Slot 153 is reserved */
/* Slot 154 is reserved */
/* Slot 155 is reserved */
/* Slot 156 is reserved */
/* Slot 157 is reserved */
/* Slot 158 is reserved */
/* Slot 159 is reserved */
/* Slot 160 is reserved */
/* Slot 161 is reserved */
/* Slot 162 is reserved */
/* Slot 163 is reserved */
#define TIFFWarningExt \
(tifftclStubsPtr->tIFFWarningExt) /* 164 */
#endif /* defined(USE_TIFFTCL_STUBS) */
/* !END!: Do not edit above this line. */
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
#endif /* _TIFFTCLDECLS */
|