Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Draw2tiff.c82 static int guessSize(int, TIFFDataType, _TIFF_off_t, uint32, int,
93 _TIFF_off_t hdr_size = 0; /* size of the header to skip */ in main()
294 SEEK_SET) == (_TIFF_off_t)-1) { in main()
368 guessSize(int fd, TIFFDataType dtype, _TIFF_off_t hdr_size, uint32 nbands, in guessSize()
428 SEEK_SET) == (_TIFF_off_t)-1) { in guessSize()
472 if (filestat.st_size<(_TIFF_off_t)(hdr_size+(*width)*(*length)*nbands*depth)) { in guessSize()
A Dtiffdump.c174 _TIFF_lseek_f(fd, (_TIFF_off_t) 0, 0); in dump()
312 if (_TIFF_lseek_f(fd, (_TIFF_off_t)off, SEEK_SET) != (_TIFF_off_t)off) { in ReadDirectory()
478 if (_TIFF_lseek_f(fd, (_TIFF_off_t)dataoffset, 0) != in ReadDirectory()
479 (_TIFF_off_t)dataoffset) in ReadDirectory()
A Dtiff2pdf.c419 return _TIFF_fseek_f(t2p->outputfile, (_TIFF_off_t) offset, whence); in t2p_seekproc()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_unix.c129 _TIFF_off_t off_io = (_TIFF_off_t) off; in _tiffSeekProc()
A Dtiffiop.h304 #define _TIFF_off_t __int64 macro
314 #define _TIFF_off_t off_t macro

Completed in 15 milliseconds