Searched defs:TIFFRGBAImage (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtiffio.h179 typedef struct _TIFFRGBAImage TIFFRGBAImage; typedef in typeref:struct:_TIFFRGBAImage
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*);
435 extern int TIFFRGBAImageBegin(TIFFRGBAImage*, TIFF*, int, char [1024]);
436 extern int TIFFRGBAImageGet(TIFFRGBAImage*, uint32*, uint32, uint32);
437 extern void TIFFRGBAImageEnd(TIFFRGBAImage*);

Completed in 92 milliseconds