Searched refs:start_row (Results 1 – 7 of 7) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 611 int _decode_stripe(wprint_image_info_t *image_info, int start_row, int num_rows, in _decode_stripe() argument 625 start_row += image_info->row_offset; in _decode_stripe() 639 if (start_row > image_info->sampled_width) { in _decode_stripe() 648 (start_row < image_info->output_swath_start) || in _decode_stripe() 649 (start_row >= (image_info->output_swath_start + image_info->rows_cached))) { in _decode_stripe() 655 image_info->output_swath_start = ((start_row / image_info->rows_cached) * in _decode_stripe() 675 for (image_y = start_row; ((num_rows != 0) && in _decode_stripe() 678 image_y++, num_rows--, start_row++) { in _decode_stripe() 689 for (image_y = start_row; in _decode_stripe() 710 if (start_row > image_info->sampled_width) { in _decode_stripe() [all …]
|
D | lib_pclm.c | 227 static int _print_swath(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows, in _print_swath() argument 246 job_info->page_number, job_info->strip_height * job_info->scan_line_width, start_row, in _print_swath() 247 start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath()
|
D | lib_pwg.c | 283 static int _print_swath(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows, in _print_swath() argument 304 start_row, start_row + num_rows - 1, num_rows, bytes_per_row); in _print_swath()
|
D | plugin_pcl.c | 59 int start_row; member 131 msg.param.send.start_row, msg.param.send.num_rows, in _send_thread() 423 msg.param.send.start_row = image_row; in _print_page()
|
D | wprint_image.h | 216 int wprint_image_decode_stripe(wprint_image_info_t *image_info, int start_row, int *height,
|
D | lib_pcl.h | 158 status_t (*print_swath)(pcl_job_info_t *job_info, char *rgb_pixels, int start_row, int num_rows,
|
/packages/apps/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 166 return env->CallIntMethod(term->getCallbacks(), damageMethod, rect.start_row, rect.end_row, in term_damage() 178 dest.start_row, dest.end_row, dest.start_col, dest.end_col, in term_moverect() 179 src.start_row, src.end_row, src.start_col, src.end_col); in term_moverect()
|