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.c997 int row_width, max_rows; in wprint_image_compute_rows_to_cache() local
1009 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()
/packages/apps/Gallery2/jni/filters/
Dgeometry.c118 int row_width = cpy_bytes * srcWidth; in crop() local
126 …memcpy(destination + (j - offsetHeight) * new_row_width, source + j * row_width + offsetWidth * cp… in crop()