Searched refs:TIFFAppendToStrip (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_write.c | 44 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()
|