Home
last modified time | relevance | path

Searched refs:TIFFCodeMethod (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_predict.h47 TIFFCodeMethod encoderow; /* parent codec encode/decode row */
48 TIFFCodeMethod encodestrip; /* parent codec encode/decode strip */
49 TIFFCodeMethod encodetile; /* parent codec encode/decode tile */
52 TIFFCodeMethod decoderow; /* parent codec encode/decode row */
53 TIFFCodeMethod decodestrip; /* parent codec encode/decode strip */
54 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */
Dtiffiop.h108 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample); typedef
179 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */
180 TIFFCodeMethod tif_encoderow; /* scanline encoding routine */
181 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */
182 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */
183 TIFFCodeMethod tif_decodetile; /* tile decoding routine */
184 TIFFCodeMethod tif_encodetile; /* tile encoding routine */