/external/syslinux/com32/lib/sys/vesa/ |
D | background.c | 48 uint32_t *bgptr = &__vesacon_background[line*__vesa_info.mi.h_res+start]; in draw_background_line() 64 draw_background_line(i, 0, __vesa_info.mi.h_res); in draw_background() 68 draw_background_line(i, __vesa_info.mi.h_res - right_border, in draw_background() 74 draw_background_line(i, 0, __vesa_info.mi.h_res); in draw_background() 84 int xsize = __vesa_info.mi.h_res; in tile_image() 132 png_set_user_limits(png_ptr, __vesa_info.mi.h_res, __vesa_info.mi.v_res); in read_png_file() 175 rp += __vesa_info.mi.h_res << 2; in read_png_file() 219 if (width > __vesa_info.mi.h_res || height > __vesa_info.mi.v_res) in read_jpeg_file() 224 bytes_per_row[0] = __vesa_info.mi.h_res << 2; in read_jpeg_file() 256 z = max(__vesa_info.mi.v_res, __vesa_info.mi.h_res) >> 1; in vesacon_default_background() [all …]
|
D | initvesa.c | 107 __vesacon_background = calloc(mi->h_res*mi->v_res, 4); in vesacon_set_mode() 108 __vesacon_shadowfb = calloc(mi->h_res*mi->v_res, 4); in vesacon_set_mode() 119 syslinux_report_video_mode(0x000f, mi->h_res, mi->v_res); in vesacon_set_mode()
|
D | drawtxt.c | 85 uint32_t row_buffer[__vesa_info.mi.h_res], *rowbufptr; in vesacon_update_characters() 89 pixel_offset = ((row * height + VIDEO_BORDER) * __vesa_info.mi.h_res) + in vesacon_update_characters() 159 ? bgptr[__vesa_info.mi.h_res + 1] : *bgptr; in vesacon_update_characters() 180 bgrowptr += __vesa_info.mi.h_res; in vesacon_update_characters()
|
D | video.h | 44 #define TEXT_PIXEL_COLS (__vesa_info.mi.h_res - 2*VIDEO_BORDER)
|
D | vesa.h | 65 uint16_t h_res; member
|
/external/syslinux/com32/hdt/ |
D | hdt-menu-vesa.c | 96 if ((mi->h_res == 0) || (mi->v_res == 0)) in compute_vesa_modes() 99 mi->h_res, mi->v_res, mi->bpp, in compute_vesa_modes() 102 mi->h_res, mi->v_res, mi->bpp, in compute_vesa_modes()
|
D | hdt-dump-vesa.c | 52 if ((mi->h_res == 0) || (mi->v_res == 0)) in dump_vesa() 58 add_i("vesa.hres",mi->h_res); in dump_vesa()
|
D | hdt-cli-vesa.c | 72 if ((mi->h_res == 0) || (mi->v_res == 0)) in show_vesa_modes() 75 mi->h_res, mi->v_res, mi->bpp, in show_vesa_modes()
|
/external/syslinux/com32/mboot/ |
D | initvesa.c | 163 err = abs(mi->h_res - wantx) + abs(mi->v_res - wanty); in set_graphics_mode() 166 ((mi)->h_res >= (bestx) && (mi)->v_res >= (besty)) in set_graphics_mode() 228 graphics_using_vga(0x0F, vesa_info.mi.h_res, vesa_info.mi.v_res); in set_graphics_mode()
|
D | vesa.h | 64 uint16_t h_res; member
|
/external/libdrm/tests/etnaviv/ |
D | write_bmp.c | 54 unsigned int h_res; member 83 .h_res = 0xB13, in bmp_header_write()
|
/external/syslinux/com32/lua/src/ |
D | vesa.c | 62 printf("Found mode: 0x%04x (%dx%dx%d)\n", mode, mi->h_res, mi->v_res, mi->bpp); in vesa_getmodes() 84 lua_pushnumber(L, mi->h_res); in vesa_getmodes()
|
/external/syslinux/com32/modules/ |
D | vesainfo.c | 79 mode, mi->mode_attr, mi->h_res, mi->v_res, mi->bpp, in print_modes()
|
/external/syslinux/efi/ |
D | vesa.c | 148 mi->h_res = *x; in efi_vesacon_set_mode()
|
/external/syslinux/core/ |
D | bios.c | 285 mi->mode_attr, mi->h_res, mi->v_res, mi->bpp, mi->memory_layout, in bios_vesacon_set_mode() 300 if (mi->h_res != x || mi->v_res != y) in bios_vesacon_set_mode()
|
/external/valgrind/none/tests/amd64/ |
D | pcmpstr64w.c | 101 UInt h_res = h_fn(&argL, &argR); in try_istri() local 104 which, summL, summR, h_res, s_res, h_res == s_res ? "" : "!!!!"); in try_istri()
|
D | pcmpstr64.c | 99 UInt h_res = h_fn(&argL, &argR); in try_istri() local 102 which, summL, summR, h_res, s_res, h_res == s_res ? "" : "!!!!"); in try_istri()
|