Searched refs:VIDEO_BORDER (Results 1 – 3 of 3) sorted by relevance
42 #define VIDEO_BORDER 8 macro43 #define TEXT_PIXEL_ROWS (__vesa_info.mi.v_res - 2*VIDEO_BORDER)44 #define TEXT_PIXEL_COLS (__vesa_info.mi.h_res - 2*VIDEO_BORDER)
59 const int bottom_border = VIDEO_BORDER + in draw_background()61 const int right_border = VIDEO_BORDER + (TEXT_PIXEL_COLS % FONT_WIDTH); in draw_background()63 for (i = 0; i < VIDEO_BORDER; i++) in draw_background()66 for (i = VIDEO_BORDER; i < __vesa_info.mi.v_res - bottom_border; i++) { in draw_background()67 draw_background_line(i, 0, VIDEO_BORDER); in draw_background()
89 pixel_offset = ((row * height + VIDEO_BORDER) * __vesa_info.mi.h_res) + in vesacon_update_characters()90 (col * width + VIDEO_BORDER); in vesacon_update_characters()93 fbrowptr = (row * height + VIDEO_BORDER) * __vesa_info.mi.logical_scan + in vesacon_update_characters()94 (col * width + VIDEO_BORDER) * bytes_per_pixel; in vesacon_update_characters()