Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c2215 int seg, length; in main() local
2459 for (seg = 0; seg < crop.selections; seg++) in main()
2460 _TIFFfree (seg_buffs[seg].buffer); in main()
5364 uint32 seg, total, need_buff = 0; in getCropOffsets() local
5439 seg = crop->zonelist[i].position; in getCropOffsets()
5450 (uint32)(offsets.crop_width * 1.0 * (seg - 1) / total); in getCropOffsets()
5452 (int32)(offsets.crop_width * 1.0 * seg / total); in getCropOffsets()
5476 test = offsets.endy - (uint32)(offsets.crop_length * 1.0 * seg / total); in getCropOffsets()
5482 test = offsets.endy - (offsets.crop_length * 1.0 * (seg - 1) / total); in getCropOffsets()
5509 (offsets.crop_width * (total - seg + 1) * 1.0 / total); in getCropOffsets()
[all …]