Lines Matching refs:VIDEO_VISIBLE_COLS
110 #define VIDEO_VISIBLE_COLS (pGD->winSizeX) macro
178 #define VIDEO_COLS VIDEO_VISIBLE_COLS
624 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()
1736 x = max(0, (int)(VIDEO_VISIBLE_COLS - VIDEO_LOGO_WIDTH + x + 1)); in plot_logo_or_black()
1989 VIDEO_VISIBLE_COLS, /* frame width */ in video_clear()
2177 return VIDEO_VISIBLE_COLS; in video_get_pixel_width()