Searched refs:tif_encoderow (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dumpmode.c113 tif->tif_encoderow = DumpModeEncode;
H A Dtif_predict.c139 sp->coderow = tif->tif_encoderow;
140 tif->tif_encoderow = PredictorEncodeRow;
H A Dtif_compress.c146 tif->tif_encoderow = _TIFFNoRowEncode;
H A Dtif_packbits.c295 tif->tif_encoderow = PackBitsEncode;
H A Dtiffiop.h124 TIFFCodeMethod tif_encoderow; /* scanline encoding routine */ member in struct:tiff
H A Dtif_luv.c601 while (cc && (*tif->tif_encoderow)(tif, bp, rowlen, s) == 0)
616 while (cc && (*tif->tif_encoderow)(tif, bp, rowlen, s) == 0)
1383 tif->tif_encoderow = LogLuvEncode24;
1397 tif->tif_encoderow = LogLuvEncode32;
1415 tif->tif_encoderow = LogL16Encode;
1573 * NB: tif_decoderow & tif_encoderow are filled
H A Dtif_zip.c355 tif->tif_encoderow = ZIPEncode;
H A Dtif_jpeg.c1160 tif->tif_encoderow = JPEGEncodeRaw;
1166 tif->tif_encoderow = JPEGEncode;
1653 tif->tif_encoderow = JPEGEncode;
H A Dtif_write.c159 status = (*tif->tif_encoderow)(tif, (tidata_t) buf,
H A Dtif_fax3.c1315 tif->tif_encoderow = Fax3Encode;
1432 tif->tif_encoderow = Fax4Encode;
H A Dtif_pixarlog.c1296 tif->tif_encoderow = PixarLogEncode;
H A Dtif_ojpeg.c765 tif->tif_encoderow = tif->tif_encodestrip = tif->tif_encodetile =

Completed in 112 milliseconds