Home
last modified time | relevance | path

Searched refs:TIFFRGBAImage (Results 1 – 11 of 11) sorted by relevance

/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp37 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 Dtif_getimage.c529 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 Dtiffio.h179 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 DMakefile.am79 TIFFRGBAImage.3tiff \
H A DCMakeLists.txt78 TIFFRGBAImage.3tiff
H A DMakefile.in385 TIFFRGBAImage.3tiff \
/libtiff-4.0.7/html/man/
H A DMakefile.am64 TIFFRGBAImage.3tiff.html \
H A DCMakeLists.txt57 TIFFRGBAImage.3tiff.html
H A DMakefile.in366 TIFFRGBAImage.3tiff.html \
/libtiff-4.0.7/tools/
H A Dtiffgt.c54 static TIFFRGBAImage img;
/libtiff-4.0.7/
H A DChangeLog389 * 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