home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_2.3 / INV / Release / INV.PCH (.txt) < prev   
Encoding:
Microsoft Visual C/C++ Precompiled Header file  |  1999-09-11  |  221.6 KB  |  2,245 lines

  1. VCPCH0
  2. Sep 27 199513:24:33
  3. e:\book\book.cup\ch_2.3\inv\vc40.pdb
  4. E:\book\book.cup\ch_2.3\inv\inv.h
  5. D:\MSDEV\INCLUDE\stdio.h
  6. D:\MSDEV\INCLUDE\stdlib.h
  7. D:\MSDEV\INCLUDE\math.h
  8. D:\MSDEV\INCLUDE\malloc.h
  9. ..\..\libip\ip.h
  10. ..\..\libip\ph.h
  11. ..\..\libtiff\libtiff\tiffio.h
  12. ..\..\libtiff\libtiff\tiff.h
  13. D:\MSDEV\INCLUDE\stdarg.h
  14. ..\..\libimage\draw.h
  15. D:\MSDEV\INCLUDE\string.h
  16. ..\..\libimage\tiffimage.h
  17. ..\..\libimage\gd.h
  18. ..\..\libimage\misc.h
  19. D:\MSDEV\INCLUDE\ctype.h
  20. ..\..\libip\lldef.h
  21. ..\..\libip\sgl_stat.h
  22. ..\..\libip\convolve.h
  23. ..\..\libip\pcc2.h
  24. ..\..\libimage\images.h
  25. ..\..\libip\bdy_stru.h
  26. E:\book\book.cup\ch_2.3\inv\inv.c
  27. _INTEGRAL_MAX_BITS=64
  28. _M_IX86=400
  29. _MSC_VER=1000
  30. _WIN32
  31. WIN32
  32. NDEBUG
  33. _CONSOLE
  34. E:\book\book.cup\ch_2.3\inv
  35. ..\..\libimage
  36. ..\..\libtiff\libtiff
  37. ..\..\libip
  38. D:\MSDEV\INCLUDE
  39. D:\MSDEV\MFC\include
  40. F:\MSDEV\INCLUDE
  41. F:\MSDEV\MFC\include
  42. inv.h
  43. 7E:\book\book.cup\ch_2.3\inv\inv.h
  44. )0D:\MSDEV\INCLUDE\stdio.h
  45. /D:\MSDEV\INCLUDE\stdlib.h
  46. /D:\MSDEV\INCLUDE\math.h
  47. /D:\MSDEV\INCLUDE\malloc.h
  48. 7..\..\libip\ip.h
  49. 7..\..\libip\ph.h
  50. 7..\..\libtiff\libtiff\tiffio.h
  51. 7..\..\libtiff\libtiff\tiff.h
  52. )0D:\MSDEV\INCLUDE\stdio.h
  53. /D:\MSDEV\INCLUDE\stdarg.h
  54. 7..\..\libimage\draw.h
  55. )0D:\MSDEV\INCLUDE\stdio.h
  56. /D:\MSDEV\INCLUDE\stdlib.h
  57. /D:\MSDEV\INCLUDE\string.h
  58. /D:\MSDEV\INCLUDE\math.h
  59. 7..\..\libimage\tiffimage.h
  60. 7..\..\libimage\gd.h
  61. )0D:\MSDEV\INCLUDE\stdio.h
  62. 7..\..\libimage\misc.h
  63. )0D:\MSDEV\INCLUDE\stdio.h
  64. /D:\MSDEV\INCLUDE\string.h
  65. /D:\MSDEV\INCLUDE\ctype.h
  66. 7..\..\libip\lldef.h
  67. 7..\..\libip\sgl_stat.h
  68. 7..\..\libip\ph.h
  69. 7..\..\libip\convolve.h
  70. 7..\..\libip\pcc2.h
  71. 7..\..\libimage\images.h
  72. 7..\..\libip\bdy_stru.h
  73. 7..\..\libimage\misc.h
  74. e:\book\book.cup\ch_2.3\inv\vc40.pdb
  75. Release/inv.obj
  76. F PhI
  77. F$Ph_
  78. G$PVW
  79. Input mage size is %dx%d.
  80. iteration %d: nChange = %d
  81. USAGE: morph inimg outimg [-i ITERATIONS] [-o OPERATION]
  82.                           [-s SIZE] [-I] [-L]
  83. morph performs morphological processing on binary image
  84. ARGUMENTS:
  85.     inimg: input image filename (TIF)
  86.    outimg: output image filename (TIF)
  87. OPTIONS:
  88.   -i ITERATIONS: number of iterations to perform.
  89.                 (default = %d)
  90.    -o OPERATION: for dilation(1), erosion(2), closing(3),
  91.                  or opening(4) (default = 1).
  92.                  closing operation is alternating dilation-erosion;
  93.                  opening operation is alternating erosion-dilation;
  94.                  for opening or closing, the number of iterations is
  95.                  the sum of the comprising dilation and erosion iterations.
  96.         -s SIZE: size of structuring element -- must be odd and >=3
  97.                  (default = %d)
  98.              -I: invert input image before processing
  99.              -L: print Software License for this module
  100. Structuring element size must be odd, set to %d
  101. This program is free software; you can redistribute it and/or
  102. modify it under the terms of the GNU General Public License
  103. as published by the Free Software Foundation; either version 2
  104. of the License, or (at your option) any later version.
  105. This program is distributed in the hope that it will be useful,
  106. but WITHOUT ANY WARRANTY; without even the implied warranty of
  107. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  108. GNU General Public License for more details.
  109. You should have received a copy of the GNU General Public License
  110. along with this program; if not, write to the Free Software
  111. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  112. No end-user licensing for this program is needed.  This program
  113. is used with permission from I. Cox.  Please reference:
  114. R. A. Boie, I. Cox, Proc. IEEE 1st Int. Conf. Computer Vision,
  115. London, 1987, pp. 450-456.
  116. tiffimage
  117. %s: not enough memory -- sorry
  118. ImageCopy error: invalid coordinate(s)
  119. Image not copied
  120. %s exception!
  121. %s is not a binary or grayscale image
  122. Convert %s to binary or grayscale TIFF before using this program.
  123. %s has LZW compression.
  124. Convert %s to uncompressed TIFF before using this program.
  125. %s has separated images.
  126. %s has color palettes
  127. %s is a non-bw or non-RGB image
  128. %s warning!
  129. %s:  SAMPLESPERPIXEL not set, setting to 1
  130. %s:  error writing tiff file
  131. ?Bad value %ld for "%s" tag ignored
  132. Nonstandard tile width %d, convert file
  133. Nonstandard tile length %d, convert file
  134. Sorry, cannot nest SubIFDs
  135. pseduo-
  136. %s: Invalid %stag "%s" (not supported by codec)
  137. TIFFSetField
  138. %d: Bad value for "%s"
  139. %ld: Bad value for "%s"
  140. pseudo-
  141. %s: Unknown %stag %u
  142. %s: Cannot modify tag "%s" while writing
  143. TIFFGetField
  144. TIFFAdvanceDirectory
  145. %s: Error fetching directory count
  146. %s: Error fetching directory link
  147. TIFFUnlinkDirectory
  148. Can not unlink directory in read-only file
  149. Directory %d does not exist
  150. Error writing directory link
  151. TileDepth
  152. ImageDepth
  153. DataType
  154. Matteing
  155. ReferenceBlackWhite
  156. YCbCrPositioning
  157. YCbCrSubsampling
  158. YCbCrCoefficients
  159. SMaxSampleValue
  160. SMinSampleValue
  161. SampleFormat
  162. ExtraSamples
  163. TargetPrinter
  164. DotRange
  165. InkNames
  166. InkSet
  167. SubIFD
  168. TileByteCounts
  169. TileOffsets
  170. TileLength
  171. TileWidth
  172. HalftoneHints
  173. ColorMap
  174. PrimaryChromaticities
  175. WhitePoint
  176. HostComputer
  177. Artist
  178. DateTime
  179. Software
  180. TransferFunction
  181. ColorResponseUnit
  182. PageNumber
  183. ResolutionUnit
  184. GrayResponseCurve
  185. GrayResponseUnit
  186. FreeByteCounts
  187. FreeOffsets
  188. YPosition
  189. XPosition
  190. PageName
  191. PlanarConfiguration
  192. YResolution
  193. XResolution
  194. MaxSampleValue
  195. MinSampleValue
  196. StripByteCounts
  197. RowsPerStrip
  198. SamplesPerPixel
  199. Orientation
  200. StripOffsets
  201. Model
  202. ImageDescription
  203. DocumentName
  204. FillOrder
  205. CellLength
  206. CellWidth
  207. Threshholding
  208. PhotometricInterpretation
  209. Compression
  210. BitsPerSample
  211. ImageLength
  212. ImageWidth
  213. OldSubfileType
  214. SubfileType
  215. FALSE
  216. field[%2d] %5u, %2d, %2d, %d, %2d, %5s, %5s, %s
  217. Internal error, unknown tag 0x%x
  218. TIFFFieldWithTag
  219. _TIFFFieldWithTag
  220. ../libtiff/tif_dirinfo.c
  221. fip != ((void *)0)
  222. No space %s
  223. Seek error accessing TIFF directory
  224. Can not read TIFF directory count
  225. to read TIFF directory
  226. Can not read TIFF directory
  227. invalid TIFF directory; tags are not sorted in ascending order
  228. unknown field with tag %d (0x%x) ignored
  229. wrong data type %d for "%s"; tag ignored
  230. ImageLength
  231. PlanarConfiguration
  232. TileOffsets
  233. StripOffsets
  234. to read "TransferFunction" tag
  235. Colormap
  236. StripByteCounts
  237. TIFF directory is missing required "%s" field, calculating from imagelength
  238. Bogus "%s" field, ignoring and calculating from imagelength
  239. for "StripByteCounts" array
  240. TIFF directory is missing required "%s" field
  241. incorrect count for field "%s" (%lu, expecting %lu); tag ignored
  242. Error fetching data for field "%s"
  243. %s: Rational with zero denominator (num = %lu)
  244. to fetch array of rationals
  245. Cannot read TIFF_ANY type %d for field "%s"
  246. Cannot handle different per-sample values for field "%s"
  247. for strip array
  248. to fetch strip tag
  249. for chopped "StripByteCounts" array
  250. for chopped "StripOffsets" array
  251. %lu: Row out of range, max %lu
  252. %lu: Sample out of range, max %lu
  253. %ld: Strip out of range, max %ld
  254. %s: Seek error at scanline %lu, strip %lu
  255. %s: Read error at scanline %lu
  256. TIFFReadRawStrip
  257. %lu: Strip out of range, max %lu
  258. %lu: Invalid strip byte count, strip %lu
  259. TIFFFillStrip
  260. %s: Read error on strip %lu
  261. %s: Data buffer too small to hold strip %lu
  262. %ld: Tile out of range, max %ld
  263. %s: Seek error at row %ld, col %ld, tile %ld
  264. %s: Read error at row %ld, col %ld
  265. TIFFReadRawTile
  266. %lu: Tile out of range, max %lu
  267. TIFFFillTile
  268. %lu: Invalid tile byte count, tile %lu
  269. %s: Data buffer too small to hold tile %ld
  270. TIFFReadBufferSetup
  271. %s: No space for data buffer at scanline %ld
  272. File not open for reading
  273. Can not read tiles from a stripped image
  274. Can not read scanlines from a tiled image
  275. _TIFFSwab16BitData
  276. ../libtiff/tif_read.c
  277. (cc & 1) == 0
  278. _TIFFSwab32BitData
  279. (cc & 3) == 0
  280. _TIFFSwab64BitData
  281. (cc & 7) == 0
  282.  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
  283. %u: Sample out of range, max %u
  284. Col %ld out of range, max %lu
  285. Row %ld out of range, max %lu
  286. Depth %ld out of range, max %lu
  287. Sample %d out of range, max %u
  288. TIFFOpen
  289. %s: Cannot open
  290. Warning, 
  291. TIFFWriteScanline
  292. Can not change "ImageLength" when using separate planes
  293. %d: Sample out of range, max %d
  294. TIFFWriteEncodedStrip
  295. Can not grow image by strips when using separate planes
  296. TIFFWriteRawStrip
  297. TIFFWriteEncodedTile
  298. %s: Tile %lu out of range, max %lu
  299. TIFFWriteRawTile
  300. %s: File not open for writing
  301. Can not write tiles to a stripped image
  302. Can not write scanlines to a tiled image
  303. %s: Must set "ImageWidth" before writing data
  304. %s: Must set "PlanarConfiguration" before writing data
  305. strip
  306. %s: No space for %s arrays
  307. TIFFWriteBufferSetup
  308. %s: No space for output buffer
  309. TIFFGrowStrips
  310. ../libtiff/tif_write.c
  311. td->td_planarconfig == 1
  312. %s: No space to expand strip arrays
  313. TIFFAppendToStrip
  314. %s: Seek error at scanline %lu
  315. %s: Write error at scanline %lu
  316. %s %s encoding is not implemented
  317. Compression scheme %u %s encoding is not implemented
  318. scanline
  319. strip
  320. %s %s decoding is not implemented
  321. Compression scheme %u %s decoding is not implemented
  322. Compression algorithm does not support random access
  323. No space to register compression scheme %s
  324. TIFFRegisterCODEC
  325. Cannot remove compression scheme %s; not registered
  326. TIFFUnRegisterCODEC
  327. Error post-encoding before directory write
  328. Error flushing data before directory write
  329. Cannot write directory, out of space
  330. Error writing directory count
  331. Error writing directory contents
  332. Error writing directory link
  333. "%s": Information lost writing value (%g) as (unsigned) RATIONAL
  334. ?Error writing data for field "%s"
  335. TIFFLinkDirectory
  336. %s: Error writing SubIFD directory link
  337. Error writing TIFF header
  338. Error fetching directory count
  339. Error fetching directory link
  340. "%s": Bad mode
  341. TIFFClientOpen
  342. %s: Out of memory (TIFF structure)
  343. Cannot read TIFF header
  344. Error writing TIFF header
  345. Not a TIFF file, bad magic number %d (0x%x)
  346. Not a TIFF file, bad version number %d (0x%x)
  347. PixarLog
  348. Deflate
  349. ISO JBIG
  350. CCITT Group 4
  351. CCITT Group 3
  352. CCITT RLE/W
  353. CCITT RLE
  354. Old-style JPEG
  355. ThunderScan
  356. PackBits
  357. %s compression support is not configured
  358. DumpModeDecode: Not enough data for scanline %d
  359. break
  360. const
  361. continue
  362. default
  363. double
  364. extern
  365. float
  366. register
  367. return
  368. short
  369. signed
  370. sizeof
  371. static
  372. struct
  373. switch
  374. typedef
  375. union
  376. unsigned
  377. volatile
  378. while
  379. __inline
  380. __cdecl
  381. __based
  382. __stdcall
  383. __declspec
  384. catch
  385. class
  386. const_cast
  387. delete
  388. dynamic_cast
  389. friend
  390. inline
  391. operator
  392. private
  393. protected
  394. public
  395. reinterpret_cast
  396. static_cast
  397. template
  398. throw
  399. typeid
  400. virtual
  401. namespace
  402. using
  403. __single_inheritance
  404. __multiple_inheritance
  405. __virtual_inheritance
  406. __novtordisp
  407. __resume
  408. __nounwind
  409. __syscall
  410. __near
  411. __far
  412. __far16
  413. __huge
  414. __fortran
  415. __export
  416. __interrupt
  417. __loadds
  418. __saveregs
  419. __segment
  420. __segname
  421. __self
  422. __thiscall
  423. cdecl
  424. fortran
  425. pascal
  426. __pascal
  427. __try
  428. __except
  429. __finally
  430. __leave
  431. __asm
  432. __fastcall
  433. __unaligned
  434. __builtin_alignof
  435. __sysapi
  436. __builtin_isfloat
  437. __wchar_t
  438. __restrict
  439. __int8
  440. __int16
  441. __int32
  442. __int64
  443. __int128
  444. wchar_t
  445. _inline
  446. _cdecl
  447. _based
  448. _stdcall
  449. _declspec
  450. _syscall
  451. _near
  452. _far16
  453. _huge
  454. _fortran
  455. _export
  456. _pascal
  457. _except
  458. _finally
  459. _leave
  460. _fastcall
  461. _int8
  462. _int16
  463. _int32
  464. _int64
  465. dllimport
  466. dllexport
  467. naked
  468. thread
  469. allocate
  470. _strset
  471. _setjmp
  472. _rotr
  473. _rotl
  474. _outpw
  475. _outpd
  476. _outp
  477. _lrotr
  478. _lrotl
  479. _inpw
  480. _inpd
  481. _exception_info
  482. _exception_code
  483. _enable
  484. _disable
  485. _alloca
  486. _abnormal_termination
  487. __ull_rshift
  488. __ll_rshift
  489. __ll_lshift
  490. __emulu
  491. __emul
  492. _ReturnAddress
  493. atan2
  494. log10
  495. memset
  496. memcpy
  497. memcmp
  498. outpw
  499. outpd
  500. strset
  501. strlen
  502. strcpy
  503. strcmp
  504. strcat
  505. defined
  506. __formal
  507. abstract declarator
  508. WinMain
  509. DllMain
  510. .alignment member.
  511. __unnamed
  512. .drectve
  513. .local static guard.
  514. Catch
  515. __LOCAL_SIZE
  516. __LINE__Var
  517. __LINE__
  518. __FILE__
  519. __DATE__
  520. __TIME__
  521. __TIMESTAMP__
  522. _INTEGRAL_MAX_BITS
  523. _M_IX86
  524. _MSC_VER
  525. _WIN32
  526. WIN32
  527. NDEBUG
  528. _CONSOLE
  529. E:\book\book.cup\ch_2.3\inv\inv.c
  530. include
  531. E:\book\book.cup\ch_2.3\inv\inv.h
  532. ifndef
  533. _INV_H_
  534. define
  535. D:\MSDEV\INCLUDE\stdio.h
  536. _INC_STDIO
  537. error
  538. endif
  539. ifdef
  540. pragma
  541. __cplusplus
  542. _CRTAPI1
  543. _CRTAPI2
  544. _CRTIMP
  545. _NTSDK
  546. _SIZE_T_DEFINED
  547. size_t
  548. _WCHAR_T_DEFINED
  549. _WCTYPE_T_DEFINED
  550. wint_t
  551. wctype_t
  552. _VA_LIST_DEFINED
  553. _M_ALPHA
  554. va_list
  555. _M_MPPC
  556. BUFSIZ
  557. _NFILE
  558. _NSTREAM_
  559. _IOB_ENTRIES
  560. _FILE_DEFINED
  561. _iobuf
  562. _base
  563. _flag
  564. _file
  565. _charbuf
  566. _bufsiz
  567. _tmpfname
  568. _M_M68K
  569. _POSIX_
  570. _P_tmpdir
  571. _wP_tmpdir
  572. L_tmpnam
  573. SEEK_CUR
  574. SEEK_END
  575. SEEK_SET
  576. FILENAME_MAX
  577. FOPEN_MAX
  578. _SYS_OPEN
  579. TMP_MAX
  580. _STDIO_DEFINED
  581. _FPOS_T_DEFINED
  582. __STDC__
  583. fpos_t
  584. stdin
  585. stdout
  586. stderr
  587. _IOREAD
  588. _IOWRT
  589. _IOFBF
  590. _IOLBF
  591. _IONBF
  592. _IOMYBUF
  593. _IOEOF
  594. _IOERR
  595. _IOSTRG
  596. _IORW
  597. _filbuf
  598. _flsbuf
  599. _fsopen
  600. clearerr
  601. fclose
  602. _fcloseall
  603. _fdopen
  604. ferror
  605. fflush
  606. fgetc
  607. _fgetchar
  608. fgetpos
  609. fgets
  610. _fileno
  611. _flushall
  612. fopen
  613. fprintf
  614. fputc
  615. _fputchar
  616. fputs
  617. fread
  618. freopen
  619. fscanf
  620. fsetpos
  621. fseek
  622. ftell
  623. fwrite
  624. getchar
  625. _getw
  626. perror
  627. _pclose
  628. _popen
  629. printf
  630. putchar
  631. _putw
  632. remove
  633. rename
  634. rewind
  635. _rmtmp
  636. scanf
  637. setbuf
  638. _setmaxstdio
  639. setvbuf
  640. _snprintf
  641. sprintf
  642. sscanf
  643. _tempnam
  644. tmpfile
  645. tmpnam
  646. ungetc
  647. _unlink
  648. vfprintf
  649. vprintf
  650. _vsnprintf
  651. vsprintf
  652. _WSTDIO_DEFINED
  653. _wfsopen
  654. fgetwc
  655. _fgetwchar
  656. fputwc
  657. _fputwchar
  658. getwc
  659. getwchar
  660. putwc
  661. putwchar
  662. ungetwc
  663. fgetws
  664. fputws
  665. _getws
  666. _putws
  667. fwprintf
  668. wprintf
  669. _snwprintf
  670. swprintf
  671. vfwprintf
  672. vwprintf
  673. _vsnwprintf
  674. vswprintf
  675. fwscanf
  676. swscanf
  677. wscanf
  678. _wfdopen
  679. _wfopen
  680. _wfreopen
  681. _wperror
  682. _wpopen
  683. _wremove
  684. _wtempnam
  685. _wtmpnam
  686. undef
  687. P_tmpdir
  688. SYS_OPEN
  689. fcloseall
  690. fdopen
  691. fgetchar
  692. fileno
  693. flushall
  694. fputchar
  695. rmtmp
  696. tempnam
  697. unlink
  698. D:\MSDEV\INCLUDE\stdlib.h
  699. _INC_STDLIB
  700. EXIT_SUCCESS
  701. EXIT_FAILURE
  702. _ONEXIT_T_DEFINED
  703. _onexit_t
  704. onexit_t
  705. _DIV_T_DEFINED
  706. _div_t
  707. div_t
  708. _ldiv_t
  709. ldiv_t
  710. RAND_MAX
  711. MB_CUR_MAX
  712. __mb_cur_max
  713. __max
  714. __min
  715. _MAX_PATH
  716. __cdecl
  717. __cdecl
  718. _NSTREAM_
  719. L"\\"
  720. sizeof(_P_tmpdir)+12
  721. 32767
  722. ((void *)0)
  723. (&_iob[0])
  724. (&_iob[1])
  725. (&_iob[2])
  726. 0x0001
  727. 0x0002
  728. 0x0000
  729. 0x0040
  730. 0x0004
  731. 0x0008
  732. 0x0010
  733. 0x0020
  734. 0x0040
  735. 0x0080
  736. (wint_t)(0xFFFF)
  737. fgetwc(stdin)
  738. fputwc((
  739. ),stdout)
  740. fgetwc(
  741. fputwc(
  742. )->_flag & _IOEOF)
  743. )->_flag & _IOERR)
  744. )->_file)
  745. )->_cnt >= 0 ? 0xff & *(
  746. )->_ptr++ : _filbuf(
  747. )->_cnt >= 0 ? 0xff & (*(
  748. )->_ptr++ = (char)(
  749. )) : _flsbuf((
  750. getc(stdin)
  751. putc((
  752. ),stdout)
  753. _P_tmpdir
  754. _SYS_OPEN
  755. _onexit_t
  756. 0x7fff
  757. __mb_cur_max
  758. ) > (
  759. )) ? (
  760. ) : (
  761. ) < (
  762. )) ? (
  763. ) : (
  764. _MAX_DRIVE
  765. _MAX_DIR
  766. _MAX_FNAME
  767. _MAX_EXT
  768. _OUT_TO_DEFAULT
  769. _OUT_TO_STDERR
  770. _OUT_TO_MSGBOX
  771. _REPORT_ERRMODE
  772. errno
  773. _doserrno
  774. _sys_errlist
  775. _sys_nerr
  776. __argc
  777. __argv
  778. __wargv
  779. _environ
  780. _wenviron
  781. _fmode
  782. _fileinfo
  783. _pgmptr
  784. _wpgmptr
  785. _osver
  786. _winver
  787. _winmajor
  788. _winminor
  789. abort
  790. _M_MRX000
  791. atexit
  792. bsearch
  793. calloc
  794. getenv
  795. _itoa
  796. _ltoa
  797. malloc
  798. mblen
  799. _mbstrlen
  800. mbtowc
  801. mbstowcs
  802. qsort
  803. realloc
  804. _set_error_mode
  805. srand
  806. strtod
  807. strtol
  808. strtoul
  809. system
  810. _ultoa
  811. wctomb
  812. wcstombs
  813. _WSTDLIB_DEFINED
  814. _itow
  815. _ltow
  816. _ultow
  817. wcstod
  818. wcstol
  819. wcstoul
  820. _wgetenv
  821. _wsystem
  822. _wtoi
  823. _wtol
  824. _ecvt
  825. _exit
  826. _fcvt
  827. _fullpath
  828. _gcvt
  829. _makepath
  830. _onexit
  831. _putenv
  832. _searchenv
  833. _splitpath
  834. _swab
  835. _WSTDLIBP_DEFINED
  836. _wfullpath
  837. _wmakepath
  838. _wputenv
  839. _wsearchenv
  840. _wsplitpath
  841. _seterrormode
  842. _beep
  843. _sleep
  844. tolower
  845. toupper
  846. sys_errlist
  847. sys_nerr
  848. environ
  849. onexit
  850. putenv
  851. ultoa
  852. D:\MSDEV\INCLUDE\math.h
  853. _INC_MATH
  854. __assembler
  855. _EXCEPTION_DEFINED
  856. _exception
  857. retval
  858. _COMPLEX_DEFINED
  859. _complex
  860. complex
  861. _DOMAIN
  862. _SING
  863. _OVERFLOW
  864. _UNDERFLOW
  865. _TLOSS
  866. _PLOSS
  867. ERANGE
  868. _HUGE
  869. HUGE_VAL
  870. _cabs
  871. floor
  872. frexp
  873. _hypot
  874. ldexp
  875. _matherr
  876. acosl
  877. asinl
  878. atanl
  879. atan2l
  880. _cabsl
  881. ceill
  882. coshl
  883. fabsl
  884. floorl
  885. fmodl
  886. frexpl
  887. _hypotl
  888. ldexpl
  889. log10l
  890. _matherrl
  891. modfl
  892. sinhl
  893. sqrtl
  894. tanhl
  895. DOMAIN
  896. OVERFLOW
  897. UNDERFLOW
  898. TLOSS
  899. PLOSS
  900. matherr
  901. hypot
  902. D:\MSDEV\INCLUDE\malloc.h
  903. _INC_MALLOC
  904. _HEAP_MAXREQ
  905. _HEAPEMPTY
  906. _HEAPOK
  907. _HEAPBADBEGIN
  908. _HEAPBADNODE
  909. _HEAPEND
  910. _HEAPBADPTR
  911. _FREEENTRY
  912. _USEDENTRY
  913. _HEAPINFO_DEFINED
  914. _heapinfo
  915. _pentry
  916. _size
  917. _useflag
  918. _HEAPINFO
  919. _amblksiz
  920. _expand
  921. _heapadd
  922. _heapchk
  923. _heapmin
  924. _heapset
  925. _heapwalk
  926. _heapused
  927. _msize
  928. alloca
  929. _M_PPC
  930. HEAPHOOK
  931. ..\..\libip\ip.h
  932. ..\..\libip\ph.h
  933. _PH_H_
  934. spoint
  935. ident
  936. ..\..\libtiff\libtiff\tiffio.h
  937. _TIFFIO_
  938. ..\..\libtiff\libtiff\tiff.h
  939. _TIFF_
  940. TIFF_VERSION
  941. TIFF_BIGENDIAN
  942. TIFF_LITTLEENDIAN
  943. _TIFF_DATA_TYPEDEFS_
  944. uint8
  945. int16
  946. uint16
  947. __alpha
  948. _MIPS_SZLONG
  949. int32
  950. uint32
  951. tiff_magic
  952. tiff_version
  953. tiff_diroff
  954. TIFFHeader
  955. tdir_tag
  956. tdir_type
  957. tdir_count
  958. tdir_offset
  959. TIFFDirEntry
  960. TIFF_NOTYPE
  961. TIFF_BYTE
  962. TIFF_ASCII
  963. TIFF_SHORT
  964. TIFF_LONG
  965. TIFF_RATIONAL
  966. TIFF_SBYTE
  967. TIFF_UNDEFINED
  968. TIFF_SSHORT
  969. TIFF_SLONG
  970. TIFF_SRATIONAL
  971. TIFF_FLOAT
  972. TIFF_DOUBLE
  973. TIFFDataType
  974. TIFFTAG_SUBFILETYPE
  975. FILETYPE_REDUCEDIMAGE
  976. FILETYPE_PAGE
  977. FILETYPE_MASK
  978. TIFFTAG_OSUBFILETYPE
  979. OFILETYPE_IMAGE
  980. OFILETYPE_REDUCEDIMAGE
  981. OFILETYPE_PAGE
  982. TIFFTAG_IMAGEWIDTH
  983. TIFFTAG_IMAGELENGTH
  984. TIFFTAG_BITSPERSAMPLE
  985. TIFFTAG_COMPRESSION
  986. COMPRESSION_NONE
  987. COMPRESSION_CCITTRLE
  988. COMPRESSION_CCITTFAX3
  989. COMPRESSION_CCITTFAX4
  990. COMPRESSION_LZW
  991. COMPRESSION_OJPEG
  992. COMPRESSION_JPEG
  993. COMPRESSION_NEXT
  994. COMPRESSION_CCITTRLEW
  995. COMPRESSION_PACKBITS
  996. COMPRESSION_THUNDERSCAN
  997. COMPRESSION_PIXARFILM
  998. COMPRESSION_PIXARLOG
  999. COMPRESSION_DEFLATE
  1000. COMPRESSION_DCS
  1001. COMPRESSION_JBIG
  1002. TIFFTAG_PHOTOMETRIC
  1003. PHOTOMETRIC_MINISWHITE
  1004. PHOTOMETRIC_MINISBLACK
  1005. PHOTOMETRIC_RGB
  1006. PHOTOMETRIC_PALETTE
  1007. PHOTOMETRIC_MASK
  1008. PHOTOMETRIC_SEPARATED
  1009. PHOTOMETRIC_YCBCR
  1010. PHOTOMETRIC_CIELAB
  1011. TIFFTAG_THRESHHOLDING
  1012. THRESHHOLD_BILEVEL
  1013. THRESHHOLD_HALFTONE
  1014. THRESHHOLD_ERRORDIFFUSE
  1015. TIFFTAG_CELLWIDTH
  1016. TIFFTAG_CELLLENGTH
  1017. TIFFTAG_FILLORDER
  1018. FILLORDER_MSB2LSB
  1019. FILLORDER_LSB2MSB
  1020. TIFFTAG_DOCUMENTNAME
  1021. TIFFTAG_IMAGEDESCRIPTION
  1022. TIFFTAG_MAKE
  1023. TIFFTAG_MODEL
  1024. TIFFTAG_STRIPOFFSETS
  1025. TIFFTAG_ORIENTATION
  1026. ORIENTATION_TOPLEFT
  1027. ORIENTATION_TOPRIGHT
  1028. ORIENTATION_BOTRIGHT
  1029. ORIENTATION_BOTLEFT
  1030. ORIENTATION_LEFTTOP
  1031. ORIENTATION_RIGHTTOP
  1032. ORIENTATION_RIGHTBOT
  1033. ORIENTATION_LEFTBOT
  1034. TIFFTAG_SAMPLESPERPIXEL
  1035. TIFFTAG_ROWSPERSTRIP
  1036. TIFFTAG_STRIPBYTECOUNTS
  1037. TIFFTAG_MINSAMPLEVALUE
  1038. TIFFTAG_MAXSAMPLEVALUE
  1039. TIFFTAG_XRESOLUTION
  1040. TIFFTAG_YRESOLUTION
  1041. TIFFTAG_PLANARCONFIG
  1042. PLANARCONFIG_CONTIG
  1043. PLANARCONFIG_SEPARATE
  1044. TIFFTAG_PAGENAME
  1045. TIFFTAG_XPOSITION
  1046. TIFFTAG_YPOSITION
  1047. TIFFTAG_FREEOFFSETS
  1048. TIFFTAG_FREEBYTECOUNTS
  1049. TIFFTAG_GRAYRESPONSEUNIT
  1050. GRAYRESPONSEUNIT_10S
  1051. GRAYRESPONSEUNIT_100S
  1052. GRAYRESPONSEUNIT_1000S
  1053. GRAYRESPONSEUNIT_10000S
  1054. GRAYRESPONSEUNIT_100000S
  1055. TIFFTAG_GRAYRESPONSECURVE
  1056. TIFFTAG_GROUP3OPTIONS
  1057. GROUP3OPT_2DENCODING
  1058. GROUP3OPT_UNCOMPRESSED
  1059. GROUP3OPT_FILLBITS
  1060. TIFFTAG_GROUP4OPTIONS
  1061. GROUP4OPT_UNCOMPRESSED
  1062. TIFFTAG_RESOLUTIONUNIT
  1063. RESUNIT_NONE
  1064. RESUNIT_INCH
  1065. RESUNIT_CENTIMETER
  1066. TIFFTAG_PAGENUMBER
  1067. TIFFTAG_COLORRESPONSEUNIT
  1068. COLORRESPONSEUNIT_10S
  1069. COLORRESPONSEUNIT_100S
  1070. COLORRESPONSEUNIT_1000S
  1071. COLORRESPONSEUNIT_10000S
  1072. COLORRESPONSEUNIT_100000S
  1073. TIFFTAG_TRANSFERFUNCTION
  1074. TIFFTAG_SOFTWARE
  1075. TIFFTAG_DATETIME
  1076. TIFFTAG_ARTIST
  1077. TIFFTAG_HOSTCOMPUTER
  1078. TIFFTAG_PREDICTOR
  1079. TIFFTAG_WHITEPOINT
  1080. TIFFTAG_PRIMARYCHROMATICITIES
  1081. TIFFTAG_COLORMAP
  1082. TIFFTAG_HALFTONEHINTS
  1083. TIFFTAG_TILEWIDTH
  1084. TIFFTAG_TILELENGTH
  1085. TIFFTAG_TILEOFFSETS
  1086. ) > (
  1087. )) ? (
  1088. ) : (
  1089. ) < (
  1090. )) ? (
  1091. ) : (
  1092. _sys_errlist
  1093. _sys_nerr
  1094. _environ
  1095. _complex
  1096. _HUGE
  1097. ((long double)acos((double)(
  1098. ((long double)asin((double)(
  1099. ((long double)atan((double)(
  1100. ((long double)atan2((double)(
  1101. ), (double)(
  1102. _cabs
  1103. ((long double)ceil((double)(
  1104. ((long double)cos((double)(
  1105. ((long double)cosh((double)(
  1106. ((long double)exp((double)(
  1107. ((long double)fabs((double)(
  1108. ((long double)floor((double)(
  1109. ((long double)fmod((double)(
  1110. ), (double)(
  1111. ((long double)frexp((double)(
  1112. ((long double)_hypot((double)(
  1113. ), (double)(
  1114. ((long double)ldexp((double)(
  1115. ((long double)log((double)(
  1116. ((long double)log10((double)(
  1117. _matherr
  1118. ((long double)modf((double)(
  1119. ), (double *)(
  1120. ((long double)pow((double)(
  1121. ), (double)(
  1122. ((long double)sin((double)(
  1123. ((long double)sinh((double)(
  1124. ((long double)sqrt((double)(
  1125. ((long double)tan((double)(
  1126. ((long double)tanh((double)(
  1127. _DOMAIN
  1128. _SING
  1129. _OVERFLOW
  1130. _UNDERFLOW
  1131. _TLOSS
  1132. _PLOSS
  1133. _matherr
  1134. 0xFFFFFFE0
  1135. _alloca
  1136. 0x4d4d
  1137. 0x4949
  1138. 32766
  1139. 32771
  1140. 32773
  1141. 32809
  1142. 32908
  1143. 32909
  1144. 32946
  1145. 32947
  1146. 34661
  1147. TIFFTAG_TILEBYTECOUNTS
  1148. TIFFTAG_BADFAXLINES
  1149. TIFFTAG_CLEANFAXDATA
  1150. CLEANFAXDATA_CLEAN
  1151. CLEANFAXDATA_REGENERATED
  1152. CLEANFAXDATA_UNCLEAN
  1153. TIFFTAG_CONSECUTIVEBADFAXLINES
  1154. TIFFTAG_SUBIFD
  1155. TIFFTAG_INKSET
  1156. INKSET_CMYK
  1157. TIFFTAG_INKNAMES
  1158. TIFFTAG_DOTRANGE
  1159. TIFFTAG_TARGETPRINTER
  1160. TIFFTAG_EXTRASAMPLES
  1161. EXTRASAMPLE_UNSPECIFIED
  1162. EXTRASAMPLE_ASSOCALPHA
  1163. EXTRASAMPLE_UNASSALPHA
  1164. TIFFTAG_SAMPLEFORMAT
  1165. SAMPLEFORMAT_UINT
  1166. SAMPLEFORMAT_INT
  1167. SAMPLEFORMAT_IEEEFP
  1168. SAMPLEFORMAT_VOID
  1169. TIFFTAG_SMINSAMPLEVALUE
  1170. TIFFTAG_SMAXSAMPLEVALUE
  1171. TIFFTAG_JPEGTABLES
  1172. TIFFTAG_JPEGPROC
  1173. JPEGPROC_BASELINE
  1174. JPEGPROC_LOSSLESS
  1175. TIFFTAG_JPEGIFOFFSET
  1176. TIFFTAG_JPEGIFBYTECOUNT
  1177. TIFFTAG_JPEGRESTARTINTERVAL
  1178. TIFFTAG_JPEGLOSSLESSPREDICTORS
  1179. TIFFTAG_JPEGPOINTTRANSFORM
  1180. TIFFTAG_JPEGQTABLES
  1181. TIFFTAG_JPEGDCTABLES
  1182. TIFFTAG_JPEGACTABLES
  1183. TIFFTAG_YCBCRCOEFFICIENTS
  1184. TIFFTAG_YCBCRSUBSAMPLING
  1185. TIFFTAG_YCBCRPOSITIONING
  1186. YCBCRPOSITION_CENTERED
  1187. YCBCRPOSITION_COSITED
  1188. TIFFTAG_REFERENCEBLACKWHITE
  1189. TIFFTAG_REFPTS
  1190. TIFFTAG_REGIONTACKPOINT
  1191. TIFFTAG_REGIONWARPCORNERS
  1192. TIFFTAG_REGIONAFFINE
  1193. TIFFTAG_MATTEING
  1194. TIFFTAG_DATATYPE
  1195. TIFFTAG_IMAGEDEPTH
  1196. TIFFTAG_TILEDEPTH
  1197. TIFFTAG_PIXAR_IMAGEFULLWIDTH
  1198. TIFFTAG_PIXAR_IMAGEFULLLENGTH
  1199. TIFFTAG_WRITERSERIALNUMBER
  1200. TIFFTAG_COPYRIGHT
  1201. TIFFTAG_FRAMECOUNT
  1202. TIFFTAG_JBIGOPTIONS
  1203. TIFFTAG_FAXRECVPARAMS
  1204. TIFFTAG_FAXSUBADDRESS
  1205. TIFFTAG_FAXRECVTIME
  1206. TIFFTAG_DCSHUESHIFTVALUES
  1207. TIFFTAG_FAXMODE
  1208. FAXMODE_CLASSIC
  1209. FAXMODE_NORTC
  1210. FAXMODE_NOEOL
  1211. FAXMODE_BYTEALIGN
  1212. FAXMODE_WORDALIGN
  1213. FAXMODE_CLASSF
  1214. TIFFTAG_JPEGQUALITY
  1215. TIFFTAG_JPEGCOLORMODE
  1216. JPEGCOLORMODE_RAW
  1217. JPEGCOLORMODE_RGB
  1218. TIFFTAG_JPEGTABLESMODE
  1219. JPEGTABLESMODE_QUANT
  1220. JPEGTABLESMODE_HUFF
  1221. TIFFTAG_FAXFILLFUNC
  1222. TIFFTAG_PIXARLOGDATAFMT
  1223. PIXARLOGDATAFMT_8BIT
  1224. PIXARLOGDATAFMT_8BITABGR
  1225. PIXARLOGDATAFMT_11BITLOG
  1226. PIXARLOGDATAFMT_12BITPICIO
  1227. PIXARLOGDATAFMT_16BIT
  1228. PIXARLOGDATAFMT_FLOAT
  1229. TIFFTAG_DCSIMAGERTYPE
  1230. DCSIMAGERMODEL_M3
  1231. DCSIMAGERMODEL_M5
  1232. DCSIMAGERMODEL_M6
  1233. DCSIMAGERFILTER_IR
  1234. DCSIMAGERFILTER_MONO
  1235. DCSIMAGERFILTER_CFA
  1236. DCSIMAGERFILTER_OTHER
  1237. TIFFTAG_DCSINTERPMODE
  1238. DCSINTERPMODE_NORMAL
  1239. DCSINTERPMODE_PREVIEW
  1240. TIFFTAG_DCSBALANCEARRAY
  1241. TIFFTAG_DCSCORRECTMATRIX
  1242. TIFFTAG_DCSGAMMA
  1243. TIFFTAG_DCSTOESHOULDERPTS
  1244. TIFFTAG_DCSCALIBRATIONFD
  1245. TIFFTAG_ZIPQUALITY
  1246. TIFFTAG_PIXARLOGQUALITY
  1247. TIFFLIB_VERSION
  1248. ttag_t
  1249. tdir_t
  1250. tsample_t
  1251. tstrip_t
  1252. ttile_t
  1253. tsize_t
  1254. _WINDOWS
  1255. __WIN32__
  1256. _Windows
  1257. thandle_t
  1258. tdata_t
  1259. toff_t
  1260. TIFFPRINT_NONE
  1261. TIFFPRINT_STRIPS
  1262. TIFFPRINT_CURVES
  1263. TIFFPRINT_COLORMAP
  1264. TIFFPRINT_JPEGQTABLES
  1265. TIFFPRINT_JPEGACTABLES
  1266. TIFFPRINT_JPEGDCTABLES
  1267. TIFFRGBValue
  1268. _TIFFRGBAImage
  1269. TIFFRGBAImage
  1270. tileContigRoutine
  1271. tileSeparateRoutine
  1272. clamptab
  1273. Cr_r_tab
  1274. Cb_b_tab
  1275. Cr_g_tab
  1276. Cb_g_tab
  1277. coeffs
  1278. TIFFYCbCrToRGB
  1279. stoponerr
  1280. isContig
  1281. alpha
  1282. width
  1283. height
  1284. bitspersample
  1285. samplesperpixel
  1286. orientation
  1287. photometric
  1288. redcmap
  1289. greencmap
  1290. bluecmap
  1291. contig
  1292. separate
  1293. BWmap
  1294. PALmap
  1295. ycbcr
  1296. TIFFGetR
  1297. TIFFGetG
  1298. TIFFGetB
  1299. TIFFGetA
  1300. TIFFInitMethod
  1301. scheme
  1302. TIFFCodec
  1303. D:\MSDEV\INCLUDE\stdarg.h
  1304. _INC_STDARG
  1305. _INTSIZEOF
  1306. va_start
  1307. va_arg
  1308. va_end
  1309. TIFFErrorHandler
  1310. TIFFReadWriteProc
  1311. TIFFSeekProc
  1312. TIFFCloseProc
  1313. TIFFSizeProc
  1314. TIFFMapFileProc
  1315. TIFFUnmapFileProc
  1316. TIFFExtendProc
  1317. TIFFGetVersion
  1318. TIFFFindCODEC
  1319. TIFFRegisterCODEC
  1320. TIFFUnRegisterCODEC
  1321. _TIFFmalloc
  1322. _TIFFrealloc
  1323. _TIFFmemset
  1324. _TIFFmemcpy
  1325. _TIFFmemcmp
  1326. _TIFFfree
  1327. TIFFClose
  1328. TIFFFlush
  1329. TIFFFlushData
  1330. TIFFGetField
  1331. TIFFVGetField
  1332. TIFFGetFieldDefaulted
  1333. TIFFVGetFieldDefaulted
  1334. TIFFReadDirectory
  1335. TIFFScanlineSize
  1336. TIFFRasterScanlineSize
  1337. TIFFStripSize
  1338. TIFFVStripSize
  1339. TIFFTileRowSize
  1340. TIFFTileSize
  1341. TIFFVTileSize
  1342. TIFFDefaultStripSize
  1343. TIFFDefaultTileSize
  1344. TIFFFileno
  1345. TIFFGetMode
  1346. TIFFIsTiled
  1347. TIFFIsByteSwapped
  1348. TIFFIsUpSampled
  1349. TIFFIsMSB2LSB
  1350. TIFFCurrentRow
  1351. TIFFCurrentDirectory
  1352. TIFFCurrentDirOffset
  1353. TIFFCurrentStrip
  1354. TIFFCurrentTile
  1355. TIFFReadBufferSetup
  1356. TIFFWriteBufferSetup
  1357. TIFFLastDirectory
  1358. TIFFSetDirectory
  1359. TIFFSetSubDirectory
  1360. TIFFUnlinkDirectory
  1361. TIFFSetField
  1362. TIFFVSetField
  1363. TIFFWriteDirectory
  1364. c_plusplus
  1365. TIFFPrintDirectory
  1366. TIFFReadScanline
  1367. TIFFWriteScanline
  1368. TIFFReadRGBAImage
  1369. TIFFRGBAImageOK
  1370. TIFFRGBAImageBegin
  1371. TIFFRGBAImageGet
  1372. TIFFRGBAImageEnd
  1373. TIFFOpen
  1374. TIFFFdOpen
  1375. TIFFClientOpen
  1376. TIFFFileName
  1377. TIFFError
  1378. TIFFWarning
  1379. TIFFSetErrorHandler
  1380. TIFFSetWarningHandler
  1381. TIFFSetTagExtender
  1382. TIFFComputeTile
  1383. TIFFCheckTile
  1384. TIFFNumberOfTiles
  1385. TIFFReadTile
  1386. TIFFWriteTile
  1387. TIFFComputeStrip
  1388. TIFFNumberOfStrips
  1389. TIFFReadEncodedStrip
  1390. TIFFReadRawStrip
  1391. TIFFReadEncodedTile
  1392. TIFFReadRawTile
  1393. TIFFWriteEncodedStrip
  1394. TIFFWriteRawStrip
  1395. TIFFWriteEncodedTile
  1396. TIFFWriteRawTile
  1397. TIFFSetWriteOffset
  1398. TIFFSwabShort
  1399. TIFFSwabLong
  1400. TIFFSwabDouble
  1401. TIFFSwabArrayOfShort
  1402. TIFFSwabArrayOfLong
  1403. TIFFSwabArrayOfDouble
  1404. TIFFReverseBits
  1405. TIFFGetBitRevTable
  1406. ..\..\libimage\draw.h
  1407. _DRAW_H_
  1408. D:\MSDEV\INCLUDE\string.h
  1409. _INC_STRING
  1410. _NLSCMP_DEFINED
  1411. _NLSCMPERROR
  1412. _memccpy
  1413. memchr
  1414. _memicmp
  1415. memmove
  1416. strchr
  1417. _strcmpi
  1418. _stricmp
  1419. strcoll
  1420. _stricoll
  1421. _strncoll
  1422. _strnicoll
  1423. strcspn
  1424. _strdup
  1425. _strerror
  1426. strerror
  1427. _strlwr
  1428. strncat
  1429. strncmp
  1430. _strnicmp
  1431. strncpy
  1432. _strnset
  1433. strpbrk
  1434. strrchr
  1435. _strrev
  1436. strspn
  1437. strstr
  1438. strtok
  1439. _strupr
  1440. strxfrm
  1441. memccpy
  1442. memicmp
  1443. strcmpi
  1444. stricmp
  1445. strdup
  1446. strlwr
  1447. strnicmp
  1448. strnset
  1449. strrev
  1450. strupr
  1451. _WSTRING_DEFINED
  1452. wcscat
  1453. wcschr
  1454. wcscmp
  1455. wcscpy
  1456. wcscspn
  1457. wcslen
  1458. wcsncat
  1459. wcsncmp
  1460. wcsncpy
  1461. wcspbrk
  1462. wcsrchr
  1463. wcsspn
  1464. wcsstr
  1465. wcstok
  1466. _wcsdup
  1467. _wcsicmp
  1468. _wcsnicmp
  1469. _wcsnset
  1470. _wcsrev
  1471. 32953
  1472. 32954
  1473. 32955
  1474. 32956
  1475. 32995
  1476. 32996
  1477. 32997
  1478. 32998
  1479. 33300
  1480. 33301
  1481. 33405
  1482. 33432
  1483. 34232
  1484. 34750
  1485. 34908
  1486. 34909
  1487. 34910
  1488. 65535
  1489. 65536
  1490. 0x0000
  1491. 0x0001
  1492. 0x0002
  1493. 0x0004
  1494. 0x0008
  1495. FAXMODE_NORTC
  1496. 65537
  1497. 65538
  1498. 0x0000
  1499. 0x0001
  1500. 65539
  1501. 0x0001
  1502. 0x0002
  1503. 65540
  1504. 65549
  1505. 65550
  1506. 65551
  1507. 65552
  1508. 65553
  1509. 65554
  1510. 65555
  1511. 65556
  1512. 65557
  1513. 65558
  1514. 19960307
  1515. 0x100
  1516. 0x200
  1517. 0x200
  1518. ) & 0xff)
  1519. ) >> 8) & 0xff)
  1520. ) >> 16) & 0xff)
  1521. ) >> 24) & 0xff)
  1522. ( (sizeof(
  1523. ) + sizeof(int) - 1) & ~(sizeof(int) - 1) )
  1524.  = (va_list)&
  1525.  + _INTSIZEOF(
  1526.  *)((
  1527.  += _INTSIZEOF(
  1528. )) - _INTSIZEOF(
  1529.  = (va_list)0 )
  1530. 2147483647
  1531. _wcsset
  1532. _wcslwr
  1533. _wcsupr
  1534. wcsxfrm
  1535. wcscoll
  1536. _wcsicoll
  1537. _wcsncoll
  1538. _wcsnicoll
  1539. wcswcs
  1540. wcsdup
  1541. wcsicmp
  1542. wcsnicmp
  1543. wcsnset
  1544. wcsrev
  1545. wcsset
  1546. wcslwr
  1547. wcsupr
  1548. wcsicoll
  1549. ..\..\libimage\tiffimage.h
  1550. _TIFFIMAGE_H_
  1551. Image
  1552. ImageAlloc
  1553. ImageCopy
  1554. ImageFree
  1555. ImageGetWidth
  1556. ImageGetHeight
  1557. ImageGetDepth
  1558. ImageGetPtr
  1559. ImageIn
  1560. ImageIsGray
  1561. ImageOut
  1562. ImageSetBWOutput
  1563. ImageSetGrayOutput
  1564. ImageSetHeight
  1565. ImageSetWidth
  1566. ..\..\libimage\gd.h
  1567. gdMaxColors
  1568. gdImageStruct
  1569. pixels
  1570. colorsTotal
  1571. green
  1572. transparent
  1573. polyInts
  1574. polyAllocated
  1575. brush
  1576. brushColorMap
  1577. tileColorMap
  1578. styleLength
  1579. stylePos
  1580. style
  1581. interlace
  1582. gdImage
  1583. gdImagePtr
  1584. nchars
  1585. offset
  1586. gdFont
  1587. gdFontPtr
  1588. gdDashSize
  1589. gdStyled
  1590. gdBrushed
  1591. gdStyledBrushed
  1592. gdTiled
  1593. gdTransparent
  1594. gdImageCreate
  1595. gdImageCreateFromGif
  1596. gdImageCreateFromGd
  1597. gdImageCreateFromXbm
  1598. gdImageDestroy
  1599. gdImageSetPixel
  1600. color
  1601. gdImageGetPixel
  1602. gdImageLine
  1603. gdImageDashedLine
  1604. gdImageRectangle
  1605. gdImageFilledRectangle
  1606. gdImageBoundsSafe
  1607. gdPoint
  1608. gdPointPtr
  1609. gdImagePolygon
  1610. gdImageFilledPolygon
  1611. gdImageColorAllocate
  1612. gdImageColorClosest
  1613. gdImageColorExact
  1614. gdImageColorDeallocate
  1615. gdImageColorTransparent
  1616. gdImageGif
  1617. gdImageGd
  1618. gdImageArc
  1619. gdImageCopy
  1620. gdImageCopyResized
  1621. gdImageSetBrush
  1622. gdImageSetTile
  1623. gdImageSetStyle
  1624. noOfPixels
  1625. gdImageInterlace
  1626. interlaceArg
  1627. gdImageSX
  1628. gdImageSY
  1629. gdImageColorsTotal
  1630. gdImageRed
  1631. gdImageGreen
  1632. gdImageBlue
  1633. gdImageGetTransparent
  1634. gdImageGetInterlaced
  1635. ..\..\libimage\misc.h
  1636. _MISC_H_
  1637. D:\MSDEV\INCLUDE\ctype.h
  1638. _INC_CTYPE
  1639. _CTYPE_DISABLE_MACROS
  1640. _ctype
  1641. _pctype
  1642. _pwctype
  1643. _UPPER
  1644. _LOWER
  1645. _DIGIT
  1646. _SPACE
  1647. _PUNCT
  1648. _CONTROL
  1649. _BLANK
  1650. _LEADBYTE
  1651. _ALPHA
  1652. _CTYPE_DEFINED
  1653. _isctype
  1654. isalpha
  1655. isupper
  1656. islower
  1657. isdigit
  1658. isxdigit
  1659. isspace
  1660. ispunct
  1661. isalnum
  1662. isprint
  1663. isgraph
  1664. iscntrl
  1665. _tolower
  1666. _toupper
  1667. __isascii
  1668. __toascii
  1669. __iscsymf
  1670. __iscsym
  1671. _WCTYPE_DEFINED
  1672. iswalpha
  1673. iswupper
  1674. iswlower
  1675. iswdigit
  1676. iswxdigit
  1677. iswspace
  1678. iswpunct
  1679. iswalnum
  1680. iswprint
  1681. iswgraph
  1682. iswcntrl
  1683. iswascii
  1684. isleadbyte
  1685. towupper
  1686. towlower
  1687. iswctype
  1688. is_wctype
  1689. isascii
  1690. toascii
  1691. iscsymf
  1692. iscsym
  1693. IN_BUF_LEN
  1694. last_bs
  1695. readlin
  1696. setpixel
  1697. imgIO
  1698. value
  1699. getpixel
  1700. getrow
  1701. row_p
  1702. draw_border
  1703. zero_border
  1704. reset_image
  1705. draw_line
  1706. draw_circle
  1707. draw_filled_circle
  1708. gdImageChar
  1709. gdImageCharUp
  1710. gdImageString
  1711. gdImageStringUp
  1712. draw_ellipse
  1713. fill_Voronoi
  1714. gdImageFill
  1715. gdImageFillToBorder
  1716. border
  1717. draw_cross
  1718. draw_poly
  1719. draw_polyfill
  1720. draw_square
  1721. draw_rect
  1722. draw_up_triang
  1723. draw_dn_triang
  1724. draw_horline
  1725. draw_verline
  1726. draw_poly_ovl
  1727. av_dirn
  1728. polytype
  1729. draw_normal
  1730. PIX_RANGE
  1731. WHITE
  1732. BLACK
  1733. APOLY
  1734. HULLPOLY
  1735. DISC_ONLY
  1736. HEXA_ONLY
  1737. HEIGHT
  1738. WIDTH
  1739. ..\..\libip\lldef.h
  1740. _LLDEF_H_
  1741. False
  1742. InActive
  1743. Active
  1744. UnSet
  1745. UnMatched
  1746. Matched
  1747. Accept
  1748. Reject
  1749. Forward
  1750. Reverse
  1751. UnKnown
  1752. Boolean
  1753. linktype
  1754. previous
  1755. linklist
  1756. listlength
  1757. itemlength
  1758. match
  1759. llcrlink
  1760. llsetmatch
  1761. numatch
  1762. llsetsize
  1763. moveitem
  1764. src_addr
  1765. dest_addr
  1766. length
  1767. llzero
  1768. llinit
  1769. newitem
  1770. llhead
  1771. lltail
  1772. llnext
  1773. llprevious
  1774. llsearch
  1775. desired_item
  1776. llretrieve
  1777. lladd
  1778. lladdhead
  1779. lladdprev
  1780. lldelete
  1781. ll_length
  1782. ..\..\libip\sgl_stat.h
  1783. _SGL_STAT_H_
  1784. MAX_REC_SIZE
  1785. MIN_SGL_SIZE
  1786. MIN_SGL_DISPL
  1787. ACCEPT_LEVEL
  1788. slope
  1789. segm_ind
  1790. line_ind
  1791. Segmtype
  1792. sgl_level
  1793. SalStat
  1794. ..\..\libip\convolve.h
  1795. _CONVOLVE_H_
  1796. Matrix
  1797. matrix
  1798. nRows
  1799. nCols
  1800. ..\..\libip\pcc2.h
  1801. _PCC2_H_
  1802. NCODE0
  1803. NCODE1
  1804. NCODE2
  1805. NCODE3
  1806. NCODEF
  1807. CODE0
  1808. MINCODE1
  1809. MAXCODE1
  1810. MINCODE2
  1811. MAXCODE2
  1812. MINCODE3
  1813. MAXCODE3
  1814. MINFEATCODE
  1815. NDIRNSPERFEATURE
  1816. MAXBRANCH
  1817. STOPCODE
  1818. ENDCODE
  1819. LINECODE
  1820. BIFCODE
  1821. CROSSCODE
  1822. STARTCODE
  1823. LINEBRCODE
  1824. BIFBRCODE
  1825. CROSSBRCODE
  1826. NSTOPCODE
  1827. NENDCODE
  1828. NLINECODE
  1829. NBIFCODE
  1830. NCROSSCODE
  1831. NSTARTCODE
  1832. NLINEBRCODE
  1833. NBIFBRCODE
  1834. NCROSSBRCODE
  1835. NDECODE
  1836. ERASED
  1837. MAXPERLOOP
  1838. EELINE
  1839. EBLINE
  1840. ECLINE
  1841. BELINE
  1842. BBLINE
  1843. BCLINE
  1844. CELINE
  1845. CBLINE
  1846. CCLINE
  1847. RLELINE
  1848. RLBLINE
  1849. RLCLINE
  1850. RBELINE
  1851. RBBLINE
  1852. RBCLINE
  1853. RCELINE
  1854. RCBLINE
  1855. RCCLINE
  1856. ..\..\libimage\images.h
  1857. IMAGESH
  1858. XSIZE
  1859. YSIZE
  1860. XSIZEBIG
  1861. YSIZEBIG
  1862. GREEN
  1863. MAGENTA
  1864. YELLOW
  1865. OVERLAY
  1866. CURSOR
  1867. BACKCOLOR
  1868. HIVALUE
  1869. LOWVALUE
  1870. HIBINARY
  1871. IMGOFF
  1872. IMGON
  1873. cg1dd
  1874. pheader
  1875. magic
  1876. psize
  1877. spare1
  1878. xsize
  1879. ysize
  1880. spare2
  1881. wcsstr
  1882. )->sx)
  1883. )->sy)
  1884. )->colorsTotal)
  1885. )->red[(
  1886. )->green[(
  1887. )->blue[(
  1888. )->transparent)
  1889. )->interlace)
  1890. 0x8000
  1891. (0x0100|_UPPER|_LOWER)
  1892. (MB_CUR_MAX > 1 ? _isctype(
  1893. ,_ALPHA) : _pctype[
  1894. ] & _ALPHA)
  1895. (MB_CUR_MAX > 1 ? _isctype(
  1896. ,_UPPER) : _pctype[
  1897. ] & _UPPER)
  1898. (MB_CUR_MAX > 1 ? _isctype(
  1899. ,_LOWER) : _pctype[
  1900. ] & _LOWER)
  1901. (MB_CUR_MAX > 1 ? _isctype(
  1902. ,_DIGIT) : _pctype[
  1903. ] & _DIGIT)
  1904. (MB_CUR_MAX > 1 ? _isctype(
  1905. ,_HEX) : _pctype[
  1906. ] & _HEX)
  1907. (MB_CUR_MAX > 1 ? _isctype(
  1908. ,_SPACE) : _pctype[
  1909. ] & _SPACE)
  1910. (MB_CUR_MAX > 1 ? _isctype(
  1911. ,_PUNCT) : _pctype[
  1912. ] & _PUNCT)
  1913. (MB_CUR_MAX > 1 ? _isctype(
  1914. ,_ALPHA|_DIGIT) : _pctype[
  1915. ] & (_ALPHA|_DIGIT))
  1916. (MB_CUR_MAX > 1 ? _isctype(
  1917. ,_BLANK|_PUNCT|_ALPHA|_DIGIT) : _pctype[
  1918. ] & (_BLANK|_PUNCT|_ALPHA|_DIGIT))
  1919. (MB_CUR_MAX > 1 ? _isctype(
  1920. ,_PUNCT|_ALPHA|_DIGIT) : _pctype[
  1921. ] & (_PUNCT|_ALPHA|_DIGIT))
  1922. (MB_CUR_MAX > 1 ? _isctype(
  1923. ,_CONTROL) : _pctype[
  1924. ] & _CONTROL)
  1925. )-'A'+'a' )
  1926. )-'a'+'A' )
  1927. ( (unsigned)(
  1928. ) < 0x80 )
  1929. ) & 0x7f )
  1930. ( iswctype(
  1931. ,_ALPHA) )
  1932. ( iswctype(
  1933. ,_UPPER) )
  1934. ( iswctype(
  1935. ,_LOWER) )
  1936. ( iswctype(
  1937. ,_DIGIT) )
  1938. ( iswctype(
  1939. ,_HEX) )
  1940. ( iswctype(
  1941. ,_SPACE) )
  1942. ( iswctype(
  1943. ,_PUNCT) )
  1944. ( iswctype(
  1945. ,_ALPHA|_DIGIT) )
  1946. ( iswctype(
  1947. ,_BLANK|_PUNCT|_ALPHA|_DIGIT) )
  1948. ( iswctype(
  1949. ,_PUNCT|_ALPHA|_DIGIT) )
  1950. ( iswctype(
  1951. ,_CONTROL) )
  1952. ( (unsigned)(
  1953. ) < 0x80 )
  1954. (_pctype[(unsigned char)(
  1955. )] & _LEADBYTE)
  1956. (isalpha(
  1957. ) || ((
  1958. ) == '_'))
  1959. (isalnum(
  1960. ) || ((
  1961. ) == '_'))
  1962. __isascii
  1963. __toascii
  1964. __iscsymf
  1965. __iscsym
  1966. ) == 0.0) ? 0 : ( ((
  1967. ) < 0.0) ? -1 : 1 ) )
  1968. PICMAGIC
  1969. PICIMAGES
  1970. PICTYPE
  1971. PICNORMAL
  1972. PICCOMPRESSED
  1973. PICBW
  1974. PICRUNLENGTH
  1975. point
  1976. begin
  1977. rectangle
  1978. raster
  1979. bwraster
  1980. dpoint
  1981. dsegment
  1982. code0
  1983. code1
  1984. code2
  1985. code3
  1986. codeFeat
  1987. branch1
  1988. variable
  1989. tolerances
  1990. minEE
  1991. minFE
  1992. attrVar
  1993. iByteCode
  1994. iByteWidth
  1995. inOut
  1996. feat1
  1997. feat2
  1998. nWidth
  1999. sumPt
  2000. attributes
  2001. dirn1
  2002. dirn2
  2003. structures
  2004. iAttr
  2005. nLines
  2006. nEnds
  2007. nLoops
  2008. maxLength
  2009. centroidX
  2010. centroidY
  2011. iStrct
  2012. strctNN
  2013. pccfeat
  2014. iAttrEnd
  2015. iAttrBif
  2016. iAttrCross
  2017. iAttrLoop
  2018. nCross
  2019. nLoop
  2020. nearEnds
  2021. bound
  2022. endLine
  2023. locn1
  2024. locn2
  2025. iAttr1
  2026. iAttr2
  2027. segment
  2028. HORIZVERT
  2029. DIAG100
  2030. MDFLT
  2031. L_DFLT
  2032. L_MIN
  2033. M_MAX
  2034. MAXPERCODE
  2035. MAXBRPERNODE
  2036. MAXADJEDGES
  2037. WWSTRT
  2038. WWCORNER
  2039. WWCURVE
  2040. WWEND
  2041. EPSILON1
  2042. EPSILON2
  2043. BORDERTHETA
  2044. CURVELT180
  2045. CURVEGT180
  2046. CURVEEQ180
  2047. CURVEEQ360
  2048. wwPar
  2049. wwfeats
  2050. center
  2051. radius
  2052. iHigh
  2053. theta
  2054. featNode
  2055. intrsct
  2056. featK
  2057. coord
  2058. featC
  2059. trans1
  2060. trans2
  2061. radiusC
  2062. edgeList
  2063. node1
  2064. node2
  2065. adjEdge1
  2066. adjEdge2
  2067. nAdjEdge1
  2068. nAdjEdge2
  2069. nodeList
  2070. incEdge
  2071. nEdges
  2072. wwFeatPtr
  2073. nWWFeatPtr
  2074. strghtEdges
  2075. front
  2076. pcccodes
  2077. pcccode
  2078. pcctrack
  2079. pccrstore
  2080. pcclstore
  2081. pccfstore
  2082. pccwrite
  2083. pccbranch
  2084. nbrtoxy
  2085. pccread
  2086. pccdecodes
  2087. pccdecode
  2088. pccdetrack
  2089. pcc2xy
  2090. detrack
  2091. tlc1attr
  2092. tlc1track
  2093. tlc1dirn
  2094. dirncalc
  2095. tlc1store
  2096. tlc1tag
  2097. looptest
  2098. tlc1rid
  2099. tlc3structs
  2100. tlc3feats
  2101. ..\..\libip\bdy_stru.h
  2102. _BDYSTRUC_H_
  2103. curv_points
  2104. edge_in
  2105. edge_out
  2106. same_point
  2107. polygon
  2108. d_phi_ptr
  2109. d_l_ptr
  2110. poly_points
  2111. first_x
  2112. first_y
  2113. first_edge_out
  2114. total_delta_phi
  2115. next_poly
  2116. prev_poly
  2117. angular_bend
  2118. d_phik
  2119. phi_k
  2120. arc_length
  2121. arc_len
  2122. vert_to_clen
  2123. curvature_energy
  2124. find_interior_pt
  2125. e_out
  2126. tot_phi
  2127. reconstruct_poly
  2128. e_outk
  2129. fill_bdy_structure
  2130. poly_hull
  2131. hull_area
  2132. poly_hull_tol
  2133. poly_approx
  2134. abort1
  2135. LINUX
  2136. winding_ccw
  2137. winding_cw
  2138. convex_hull
  2139. reprt_hull_center
  2140. nematic_op
  2141. n_sgl
  2142. n_segm
  2143. dirns
  2144. eccentr
  2145. find_ex_hist
  2146. asp_ratio
  2147. ex_hist
  2148. ar_base
  2149. zero_moment
  2150. find_area_hist
  2151. area_hist
  2152. area_base
  2153. find_lsz_hist
  2154. lsize
  2155. lsz_hist
  2156. nbins
  2157. lsz_base
  2158. poly_moments
  2159. moments
  2160. get_next_index
  2161. getopt
  2162. optstring
  2163. exitmess
  2164. prompt
  2165. status
  2166. npoints
  2167. fft2d
  2168. imgReal
  2169. imgImag
  2170. fltrbttr
  2171. passType
  2172. order
  2173. fltrgaus
  2174. convolve
  2175. Kernel
  2176. vert_to_phi_star
  2177. phi_star
  2178. zero_mom
  2179. shape_parm
  2180. c_len
  2181. E_dist
  2182. tg_turn_an
  2183. cont_bend_en
  2184. r_dev
  2185. n2_vert
  2186. select_poly
  2187. poly_head
  2188. acm_prm_size
  2189. acm_cont_parms
  2190. acm_record_size
  2191. acm_moments
  2192. acm_shape_parms
  2193. pc_len
  2194. e_bend
  2195. get_acm_data
  2196. n_mode_parms
  2197. mode_parms
  2198. n_moments
  2199. n_pts
  2200. power_spec
  2201. corr_fct
  2202. write_acm_file
  2203. p_spec
  2204. n_mom
  2205. pix_ct
  2206. res_c_len
  2207. g_shape
  2208. write_fd_file
  2209. n_order
  2210. ratio
  2211. descriptors
  2212. dphik
  2213. msdescriptors
  2214. delta_phik
  2215. delta_lk
  2216. dc_term
  2217. source
  2218. vrtop
  2219. spec_and_corr
  2220. spec_bend_en
  2221. print_sos_lic
  2222. print_bcd_lic
  2223. usage
  2224. inv_image
  2225. ) >= 0) ? (
  2226. ): -(
  2227. ) >= 0.0) ? (
  2228. ): -(
  2229. 1.4142135
  2230. 3.14159265358979
  2231. ..\..\libimage
  2232. ..\..\libtiff\libtiff
  2233. ..\..\libip
  2234. D:\MSDEV\INCLUDE
  2235. D:\MSDEV\MFC\include
  2236. F:\MSDEV\INCLUDE
  2237. F:\MSDEV\MFC\include
  2238. _INTEGRAL_MAX_BITS=64
  2239. _M_IX86=400
  2240. _MSC_VER=1000
  2241. _WIN32
  2242. WIN32
  2243. NDEBUG
  2244. _CONSOLE
  2245.