Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c80 uint32 total; member
365 box->total = imagewidth * imagelength; in get_histogram()
413 p->bmax > p->bmin) && p->total > size) in largest_box()
414 size = (b = p)->total; in largest_box()
490 sum2 = ptr->total / 2; in splitbox()
513 new->total = sum1; in splitbox()
514 ptr->total = sum2; in splitbox()
H A Dtiffcrop.c247 int total; /* total equal sized divisions of crop area */ member
256 int total; /* total equal sized divisions of crop area */ member
4989 pagelist[i].total = 0; in initPageSetup()
5052 cps->zonelist[i].total = 0; in initCropMasks()
5364 uint32 seg, total, need_buff = 0; in getCropOffsets() local
5430 crop->zonelist[0].total = 1; in getCropOffsets()
5440 total = crop->zonelist[i].total; in getCropOffsets()
5452 (int32)(offsets.crop_width * 1.0 * seg / total); in getCropOffsets()
5507 (uint32)(offsets.crop_width * (total - seg) * 1.0 / total); in getCropOffsets()
5509 (offsets.crop_width * (total - seg + 1) * 1.0 / total); in getCropOffsets()
[all …]