~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to src/tiff/libtiff.def

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LIBRARY libtiff
2
 
EXPORTS TIFFOpen
3
 
        TIFFGetVersion
4
 
        TIFFClose
5
 
        TIFFFlush
6
 
        TIFFFlushData
7
 
        TIFFGetField
8
 
        TIFFVGetField
9
 
        TIFFGetFieldDefaulted
10
 
        TIFFVGetFieldDefaulted
11
 
        TIFFGetTagListEntry
12
 
        TIFFGetTagListCount
13
 
        TIFFReadDirectory
14
 
        TIFFScanlineSize
15
 
        TIFFStripSize
16
 
        TIFFVStripSize
17
 
        TIFFRawStripSize
18
 
        TIFFTileRowSize
19
 
        TIFFTileSize
20
 
        TIFFVTileSize
21
 
        TIFFFileno
22
 
        TIFFGetMode
23
 
        TIFFIsTiled
24
 
        TIFFIsByteSwapped
25
 
        TIFFCIELabToRGBInit
26
 
        TIFFCIELabToXYZ
27
 
        TIFFXYZToRGB
28
 
        TIFFYCbCrToRGBInit
29
 
        TIFFYCbCrtoRGB
30
 
        TIFFCurrentRow
31
 
        TIFFCurrentDirectory
32
 
        TIFFCurrentStrip
33
 
        TIFFCurrentTile
34
 
        TIFFDataWidth
35
 
        TIFFReadBufferSetup
36
 
        TIFFLastDirectory
37
 
        TIFFSetDirectory
38
 
        TIFFSetSubDirectory
39
 
        TIFFUnlinkDirectory
40
 
        TIFFSetField
41
 
        TIFFVSetField
42
 
        TIFFCheckpointDirectory
43
 
        TIFFWriteDirectory
44
 
        TIFFRewriteDirectory
45
 
        TIFFPrintDirectory
46
 
        TIFFReadScanline
47
 
        TIFFWriteScanline
48
 
        TIFFReadRGBAImage
49
 
        TIFFReadRGBAImageOriented
50
 
        TIFFPrintDirectory
51
 
        TIFFReadScanline
52
 
        TIFFWriteScanline
53
 
        TIFFReadRGBAImage
54
 
        TIFFFdOpen
55
 
        TIFFClientOpen
56
 
        TIFFFileName
57
 
        TIFFError
58
 
        TIFFWarning
59
 
        TIFFSetErrorHandler
60
 
        TIFFSetWarningHandler
61
 
        TIFFComputeTile
62
 
        TIFFCheckTile
63
 
        TIFFNumberOfTiles
64
 
        TIFFReadTile
65
 
        TIFFWriteTile
66
 
        TIFFComputeStrip
67
 
        TIFFNumberOfStrips
68
 
        TIFFRGBAImageBegin
69
 
        TIFFRGBAImageEnd
70
 
        TIFFReadEncodedStrip
71
 
        TIFFReadRawStrip
72
 
        TIFFReadEncodedTile
73
 
        TIFFReadRawTile
74
 
        TIFFReadRGBATile
75
 
        TIFFReadRGBAStrip
76
 
        TIFFWriteEncodedStrip
77
 
        TIFFWriteRawStrip
78
 
        TIFFWriteEncodedTile
79
 
        TIFFWriteRawTile
80
 
        TIFFSetWriteOffset
81
 
        TIFFSwabDouble
82
 
        TIFFSwabShort
83
 
        TIFFSwabLong
84
 
        TIFFSwabArrayOfShort
85
 
        TIFFSwabArrayOfLong
86
 
        TIFFSwabArrayOfDouble
87
 
        TIFFReverseBits
88
 
        TIFFGetBitRevTable
89
 
        TIFFDefaultStripSize
90
 
        TIFFDefaultTileSize
91
 
        TIFFRasterScanlineSize
92
 
        _TIFFmalloc
93
 
        _TIFFrealloc
94
 
        _TIFFfree
95
 
        _TIFFmemset
96
 
        _TIFFmemcpy
97
 
        _TIFFmemcmp
98
 
        TIFFCreateDirectory
99
 
        TIFFDefaultStripSize
100
 
 
101
 
 
102