Searched refs:TIFFReadRGBAImage (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/libtiff/
H A DtifftclStubInit.c77 TIFFReadRGBAImage, /* 54 */
H A DtifftclDecls.h165 TIFFTCLAPI int TIFFReadRGBAImage(TIFF *tiffptr, uint32 a, uint32 b,
692 #define TIFFReadRGBAImage \ macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadNone.c181 extern int TIFFReadRGBAImage();
422 {"TIFFReadRGBAImage", TIFFReadRGBAImage},
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtiffio.h225 * packed ABGR form returned by TIFFReadRGBAImage.
410 extern int TIFFReadRGBAImage(TIFF*, uint32, uint32, uint32*, int = 0);
417 extern int TIFFReadRGBAImage(TIFF*, uint32, uint32, uint32*, int);
H A Dtif_getimage.c66 * Check the image to see if TIFFReadRGBAImage can deal with it.
495 TIFFReadRGBAImage(TIFF* tif, function
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Drgb2ycbcr.c307 if (!TIFFReadRGBAImage(in, width, height, raster, 0)) {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure.com447 TIFFReadRGBAImage=PROCEDURE,-
592 UNIVERSAL=TIFFReadRGBAImage
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A Dtiff.c646 if (!TIFFReadRGBAImage(tif, w, h, raster, 0) || errorMessage) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c7170 DEF_IMGLIB_FN (TIFFReadRGBAImage);
7186 LOAD_IMGLIB_FN (library, TIFFReadRGBAImage);
7198 #define fn_TIFFReadRGBAImage TIFFReadRGBAImage
7154 DEF_IMGLIB_FN (TIFFReadRGBAImage); variable

Completed in 282 milliseconds