Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c3526 uint32 src_rowsize, src_offset, row, first_col = 0; in extractContigSamplesToBuffer() local
6319 first_col = crop->regionlist[i].x1; in extractCompositeRegions()
6322 crop_width = last_col - first_col + 1; in extractCompositeRegions()
6557 first_col = crop->regionlist[region].x1; in extractSeparateRegion()
6560 crop_width = last_col - first_col + 1; in extractSeparateRegion()
6701 first_col = section->x1; in extractImageSection()
6704 sect_width = last_col - first_col + 1; in extractImageSection()
6714 first_row, last_row, first_col, last_col); in extractImageSection()
6723 col_offset = first_col * spp * bps / 8; in extractImageSection()
6739 shift1 = spp * ((first_col * bps) % 8); in extractImageSection()
[all …]