Searched refs:VIDEO_VISIBLE_COLS (Results 1 – 2 of 2) sorted by relevance
110 #define VIDEO_VISIBLE_COLS (pGD->winSizeX) macro178 #define VIDEO_COLS VIDEO_VISIBLE_COLS624 VIDEO_VISIBLE_COLS, /* frame width */ in console_scrollup()661 VIDEO_VISIBLE_COLS, /* frame width */ in console_clear()1405 x = max(0, (int)(VIDEO_VISIBLE_COLS - width) / 2); in video_display_bitmap()1407 x = max(0, (int)(VIDEO_VISIBLE_COLS - width + x + 1)); in video_display_bitmap()1419 if ((x >= VIDEO_VISIBLE_COLS) || (y >= VIDEO_VISIBLE_ROWS)) in video_display_bitmap()1422 if ((x + width) > VIDEO_VISIBLE_COLS) in video_display_bitmap()1423 width = VIDEO_VISIBLE_COLS - x; in video_display_bitmap()1734 x = max(0, (int)(VIDEO_VISIBLE_COLS - VIDEO_LOGO_WIDTH) / 2); in plot_logo_or_black()[all …]
536 VIDEO_VISIBLE_COLS visible pixel columns (cols=pitch)