| /libtiff-4.0.7/archive/tools/ |
| H A D | sgisv.c | 183 if (TIFFWriteEncodedStrip(tif, TIFFComputeStrip(tif,y,0), in svRGBSeparate() 186 if (TIFFWriteEncodedStrip(tif, TIFFComputeStrip(tif,y,1), in svRGBSeparate() 189 if (TIFFWriteEncodedStrip(tif, TIFFComputeStrip(tif,y,2), in svRGBSeparate() 220 if (TIFFWriteEncodedStrip(tif, TIFFComputeStrip(tif,y,0), in svRGBContig()
|
| H A D | gif2tiff.c | 575 if (TIFFWriteEncodedStrip(tif, strip, newras+row*width, stripsize) < 0) in rasterize()
|
| /libtiff-4.0.7/test/ |
| H A D | rewrite_tag.c | 96 if( !TIFFWriteEncodedStrip( tif, i, buf, 10 ) ) in test_packbits() 117 if( !TIFFWriteEncodedStrip( tif, 6, buf, 10 ) ) in test_packbits()
|
| H A D | strip.c | 60 if (TIFFWriteEncodedStrip(tif, strip, (char *)array + offset, in write_strips()
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | tif_ovrcache.c | 206 TIFFWriteEncodedStrip( psCache->hTIFF, nTileID, in TIFFWriteOvrRow() 235 TIFFWriteEncodedStrip( psCache->hTIFF, nTileID, in TIFFWriteOvrRow()
|
| /libtiff-4.0.7/man/ |
| H A D | Makefile.am | 88 TIFFWriteEncodedStrip.3tiff \
|
| H A D | CMakeLists.txt | 87 TIFFWriteEncodedStrip.3tiff
|
| H A D | Makefile.in | 394 TIFFWriteEncodedStrip.3tiff \
|
| /libtiff-4.0.7/libtiff/ |
| H A D | libtiff.def | 147 TIFFWriteEncodedStrip
|
| H A D | tiffio.h | 470 extern tmsize_t TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc);
|
| H A D | tif_write.c | 188 TIFFWriteEncodedStrip(TIFF* tif, uint32 strip, void* data, tmsize_t cc) in TIFFWriteEncodedStrip() function
|
| /libtiff-4.0.7/tools/ |
| H A D | tiff2rgba.c | 358 if( TIFFWriteEncodedStrip( out, row / rowsperstrip, raster, in cvt_by_strip() 470 if( TIFFWriteEncodedStrip( out, row / rowsperstrip, raster_strip, in cvt_whole_image()
|
| H A D | rgb2ycbcr.c | 275 if (!TIFFWriteEncodedStrip(tif, strip++, buf, acc)) { in cvtRaster()
|
| H A D | tiffcp.c | 998 if (TIFFWriteEncodedStrip(out, s, buf, cc) < 0) { in DECLAREcpFunc() 1454 if (TIFFWriteEncodedStrip(out, strip++, buf, stripsize) < 0) { in DECLAREwriteFunc() 1488 if (TIFFWriteEncodedStrip(out, strip++, obuf, stripsize) < 0) { in DECLAREwriteFunc()
|
| H A D | thumbnail.c | 651 return (TIFFWriteEncodedStrip(out, 0, thumbnail, tnw*tnh) != -1 && in generateThumbnail()
|
| H A D | tiff2pdf.c | 2728 bufferoffset = TIFFWriteEncodedStrip(output, (tstrip_t)0, in t2p_readwrite_pdf_image() 2734 bufferoffset = TIFFWriteEncodedStrip(output, (tstrip_t)0, in t2p_readwrite_pdf_image() 3185 bufferoffset = TIFFWriteEncodedStrip(output, (tstrip_t) 0, buffer, in t2p_readwrite_pdf_image_tile()
|
| H A D | tiffcrop.c | 1131 if (TIFFWriteEncodedStrip(out, strip++, buf, stripsize) < 0) in writeBufferToContigStrips() 1216 if (TIFFWriteEncodedStrip(out, strip++, obuf, stripsize) < 0) in writeBufferToSeparateStrips()
|
| /libtiff-4.0.7/html/man/ |
| H A D | Makefile.am | 73 TIFFWriteEncodedStrip.3tiff.html \
|
| H A D | CMakeLists.txt | 66 TIFFWriteEncodedStrip.3tiff.html
|
| H A D | Makefile.in | 375 TIFFWriteEncodedStrip.3tiff.html \
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 476 TIFFWriteEncodedStrip=PROCEDURE,- 627 UNIVERSAL=TIFFWriteEncodedStrip
|
| H A D | ChangeLog | 300 * libtiff/tif_write.c: make TIFFWriteEncodedStrip() and 414 * libtiff/tif_write.c: TIFFWriteEncodedStrip() and TIFFWriteEncodedTile() 784 * libtiff/tif_write.c (TIFFWriteEncodedStrip): Fix Coverity 715975 3491 of last truncated strip data to TIFFWriteEncodedStrip
|