Home
last modified time | relevance | path

Searched refs:TIFFRGBAImageGet (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dlibtiff.def73 TIFFRGBAImageGet
H A Dtif_getimage.c505 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 Dtiffio.h435 extern int TIFFRGBAImageGet(TIFFRGBAImage*, uint32*, uint32, uint32);
/libtiff-4.0.7/tools/
H A Dtiffgt.c255 TIFFRGBAImageGet(&img, raster, img.width, img.height); in initImage()
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp109 if (TIFFRGBAImageGet(&img.tif, raster, img.tif.width, img.tif.height)) { in ReadTIFF()
/libtiff-4.0.7/
H A Dconfigure.com468 TIFFRGBAImageGet=PROCEDURE,-
619 UNIVERSAL=TIFFRGBAImageGet
H A DChangeLog6705 * html/libtiff.html: Fixed arguments in example for TIFFRGBAImageGet()