Searched refs:TIFFVStripSize (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/ |
A D | tif_ovrcache.c | 208 TIFFVStripSize(psCache->hTIFF,RowsInStrip) ); in TIFFWriteOvrRow() 237 TIFFVStripSize(psCache->hTIFF,RowsInStrip) ); in TIFFWriteOvrRow()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | libtiff.def | 139 TIFFVStripSize
|
A D | tif_strip.c | 130 TIFFVStripSize(TIFF* tif, uint32 nrows) in TIFFVStripSize() function
|
A D | tiffio.h | 364 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows);
|
A D | tif_read.c | 496 stripsize=TIFFVStripSize(tif,rows); in TIFFReadEncodedStripGetStripSize()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcp.c | 989 TIFFVStripSize(in, imagelength - row) : stripsize; in DECLAREcpFunc() 1483 tsize_t stripsize = TIFFVStripSize(out, nrows); in DECLAREwriteFunc() 1513 tsize_t stripsize = TIFFVStripSize(out, nrows); in DECLAREwriteFunc()
|
A D | tiffcrop.c | 1132 stripsize = TIFFVStripSize(out, nrows); in writeBufferToContigStrips() 1201 stripsize = TIFFVStripSize(out, nrows); in writeBufferToSeparateStrips()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 364 extern tmsize_t TIFFVStripSize(TIFF* tif, uint32 nrows);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure.com | 409 TIFFVStripSize=PROCEDURE,- 560 UNIVERSAL=TIFFVStripSize
|
Completed in 30 milliseconds