Lines Matching refs:seg
2217 int seg, length; in main() local
2468 for (seg = 0; seg < crop.selections; seg++) in main()
2469 _TIFFfree (seg_buffs[seg].buffer); in main()
5383 uint32 seg, total, need_buff = 0; in getCropOffsets() local
5458 seg = crop->zonelist[i].position; in getCropOffsets()
5469 (uint32)(offsets.crop_width * 1.0 * (seg - 1) / total); in getCropOffsets()
5471 (int32)(offsets.crop_width * 1.0 * seg / total); in getCropOffsets()
5495 test = offsets.endy - (uint32)(offsets.crop_length * 1.0 * seg / total); in getCropOffsets()
5501 test = offsets.endy - (offsets.crop_length * 1.0 * (seg - 1) / total); in getCropOffsets()
5526 (uint32)(offsets.crop_width * (total - seg) * 1.0 / total); in getCropOffsets()
5528 (offsets.crop_width * (total - seg + 1) * 1.0 / total); in getCropOffsets()
5553 … crop->regionlist[i].y1 = offsets.starty + (uint32)(offsets.crop_length * 1.0 * (seg - 1) / total); in getCropOffsets()
5554 test = offsets.starty + (uint32)(offsets.crop_length * 1.0 * seg / total); in getCropOffsets()