Searched refs:TIFFRGBAImage (Results 1 – 11 of 11) sorted by relevance
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Tiffile.cpp | 37 TIFFRGBAImage tif; 134 TIFFRGBAImage* img = &dib->tif; in TIFFRGBA2DIB() 275 TIFFRGBAImage* img, \ 285 TIFFRGBAImage* img,\ 294 static int getStripContig1Bit(TIFFRGBAImage* img, uint32* uraster, uint32 w, uint32 h); 302 TIFFRGBAImage* img = &dib->tif; in DibInstallHack() 352 setorientation(TIFFRGBAImage* img, uint32 h) in setorientation() 393 getStripContig1Bit(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in getStripContig1Bit()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 529 TIFFRGBAImage img; in TIFFReadRGBAImageOriented() 1197 TIFFRGBAImage* img, \ 1580 TIFFRGBAImage* img,\ 1767 TIFFRGBAImage* img, in putcontig8bitYCbCrGenericTile() 2311 makebwmap(TIFFRGBAImage* img) in makebwmap() 2370 setupMap(TIFFRGBAImage* img) in setupMap() 2424 cvtcmap(TIFFRGBAImage* img) in cvtcmap() 2448 makecmap(TIFFRGBAImage* img) in makecmap() 2504 buildMap(TIFFRGBAImage* img) in buildMap() 2820 TIFFRGBAImage img; in TIFFReadRGBAStrip() [all …]
|
| H A D | tiffio.h | 179 typedef struct _TIFFRGBAImage TIFFRGBAImage; typedef 191 (TIFFRGBAImage*, uint32*, uint32, uint32, uint32, uint32, int32, int32, 194 (TIFFRGBAImage*, uint32*, uint32, uint32, uint32, uint32, int32, int32, 215 int (*get)(TIFFRGBAImage*, uint32*, uint32, uint32); 218 void (*any)(TIFFRGBAImage*); 434 extern int TIFFRGBAImageBegin(TIFFRGBAImage*, TIFF*, int, char [1024]); 435 extern int TIFFRGBAImageGet(TIFFRGBAImage*, uint32*, uint32, uint32); 436 extern void TIFFRGBAImageEnd(TIFFRGBAImage*);
|
| /libtiff-4.0.7/man/ |
| H A D | Makefile.am | 79 TIFFRGBAImage.3tiff \
|
| H A D | CMakeLists.txt | 78 TIFFRGBAImage.3tiff
|
| H A D | Makefile.in | 385 TIFFRGBAImage.3tiff \
|
| /libtiff-4.0.7/html/man/ |
| H A D | Makefile.am | 64 TIFFRGBAImage.3tiff.html \
|
| H A D | CMakeLists.txt | 57 TIFFRGBAImage.3tiff.html
|
| H A D | Makefile.in | 366 TIFFRGBAImage.3tiff.html \
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffgt.c | 54 static TIFFRGBAImage img;
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 389 * libtiff/tif_getimage.c: fix out-of-bound reads in TIFFRGBAImage 3661 TIFFRGBAImage interface. 5364 TIFFReadRGBAStrip.3t, TIFFReadRGBATile.3t, TIFFRGBAImage.3t}: 5365 Finally resolved problems with orientation handling. TIFFRGBAImage 5459 by the TIFFRGBAImage interface. All introduced routines go to new
|