Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
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()
718 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
800 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog3706 TIFFAppendToStrip().
3729 * tif_write.c: Rip out the fancy logic in TIFFAppendToStrip() for
3735 unaltered till TIFFAppendToStrip(). Now we only write a block back
4115 * libtiff/tif_write.c: TIFFAppendToStrip() - clear sorted flag if
5529 TIFFAppendToStrip() function as per bug

Completed in 9 milliseconds