Searched refs:TIFFCodeMethod (Results 1 – 2 of 2) sorted by relevance
45 TIFFCodeMethod encoderow; /* parent codec encode/decode row */46 TIFFCodeMethod encodestrip; /* parent codec encode/decode strip */47 TIFFCodeMethod encodetile; /* parent codec encode/decode tile */ 50 TIFFCodeMethod decoderow; /* parent codec encode/decode row */51 TIFFCodeMethod decodestrip; /* parent codec encode/decode strip */52 TIFFCodeMethod decodetile; /* parent codec encode/decode tile */
96 typedef int (*TIFFCodeMethod)(TIFF* tif, uint8* buf, tmsize_t size, uint16 sample); typedef164 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */165 TIFFCodeMethod tif_encoderow; /* scanline encoding routine */166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */167 TIFFCodeMethod tif_encodestrip; /* strip encoding routine */168 TIFFCodeMethod tif_decodetile; /* tile decoding routine */169 TIFFCodeMethod tif_encodetile; /* tile encoding routine */