Searched refs:TIFFRGBAImageGet (Results 1 – 7 of 7) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | libtiff.def | 73 TIFFRGBAImageGet
|
| H A D | tif_getimage.c | 505 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in TIFFRGBAImageGet() function 535 ok = TIFFRGBAImageGet(&img, raster+(rheight-img.height)*rwidth, in TIFFReadRGBAImageOriented() 2849 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read ); in TIFFReadRGBAStrip() 2933 ok = TIFFRGBAImageGet(&img, raster, read_xsize, read_ysize ); in TIFFReadRGBATile()
|
| H A D | tiffio.h | 435 extern int TIFFRGBAImageGet(TIFFRGBAImage*, uint32*, uint32, uint32);
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffgt.c | 255 TIFFRGBAImageGet(&img, raster, img.width, img.height); in initImage()
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Tiffile.cpp | 109 if (TIFFRGBAImageGet(&img.tif, raster, img.tif.width, img.tif.height)) { in ReadTIFF()
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 468 TIFFRGBAImageGet=PROCEDURE,- 619 UNIVERSAL=TIFFRGBAImageGet
|
| H A D | ChangeLog | 6705 * html/libtiff.html: Fixed arguments in example for TIFFRGBAImageGet()
|