Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c6318 last_row = crop->regionlist[i].y2; in extractCompositeRegions()
6323 crop_length = last_row - first_row + 1; in extractCompositeRegions()
6348 for (row = first_row; row <= last_row; row++) in extractCompositeRegions()
6556 last_row = crop->regionlist[region].y2; in extractSeparateRegion()
6561 crop_length = last_row - first_row + 1; in extractSeparateRegion()
6572 for (row = first_row; row <= last_row; row++) in extractSeparateRegion()
6700 last_row = section->y2; in extractImageSection()
6706 sect_length = last_row - first_row + 1; in extractImageSection()
6714 first_row, last_row, first_col, last_col); in extractImageSection()
6724 for (row = first_row; row <= last_row; row++) in extractImageSection()
[all …]