Lines Matching refs:first_row
6279 uint32 row, first_row, last_row, first_col, last_col; in extractCompositeRegions() local
6317 first_row = crop->regionlist[i].y1; in extractCompositeRegions()
6323 crop_length = last_row - first_row + 1; in extractCompositeRegions()
6348 for (row = first_row; row <= last_row; row++) in extractCompositeRegions()
6351 dst_offset = (row - first_row) * dst_rowsize; in extractCompositeRegions()
6429 for (row = first_row; row <= last_row; row++) in extractCompositeRegions()
6432 dst_offset = (row - first_row) * dst_rowsize; in extractCompositeRegions()
6529 uint32 row, first_row, last_row, first_col, last_col; in extractSeparateRegion() local
6555 first_row = crop->regionlist[region].y1; in extractSeparateRegion()
6561 crop_length = last_row - first_row + 1; in extractSeparateRegion()
6572 for (row = first_row; row <= last_row; row++) in extractSeparateRegion()
6575 dst_offset = (row - first_row) * dst_rowsize; in extractSeparateRegion()
6658 uint32 row, first_row, last_row, first_col, last_col; in extractImageSection() local
6699 first_row = section->y1; 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()
6741 for (row = first_row; row <= last_row; row++) in extractImageSection()