Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c6279 uint32 row, first_row, last_row, first_col, last_col; in extractCompositeRegions() local
6320 last_col = crop->regionlist[i].x2; in extractCompositeRegions()
6322 crop_width = last_col - first_col + 1; in extractCompositeRegions()
6529 uint32 row, first_row, last_row, first_col, last_col; in extractSeparateRegion() local
6558 last_col = crop->regionlist[region].x2; in extractSeparateRegion()
6560 crop_width = last_col - first_col + 1; in extractSeparateRegion()
6702 last_col = section->x2; in extractImageSection()
6704 sect_width = last_col - first_col + 1; in extractImageSection()
6714 first_row, last_row, first_col, last_col); in extractImageSection()
6740 shift2 = spp * ((last_col * bps) % 8); in extractImageSection()
[all …]