Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c2114 && (tiles.tiles_edgetilewidth != 0) ){ in t2p_tile_is_right_edge()
2128 if( ((tile+1) > (tiles.tiles_tilecount-tiles.tiles_tilecountx) ) in t2p_tile_is_bottom_edge()
2129 && (tiles.tiles_edgetilelength != 0) ){ in t2p_tile_is_bottom_edge()
2143 return(t2p_tile_is_right_edge(tiles, tile) | t2p_tile_is_bottom_edge(tiles, tile) ); in t2p_tile_is_edge()
2153 return(t2p_tile_is_right_edge(tiles, tile) & t2p_tile_is_bottom_edge(tiles, tile) ); in t2p_tile_is_corner_edge()
4397 T2P_TILE* tiles=NULL; in t2p_compose_pdf_page() local
4495 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page()
4513 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page()
4529 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page()
4544 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page()
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_write.c567 TIFFWriteCheck(TIFF* tif, int tiles, const char* module) in TIFFWriteCheck() argument
573 if (tiles ^ isTiled(tif)) { in TIFFWriteCheck()
574 TIFFErrorExt(tif->tif_clientdata, module, tiles ? in TIFFWriteCheck()
H A Dtif_read.c1075 TIFFCheckRead(TIFF* tif, int tiles) in TIFFCheckRead() argument
1081 if (tiles ^ isTiled(tif)) { in TIFFCheckRead()
1082 TIFFErrorExt(tif->tif_clientdata, tif->tif_name, tiles ? in TIFFCheckRead()
/libtiff-4.0.7/
H A DChangeLog1138 all tiles/strips to include quantization tables even when the jpegtablesmode
1390 * libtiff/tif_write.c: Fix bug rewriting image tiles in a
2041 converting JPEG encoded tiles.
2216 to support operating on strips/tiles of more than 256MB.
6305 tiles files to avoid error about it not matching the
6414 tiles that don't start on a tile boundary. Fix contributed by
7080 fixed sized tiles and strips. Code mods disabled by default, only