Home
last modified time | relevance | path

Searched refs:TIFFAppendToStrip (Results 1 – 25 of 66) sorted by relevance

123

/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtif_write.c44 static TIFFAppendToStrip(TIFF *, u_int, u_char *, u_int);
49 static TIFFAppendToStrip();
215 !TIFFAppendToStrip(tif, strip, (u_char *)tif->tif_rawdata, tif->tif_rawcc))
246 return (TIFFAppendToStrip(tif, strip, data, cc) ? cc : -1);
337 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile,
369 return (TIFFAppendToStrip(tif, tile, data, cc) ? cc : -1);
531 TIFFAppendToStrip(tif, strip, data, cc) in TIFFAppendToStrip() function
579 if (!TIFFAppendToStrip(tif,
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_write.c41 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
203 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
232 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
320 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
350 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
505 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
549 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_write.c41 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
203 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
232 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
320 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
350 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
505 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
549 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_write.c41 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
203 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
232 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
320 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
350 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
505 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
549 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
271 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
291 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
343 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
469 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
487 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
517 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
714 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
796 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc) ? in TIFFWriteRawTile()
739 TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc) in TIFFAppendToStrip() function
821 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_write.c46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
273 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
293 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
345 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
471 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
489 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
519 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
716 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
798 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
728 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
810 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/devel/upp/upp/uppsrc/plugin/tif/lib/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
728 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
810 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
728 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
810 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
728 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
810 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
728 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
810 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_write.c46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
273 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
293 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
345 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
471 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
489 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
519 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
716 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
798 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/
H A Dtif_write.c46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
273 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
293 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
345 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
471 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
489 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
519 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
716 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
798 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
739 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
821 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/tiffgt/tiff-4.3.0/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc) ? in TIFFWriteRawTile()
739 TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc) in TIFFAppendToStrip() function
821 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/tiff/tiff-4.3.0/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc) ? in TIFFWriteRawTile()
739 TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc) in TIFFAppendToStrip() function
821 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libtiff/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
728 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
810 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc) ? in TIFFWriteRawTile()
739 TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc) in TIFFAppendToStrip() function
903 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_write.c44 static int TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc);
283 !TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc)) in TIFFWriteEncodedStrip()
303 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
355 return (TIFFAppendToStrip(tif, strip, (uint8_t*) data, cc) ? in TIFFWriteRawStrip()
467 !TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc)) in TIFFWriteEncodedTile()
485 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
515 return (TIFFAppendToStrip(tif, tile, (uint8_t*) data, cc) ? in TIFFWriteRawTile()
739 TIFFAppendToStrip(TIFF* tif, uint32_t strip, uint8_t* data, tmsize_t cc) in TIFFAppendToStrip() function
903 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c49 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
248 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
298 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
408 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
438 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
639 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
683 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c49 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
248 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
298 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
408 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
438 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
639 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
683 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c49 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
248 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
298 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
408 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
438 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
639 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
683 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_write.c49 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
248 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
298 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
408 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
438 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
639 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
683 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_write.c49 static int TIFFAppendToStrip(TIFF*, tstrip_t, tidata_t, tsize_t);
248 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
298 return (TIFFAppendToStrip(tif, strip, (tidata_t) data, cc) ? in TIFFWriteRawStrip()
408 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
438 return (TIFFAppendToStrip(tif, tile, (tidata_t) data, cc) ? in TIFFWriteRawTile()
626 TIFFAppendToStrip(TIFF* tif, tstrip_t strip, tidata_t data, tsize_t cc) in TIFFAppendToStrip() function
670 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()

123