Home
last modified time | relevance | path

Searched refs:tilelength (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcp.c72 static uint32 tilelength; variable
302 tilelength = deftilelength; in main()
690 if (tilelength == (uint32) -1) in tiffcp()
691 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in tiffcp()
692 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in tiffcp()
694 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in tiffcp()
1521 for (row = 0; row < imagelength; row += tilelength) { in DECLAREwriteFunc()
1792 bychunk = (tw == tilewidth && tl == tilelength); in pickCopyFunc()
H A Dtiff2pdf.c3589 uint32 tilelength){ in t2p_tile_collapse_left() argument
3595 for(i=0;i<tilelength;i++){ in t2p_tile_collapse_left()
4402 uint32 tilelength=0; in t2p_compose_pdf_page() local
4472 tilelength > INT_MAX || in t2p_compose_pdf_page()
4474 t2p->tiff_length > INT_MAX - tilelength ) in t2p_compose_pdf_page()
4485 tilelength -1)/ in t2p_compose_pdf_page()
4486 tilelength; in t2p_compose_pdf_page()
4491 t2p->tiff_length % tilelength; in t2p_compose_pdf_page()
4525 - ((float)(t2p->pdf_imagelength * i2 * tilelength) in t2p_compose_pdf_page()
4541 - ((float)(t2p->pdf_imagelength * i2 * tilelength) in t2p_compose_pdf_page()
[all …]
H A Dtiffcrop.c439 static uint32 tilelength = 0; variable
2295 tilelength = deftilelength; in main()
7161 if (tilelength == (uint32) 0) in writeSingleSection()
7162 TIFFGetField(in, TIFFTAG_TILELENGTH, &tilelength); in writeSingleSection()
7164 if (tilewidth == 0 || tilelength == 0) in writeSingleSection()
7165 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in writeSingleSection()
7166 TIFFDefaultTileSize(out, &tilewidth, &tilelength); in writeSingleSection()
7168 TIFFSetField(out, TIFFTAG_TILELENGTH, tilelength); in writeSingleSection()
7836 if (tilelength == (uint32) 0) in writeCroppedImage()
7839 if (tilewidth == 0 || tilelength == 0) in writeCroppedImage()
[all …]