Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c1030 int row_width, max_rows; in wprint_image_compute_rows_to_cache() local
1042 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()
/packages/apps/Gallery2/jni/filters/
Dgeometry.c120 int row_width = cpy_bytes * srcWidth; in crop() local
127 …memcpy(destination + (j - offsetHeight) * new_row_width, source + j * row_width + offsetWidth * cp… in crop()