Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_compress.c73 TIFFNoDecode(TIFF* tif, const char* method) in TIFFNoDecode() function
99 return (TIFFNoDecode(tif, "scanline")); in _TIFFNoRowDecode()
106 return (TIFFNoDecode(tif, "strip")); in _TIFFNoStripDecode()
113 return (TIFFNoDecode(tif, "tile")); in _TIFFNoTileDecode()
/libtiff-4.0.7/
H A DChangeLog142 * libtiff/tif_compress.c: make TIFFNoDecode() return 0 to indicate an