Searched refs:TIFFAppendToStrip (Results 1 – 2 of 2) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_write.c | 46 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()
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 2836 TIFFAppendToStrip(). 2859 * tif_write.c: Rip out the fancy logic in TIFFAppendToStrip() for 2865 unaltered till TIFFAppendToStrip(). Now we only write a block back 3245 * libtiff/tif_write.c: TIFFAppendToStrip() - clear sorted flag if 4659 TIFFAppendToStrip() function as per bug
|