Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2tiff.c372 tifin->tif_rawdatasize = (tmsize_t)TIFFGetFileSize(tifin); in copyFaxFile()
377 tifin->tif_rawdata = _TIFFmalloc(tifin->tif_rawdatasize); in copyFaxFile()
382 if (!ReadOK(tifin, tifin->tif_rawdata, tifin->tif_rawdatasize)) { in copyFaxFile()
386 tifin->tif_rawcp = tifin->tif_rawdata; in copyFaxFile()
387 tifin->tif_rawcc = tifin->tif_rawdatasize; in copyFaxFile()
389 (*tifin->tif_setupdecode)(tifin); in copyFaxFile()
390 (*tifin->tif_predecode)(tifin, (tsample_t) 0); in copyFaxFile()
391 tifin->tif_row = 0; in copyFaxFile()
398 while (tifin->tif_rawcc > 0) { in copyFaxFile()
399 ok = (*tifin->tif_decoderow)(tifin, (tdata_t) rowbuf, in copyFaxFile()
[all …]

Completed in 3 milliseconds