Searched refs:row_width (Results 1 – 2 of 2) sorted by relevance
1030 int row_width, max_rows; in wprint_image_compute_rows_to_cache() local1042 row_width = height; in wprint_image_compute_rows_to_cache()1048 row_width = width; in wprint_image_compute_rows_to_cache()1066 row_width = BYTES_PER_PIXEL(row_width); in wprint_image_compute_rows_to_cache()1067 max_rows = (available_mem / row_width); in wprint_image_compute_rows_to_cache()1074 row_width, output_mem, max_rows); in wprint_image_compute_rows_to_cache()1083 image_info->output_cache[i] = (unsigned char *) malloc(row_width); in wprint_image_compute_rows_to_cache()
120 int row_width = cpy_bytes * srcWidth; in crop() local127 …memcpy(destination + (j - offsetHeight) * new_row_width, source + j * row_width + offsetWidth * cp… in crop()