Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_write.c46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
276 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
328 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
455 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
485 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
682 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
764 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
/external/opencv3/3rdparty/libtiff/
Dtif_write.c46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
256 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc)) in TIFFWriteEncodedStrip()
304 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ? in TIFFWriteRawStrip()
411 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
441 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ? in TIFFWriteRawTile()
638 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc) in TIFFAppendToStrip() function
720 if (!TIFFAppendToStrip(tif, in TIFFFlushData1()
DChangeLog1386 TIFFAppendToStrip().
1409 * tif_write.c: Rip out the fancy logic in TIFFAppendToStrip() for
1415 unaltered till TIFFAppendToStrip(). Now we only write a block back
1795 * libtiff/tif_write.c: TIFFAppendToStrip() - clear sorted flag if
3209 TIFFAppendToStrip() function as per bug