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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_predict.h44 TIFFCodeMethod coderow; /* parent codec encode/decode row */
45 TIFFCodeMethod codestrip; /* parent codec encode/decode strip */
46 TIFFCodeMethod codetile; /* parent codec encode/decode tile */
H A Dtiffiop.h67 typedef int (*TIFFCodeMethod)(TIFF*, tidata_t, tsize_t, tsample_t); typedef
123 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */
124 TIFFCodeMethod tif_encoderow; /* scanline encoding routine */
125 TIFFCodeMethod tif_decodestrip;/* strip decoding routine */
126 TIFFCodeMethod tif_encodestrip;/* strip encoding routine */
127 TIFFCodeMethod tif_decodetile; /* tile decoding routine */
128 TIFFCodeMethod tif_encodetile; /* tile encoding routine */

Completed in 107 milliseconds