Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_read.c38 int TIFFFillTile(TIFF* tif, uint32 tile);
681 if (tile >= td->td_nstrips) { in TIFFReadEncodedTile()
734 (unsigned long) tile); in TIFFReadRawTile1()
773 (unsigned long) tile, in TIFFReadRawTile1()
781 (unsigned long) tile, in TIFFReadRawTile1()
805 if (tile >= td->td_nstrips) { in TIFFReadRawTile()
850 (unsigned long) tile); in TIFFFillTile()
855 (unsigned long) tile); in TIFFFillTile()
917 (unsigned long) tile); in TIFFFillTile()
942 return (TIFFStartTile(tif, tile)); in TIFFFillTile()
[all …]
H A Dtif_write.c391 if (tile >= td->td_nstrips) { in TIFFWriteEncodedTile()
393 (unsigned long) tile, (unsigned long) td->td_nstrips); in TIFFWriteEncodedTile()
405 tif->tif_curtile = tile; in TIFFWriteEncodedTile()
407 if( td->td_stripbytecount[tile] > 0 ) in TIFFWriteEncodedTile()
437 tif->tif_row = (tile % howmany32) * td->td_tilelength; in TIFFWriteEncodedTile()
443 tif->tif_col = (tile % howmany32) * td->td_tilewidth; in TIFFWriteEncodedTile()
476 sample = (uint16)(tile/td->td_stripsperimage); in TIFFWriteEncodedTile()
489 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile()
513 if (tile >= tif->tif_dir.td_nstrips) { in TIFFWriteRawTile()
515 (unsigned long) tile, in TIFFWriteRawTile()
[all …]
H A Dtif_tile.c44 uint32 tile = 1; in TIFFComputeTile() local
60 tile = (xpt*ypt*zpt)*s + in TIFFComputeTile()
65 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx; in TIFFComputeTile()
67 return (tile); in TIFFComputeTile()
H A Dtiffio.h468 extern tmsize_t TIFFReadEncodedTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size);
469 extern tmsize_t TIFFReadRawTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size);
472 extern tmsize_t TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc);
473 extern tmsize_t TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc);
H A Dtif_config.h.cmake.in17 /* enable deferred strip/tile offset/size loading (experimental) */
H A Dtif_config.h.in24 /* enable deferred strip/tile offset/size loading (experimental) */
H A Dtif_jpeg.c48 int TIFFFillTile(TIFF* tif, uint32 tile);
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c2063 k=tbc[tile]; in t2p_read_tiff_size_tile()
2873 tile, in t2p_readwrite_pdf_image_tile()
2909 tile, in t2p_readwrite_pdf_image_tile()
2919 tile, in t2p_readwrite_pdf_image_tile()
2946 tile, in t2p_readwrite_pdf_image_tile()
2952 tile, in t2p_readwrite_pdf_image_tile()
3027 tile, in t2p_readwrite_pdf_image_tile()
3033 tile, in t2p_readwrite_pdf_image_tile()
4801 if(tile != 0){ in t2p_write_pdf_xobject_stream_dict()
4808 if(tile==0){ in t2p_write_pdf_xobject_stream_dict()
[all …]
/libtiff-4.0.7/
H A DTODO4 o tiffcmp read data by strip/tile instead of scanline
H A DChangeLog108 unusual tile size like YCbCr with subsampling. Reported as MSVR 35105
162 tile width vs image width. Reported as MSVR 35103
666 * test/Makefile.am: tiff2rgba-quad-tile.jpg.sh depends on the JPEG
1142 first tile/strip (only useful in update scenarios. create-only was
1760 Implement optional support for deferring the load of strip/tile
2312 and writing tile based images with bit depths not a multiple of 8
2872 in a tile of data when a single tile had an interleaving of reading
2951 * tif_dirwrite.c: Always write tile/strip offsets and sizes
3931 strip/tile ...' style
4760 tif_pixarlog.c, tif_write.c}: Handle the zero strip/tile sizes
[all …]
H A DCMakeLists.txt645 # Defer loading of strip/tile offsets
646 option(defer-strile-load "enable deferred strip/tile offset/size loading (experimental)" OFF)
H A Dconfigure.ac977 dnl Should we try to defer loading of strip/tile offsets and sizes to
984 [enable deferred strip/tile offset/size loading (experimental)]),
988 AC_DEFINE(DEFER_STRILE_LOAD,1,[enable deferred strip/tile offset/size loading (experimental)])
H A Dconfigure1542 enable deferred strip/tile offset/size loading
/libtiff-4.0.7/test/
H A DMakefile.am56 JPEG_DEPENDENT_TESTSCRIPTS=tiff2rgba-quad-tile.jpg.sh
155 images/quad-tile.jpg.tiff
H A DCMakeLists.txt105 tiff2rgba-quad-tile.jpg.sh)
121 images/quad-tile.jpg.tiff)
H A DMakefile.in412 @HAVE_JPEG_TRUE@am__EXEEXT_2 = tiff2rgba-quad-tile.jpg.sh
656 @HAVE_JPEG_TRUE@JPEG_DEPENDENT_TESTSCRIPTS = tiff2rgba-quad-tile.jpg.sh
747 images/quad-tile.jpg.tiff
1626 tiff2rgba-quad-tile.jpg.sh.log: tiff2rgba-quad-tile.jpg.sh
/libtiff-4.0.7/config/
H A Dconfig.sub1052 tile*)
1053 basic_machine=tile-unknown
/libtiff-4.0.7/contrib/pds/
H A DREADME35 "chunk" of data - that "chunk" might be a strip or a tile, and might