Searched refs:row_width (Results 1 – 2 of 2) sorted by relevance
997 int row_width, max_rows; in wprint_image_compute_rows_to_cache() local1009 row_width = height; in wprint_image_compute_rows_to_cache()1015 row_width = width; in wprint_image_compute_rows_to_cache()1033 row_width = BYTES_PER_PIXEL(row_width); in wprint_image_compute_rows_to_cache()1034 max_rows = (available_mem / row_width); in wprint_image_compute_rows_to_cache()1041 row_width, output_mem, max_rows); in wprint_image_compute_rows_to_cache()1050 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()