Home
last modified time | relevance | path

Searched refs:TIFFFlushData1 (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_packbits.c101 if (!TIFFFlushData1(tif)) in PackBitsEncode()
109 if (!TIFFFlushData1(tif)) in PackBitsEncode()
A Dtif_flush.c108 return (TIFFFlushData1(tif)); in TIFFFlushData()
A Dtif_dumpmode.c68 !TIFFFlushData1(tif)) in DumpModeEncode()
A Dtif_jbig.c137 !TIFFFlushData1(tif)) in JBIGCopyEncodedData()
A Dtif_zip.c289 TIFFFlushData1(tif); in ZIPEncode()
317 TIFFFlushData1(tif); in ZIPPostEncode()
A Dtif_lzma.c298 TIFFFlushData1(tif); in LZMAEncode()
326 TIFFFlushData1(tif); in LZMAPostEncode()
A Dtif_luv.c475 if (!TIFFFlushData1(tif)) in LogL16Encode()
507 if (!TIFFFlushData1(tif)) in LogL16Encode()
567 if (!TIFFFlushData1(tif)) in LogLuvEncode24()
626 if (!TIFFFlushData1(tif)) in LogLuvEncode32()
658 if (!TIFFFlushData1(tif)) in LogLuvEncode32()
A Dtif_lzw.c987 if( !TIFFFlushData1(tif) ) in LZWEncode()
1073 if( !TIFFFlushData1(tif) ) in LZWPostEncode()
A Dtiffiop.h341 extern int TIFFFlushData1(TIFF* tif);
A Dtif_write.c793 TIFFFlushData1(TIFF* tif) in TIFFFlushData1() function
A Dtif_fax3.c600 (void) TIFFFlushData1(tif); \
607 (void) TIFFFlushData1(tif); \
A Dtif_pixarlog.c1211 TIFFFlushData1(tif); in PixarLogEncode()
1241 TIFFFlushData1(tif); in PixarLogPostEncode()
A Dtif_jpeg.c471 TIFFFlushData1(tif); in std_empty_output_buffer()
A Dtif_dirwrite.c405 if( !TIFFFlushData1(tif) ) in TIFFWriteDirectorySec()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog598 functions instead of -1 when TIFFFlushData1() fails.
1081 * libtiff/tif_write.c: fix issue in error code path of TIFFFlushData1()
1085 better fix could be to check the return value of TIFFFlushData1() in

Completed in 35 milliseconds