Searched refs:x_count (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/vt/hw/vga/ |
| HD | vt_vga.c | 384 unsigned int src_x, unsigned int x_count, unsigned int dst_x, in vga_compute_shifted_pattern() argument 397 >> (8 - x_count)) in vga_compute_shifted_pattern() 398 << (8 - x_count - dst_x); in vga_compute_shifted_pattern() 401 if (n == (src_x + x_count - 1) / 8) { in vga_compute_shifted_pattern() 425 unsigned int src_x, unsigned int dst_x, unsigned int x_count, in vga_copy_bitmap_portion() argument 436 bytes, src_x, x_count, dst_x, &pattern, &relevant_bits); in vga_copy_bitmap_portion() 451 bytes, src_x, x_count, dst_x, in vga_copy_bitmap_portion() 603 unsigned int i, col, row, src_x, x_count; in vga_bitblt_one_text_pixels_block() local 681 x_count = min(min( in vga_bitblt_one_text_pixels_block() 686 x_count -= col * vf->vf_width + in vga_bitblt_one_text_pixels_block() [all …]
|
| /trueos/contrib/dialog/ |
| HD | menubox.c | 246 int spare_lines, x_count; in print_menu() local 251 for (x_count = 0; x_count < data->menu_width; in print_menu() 252 x_count++) { in print_menu()
|