Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcp.c71 static uint32 tilewidth; variable
301 tilewidth = deftilewidth; in main()
688 if (tilewidth == (uint32) -1) in tiffcp()
689 TIFFGetField(in, TIFFTAG_TILEWIDTH, &tilewidth); in tiffcp()
692 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
693 TIFFSetField(out, TIFFTAG_TILEWIDTH, tilewidth); in tiffcp()
1602 nrow, tilewidth, in DECLAREwriteFunc()
1792 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
H A Dtiff2pdf.c3587 uint32 tilewidth, in t2p_tile_collapse_left() argument
3594 edgescanwidth = (scanwidth * edgetilewidth + (tilewidth - 1))/ tilewidth; in t2p_tile_collapse_left()
4401 uint32 tilewidth=0; in t2p_compose_pdf_page() local
4471 if( tilewidth > INT_MAX || in t2p_compose_pdf_page()
4473 t2p->tiff_width > INT_MAX - tilewidth || in t2p_compose_pdf_page()
4481 tilewidth -1)/ in t2p_compose_pdf_page()
4482 tilewidth; in t2p_compose_pdf_page()
4489 t2p->tiff_width % tilewidth; in t2p_compose_pdf_page()
4516 + ((float)(t2p->pdf_imagewidth * i * tilewidth) in t2p_compose_pdf_page()
4532 + ((float)(t2p->pdf_imagewidth * i * tilewidth) in t2p_compose_pdf_page()
[all …]
H A Dtiffcrop.c438 static uint32 tilewidth = 0; variable
2294 tilewidth = deftilewidth; in main()
3625 dst_rowsize = ((bps * tilewidth * count) + 7) / 8; in extractContigSamplesToTileBuffer()
7159 if (tilewidth == (uint32) 0) in writeSingleSection()
7160 TIFFGetField(in, TIFFTAG_TILEWIDTH, &tilewidth); in writeSingleSection()
7164 if (tilewidth == 0 || tilelength == 0) in writeSingleSection()
7166 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in writeSingleSection()
7167 TIFFSetField(out, TIFFTAG_TILEWIDTH, tilewidth); in writeSingleSection()
7834 if (tilewidth == (uint32) 0) in writeCroppedImage()
7839 if (tilewidth == 0 || tilelength == 0) in writeCroppedImage()
[all …]
/libtiff-4.0.7/
H A DChangeLog1127 * libtiff/tif_next.c: in the "run mode", use tilewidth for tiled images