Home | History | Annotate | Download | only in libtiff

Lines Matching refs:TIFFRGBAImageGet

503 TIFFRGBAImageGet(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h)
533 ok = TIFFRGBAImageGet(&img, raster+(rheight-img.height)*rwidth,
2948 ok = TIFFRGBAImageGet(&img, raster, img.width, rows_to_read );
3016 * The TIFFRGBAImageGet() function doesn't allow us to get off the
3039 ok = TIFFRGBAImageGet(&img, raster, read_xsize, read_ysize );