Home
last modified time | relevance | path

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

/src/sys/dev/vt/hw/vga/
H A Dvt_vga.c395 unsigned int src_x, unsigned int x_count, unsigned int dst_x, in vga_compute_shifted_pattern() argument
408 >> (8 - x_count)) in vga_compute_shifted_pattern()
409 << (8 - x_count - dst_x); in vga_compute_shifted_pattern()
412 if (n == (src_x + x_count - 1) / 8) { in vga_compute_shifted_pattern()
436 unsigned int src_x, unsigned int dst_x, unsigned int x_count, in vga_copy_bitmap_portion() argument
447 bytes, src_x, x_count, dst_x, &pattern, &relevant_bits); in vga_copy_bitmap_portion()
462 bytes, src_x, x_count, dst_x, in vga_copy_bitmap_portion()
615 unsigned int i, col, row, src_x, x_count; in vga_bitblt_one_text_pixels_block() local
693 x_count = min(min( in vga_bitblt_one_text_pixels_block()
698 x_count -= col * vf->vf_width + in vga_bitblt_one_text_pixels_block()
[all …]
/src/contrib/dialog/
H A Dmenubox.c259 int spare_lines, x_count; in print_menu() local
264 for (x_count = 0; x_count < data->menu_width; in print_menu()
265 x_count++) { in print_menu()