OpenTTD Source 20241224-master-gf74b0cf984
|
Handling of drawing text and other gfx related stuff. More...
#include "stdafx.h"
#include "gfx_layout.h"
#include "progress.h"
#include "zoom_func.h"
#include "blitter/factory.hpp"
#include "video/video_driver.hpp"
#include "strings_func.h"
#include "settings_type.h"
#include "network/network.h"
#include "network/network_func.h"
#include "window_gui.h"
#include "window_func.h"
#include "newgrf_debug.h"
#include "core/backup_type.hpp"
#include "core/container_func.hpp"
#include "core/geometry_func.hpp"
#include "viewport_func.h"
#include "table/string_colours.h"
#include "table/sprites.h"
#include "table/control_codes.h"
#include "safeguards.h"
Go to the source code of this file.
Typedefs | |
typedef std::pair< Point, Point > | LineSegment |
Functions | |
static void | GfxMainBlitterViewport (const Sprite *sprite, int x, int y, BlitterMode mode, const SubSprite *sub=nullptr, SpriteID sprite_id=SPR_CURSOR_MOUSE) |
static void | GfxMainBlitter (const Sprite *sprite, int x, int y, BlitterMode mode, const SubSprite *sub=nullptr, SpriteID sprite_id=SPR_CURSOR_MOUSE, ZoomLevel zoom=ZOOM_LVL_MIN) |
void | GfxScroll (int left, int top, int width, int height, int xo, int yo) |
void | GfxFillRect (int left, int top, int right, int bottom, int colour, FillRectMode mode) |
Applies a certain FillRectMode-operation to a rectangle [left, right] x [top, bottom] on the screen. | |
static std::vector< LineSegment > | MakePolygonSegments (const std::vector< Point > &shape, Point offset) |
Make line segments from a polygon defined by points, translated by an offset. | |
void | GfxFillPolygon (const std::vector< Point > &shape, int colour, FillRectMode mode) |
Fill a polygon with colour. | |
static void | GfxDoDrawLine (void *video, int x, int y, int x2, int y2, int screen_width, int screen_height, uint8_t colour, int width, int dash=0) |
Check line clipping by using a linear equation and draw the visible part of the line given by x/y and x2/y2. | |
static bool | GfxPreprocessLine (DrawPixelInfo *dpi, int &x, int &y, int &x2, int &y2, int width) |
Align parameters of a line to the given DPI and check simple clipping. | |
void | GfxDrawLine (int x, int y, int x2, int y2, int colour, int width, int dash) |
void | GfxDrawLineUnscaled (int x, int y, int x2, int y2, int colour) |
void | DrawBox (int x, int y, int dx1, int dy1, int dx2, int dy2, int dx3, int dy3) |
Draws the projection of a parallelepiped. | |
void | DrawRectOutline (const Rect &r, int colour, int width, int dash) |
Draw the outline of a Rect. | |
static void | SetColourRemap (TextColour colour) |
Set the colour remap to be for the given colour. | |
static int | DrawLayoutLine (const ParagraphLayouter::Line &line, int y, int left, int right, StringAlignment align, bool underline, bool truncation, TextColour default_colour) |
Drawing routine for drawing a laid out line of text. | |
int | DrawString (int left, int right, int top, std::string_view str, TextColour colour, StringAlignment align, bool underline, FontSize fontsize) |
Draw string, possibly truncated to make it fit in its allocated space. | |
int | DrawString (int left, int right, int top, StringID str, TextColour colour, StringAlignment align, bool underline, FontSize fontsize) |
Draw string, possibly truncated to make it fit in its allocated space. | |
int | GetStringHeight (std::string_view str, int maxw, FontSize fontsize) |
Calculates height of string (in pixels). | |
int | GetStringHeight (StringID str, int maxw) |
Calculates height of string (in pixels). | |
int | GetStringLineCount (StringID str, int maxw) |
Calculates number of lines of string. | |
Dimension | GetStringMultiLineBoundingBox (StringID str, const Dimension &suggestion) |
Calculate string bounding box for multi-line strings. | |
Dimension | GetStringMultiLineBoundingBox (std::string_view str, const Dimension &suggestion) |
Calculate string bounding box for multi-line strings. | |
int | DrawStringMultiLine (int left, int right, int top, int bottom, std::string_view str, TextColour colour, StringAlignment align, bool underline, FontSize fontsize) |
Draw string, possibly over multiple lines. | |
int | DrawStringMultiLine (int left, int right, int top, int bottom, StringID str, TextColour colour, StringAlignment align, bool underline, FontSize fontsize) |
Draw string, possibly over multiple lines. | |
Dimension | GetStringBoundingBox (std::string_view str, FontSize start_fontsize) |
Return the string dimension in pixels. | |
Dimension | GetStringBoundingBox (StringID strid, FontSize start_fontsize) |
Get bounding box of a string. | |
uint | GetStringListWidth (std::span< const StringID > list, FontSize fontsize) |
Get maximum width of a list of strings. | |
Dimension | GetStringListBoundingBox (std::span< const StringID > list, FontSize fontsize) |
Get maximum dimension of a list of strings. | |
void | DrawCharCentered (char32_t c, const Rect &r, TextColour colour) |
Draw single character horizontally centered around (x,y) | |
Dimension | GetSpriteSize (SpriteID sprid, Point *offset, ZoomLevel zoom) |
Get the size of a sprite. | |
static BlitterMode | GetBlitterMode (PaletteID pal) |
Helper function to get the blitter mode for different types of palettes. | |
void | DrawSpriteViewport (SpriteID img, PaletteID pal, int x, int y, const SubSprite *sub) |
Draw a sprite in a viewport. | |
void | DrawSprite (SpriteID img, PaletteID pal, int x, int y, const SubSprite *sub, ZoomLevel zoom) |
Draw a sprite, not in a viewport. | |
template<int ZOOM_BASE, bool SCALED_XY> | |
static void | GfxBlitter (const Sprite *const sprite, int x, int y, BlitterMode mode, const SubSprite *const sub, SpriteID sprite_id, ZoomLevel zoom, const DrawPixelInfo *dst=nullptr) |
The code for setting up the blitter mode and sprite information before finally drawing the sprite. | |
std::unique_ptr< uint32_t[]> | DrawSpriteToRgbaBuffer (SpriteID spriteId, ZoomLevel zoom) |
Draws a sprite to a new RGBA buffer (see Colour union) instead of drawing to the screen. | |
void | LoadStringWidthTable (bool monospace) |
Initialize _stringwidth_table cache. | |
uint8_t | GetCharacterWidth (FontSize size, char32_t key) |
Return width of character glyph. | |
uint8_t | GetDigitWidth (FontSize size) |
Return the maximum width of single digit. | |
void | GetBroadestDigit (uint *front, uint *next, FontSize size) |
Determine the broadest digits for guessing the maximum width of a n-digit number. | |
void | ScreenSizeChanged () |
void | UndrawMouseCursor () |
void | DrawMouseCursor () |
void | RedrawScreenRect (int left, int top, int right, int bottom) |
Repaints a specific rectangle of the screen. | |
void | DrawDirtyBlocks () |
Repaints the rectangle blocks which are marked as 'dirty'. | |
void | AddDirtyBlock (int left, int top, int right, int bottom) |
Extend the internal _invalid_rect rectangle to contain the rectangle defined by the given parameters. | |
void | MarkWholeScreenDirty () |
This function mark the whole screen as dirty. | |
bool | FillDrawPixelInfo (DrawPixelInfo *n, int left, int top, int width, int height) |
Set up a clipping area for only drawing into a certain area. | |
void | UpdateCursorSize () |
Update cursor dimension. | |
static void | SetCursorSprite (CursorID cursor, PaletteID pal) |
Switch cursor to different sprite. | |
static void | SwitchAnimatedCursor () |
void | CursorTick () |
void | SetMouseCursorBusy (bool busy) |
Set or unset the ZZZ cursor. | |
void | SetMouseCursor (CursorID sprite, PaletteID pal) |
Assign a single non-animated sprite to the cursor. | |
void | SetAnimatedMouseCursor (const AnimCursor *table) |
Assign an animation to the cursor. | |
bool | ChangeResInGame (int width, int height) |
bool | ToggleFullScreen (bool fs) |
void | SortResolutions () |
void | UpdateGUIZoom () |
Resolve GUI zoom level, if auto-suggestion is requested. | |
bool | AdjustGUIZoom (bool automatic) |
Resolve GUI zoom level and adjust GUI to new zoom, if auto-suggestion is requested. | |
void | ChangeGameSpeed (bool enable_fast_forward) |
Variables | |
uint8_t | _dirkeys |
1 = left, 2 = up, 4 = right, 8 = down | |
bool | _fullscreen |
uint8_t | _support8bpp |
CursorVars | _cursor |
bool | _ctrl_pressed |
Is Ctrl pressed? | |
bool | _shift_pressed |
Is Shift pressed? | |
uint16_t | _game_speed = 100 |
Current game-speed; 100 is 1x, 0 is infinite. | |
bool | _left_button_down |
Is left mouse button pressed? | |
bool | _left_button_clicked |
Is left mouse button clicked? | |
bool | _right_button_down |
Is right mouse button pressed? | |
bool | _right_button_clicked |
Is right mouse button clicked? | |
DrawPixelInfo | _screen |
bool | _screen_disable_anim = false |
Disable palette animation (important for 32bpp-anim blitter during giant screenshot) | |
std::atomic< bool > | _exit_game |
GameMode | _game_mode |
SwitchMode | _switch_mode |
The next mainloop command. | |
PauseMode | _pause_mode |
The current pause mode. | |
GameSessionStats | _game_session_stats |
Statistics about the current session. | |
static uint8_t | _stringwidth_table [FS_END][224] |
Cache containing width of often used characters. | |
DrawPixelInfo * | _cur_dpi |
static ReusableBuffer< uint8_t > | _cursor_backup |
ZoomLevel | _gui_zoom = ZOOM_LVL_NORMAL |
GUI Zoom level. | |
ZoomLevel | _font_zoom = _gui_zoom |
Sprite font Zoom level (not clamped) | |
int | _gui_scale = MIN_INTERFACE_SCALE |
GUI scale, 100 is 100%. | |
int | _gui_scale_cfg |
GUI scale in config. | |
static Rect | _invalid_rect |
The rect for repaint. | |
static const uint8_t * | _colour_remap_ptr |
static uint8_t | _string_colourremap [3] |
Recoloursprite for stringdrawing. The grf loader ensures that SpriteType::Font sprites only use colours 0 to 2. | |
static const uint | DIRTY_BLOCK_HEIGHT = 8 |
static const uint | DIRTY_BLOCK_WIDTH = 64 |
static uint | _dirty_bytes_per_line = 0 |
static uint8_t * | _dirty_blocks = nullptr |
uint | _dirty_block_colour |
Handling of drawing text and other gfx related stuff.
Definition in file gfx.cpp.
bool AdjustGUIZoom | ( | bool | automatic | ) |
Resolve GUI zoom level and adjust GUI to new zoom, if auto-suggestion is requested.
automatic | Set if the change is occuring due to OS DPI scaling being changed. |
Definition at line 1793 of file gfx.cpp.
References _font_zoom, _gui_scale, _gui_zoom, _settings_client, Clamp(), VideoDriver::ClearSystemSprites(), VideoDriver::GetInstance(), GfxClearFontSpriteCache(), ClientSettings::gui, LoadStringWidthTable(), SetupWidgetDimensions(), UpdateAllVirtCoords(), UpdateCursorSize(), UpdateGUIZoom(), GUISettings::zoom_max, and GUISettings::zoom_min.
Referenced by GameOptionsWindow::OnClick(), and GameOptionsWindow::OnMouseLoop().
void DrawBox | ( | int | x, |
int | y, | ||
int | dx1, | ||
int | dy1, | ||
int | dx2, | ||
int | dy2, | ||
int | dx3, | ||
int | dy3 | ||
) |
Draws the projection of a parallelepiped.
This can be used to draw boxes in world coordinates.
x | Screen X-coordinate of top front corner. |
y | Screen Y-coordinate of top front corner. |
dx1 | Screen X-length of first edge. |
dy1 | Screen Y-length of first edge. |
dx2 | Screen X-length of second edge. |
dy2 | Screen Y-length of second edge. |
dx3 | Screen X-length of third edge. |
dy3 | Screen Y-length of third edge. |
Definition at line 418 of file gfx.cpp.
References PC_WHITE.
Referenced by ViewportDrawBoundingBoxes().
void DrawCharCentered | ( | char32_t | c, |
const Rect & | r, | ||
TextColour | colour | ||
) |
Draw single character horizontally centered around (x,y)
c | Character (glyph) to draw |
r | Rectangle to draw character within |
colour | Colour to use, for details see _string_colourmap in table/palettes.h or docs/ottd-colourtext-palette.png or the enum TextColour in gfx_type.h |
Definition at line 905 of file gfx.cpp.
References BM_COLOUR_REMAP, CenterBounds(), FS_NORMAL, GetCharacterHeight(), GetCharacterWidth(), GetGlyph(), and SetColourRemap().
Referenced by OskWindow::DrawWidget().
|
static |
Drawing routine for drawing a laid out line of text.
line | String to draw. |
y | The top most position to draw on. |
left | The left most position to draw on. |
right | The right most position to draw on. |
align | The alignment of the string when drawing left-to-right. In the case a right-to-left language is chosen this is inverted so it will be drawn in the right direction. |
underline | Whether to underline what has been drawn or not. |
truncation | Whether to perform string truncation or not. |
default_colour | Colour of text if not specified within string. |
Definition at line 499 of file gfx.cpp.
References _current_text_dir, _string_colourremap, BM_COLOUR_REMAP, Font::colour, Font::fc, FontCache::GetDrawGlyphShadow(), FontCache::GetGlyph(), FontCache::GetGlyphWidth(), GfxFillRect(), HasFlag(), FontCache::MapCharToGlyph(), RoundDivSU(), SA_FORCE, SA_HOR_CENTER, SA_HOR_MASK, SA_LEFT, SA_RIGHT, WidgetDimensions::scaled, ScaleGUITrad(), SetColourRemap(), TC_FORCED, TC_NO_SHADE, TD_RTL, Sprite::width, and Sprite::x_offs.
Referenced by DrawString(), and DrawStringMultiLine().
void DrawRectOutline | ( | const Rect & | r, |
int | colour, | ||
int | width, | ||
int | dash | ||
) |
Draw the outline of a Rect.
r | Rect to draw. |
colour | Colour of the outline. |
width | Width of the outline. |
dash | Length of dashes for dashed lines. 0 means solid lines. |
Definition at line 456 of file gfx.cpp.
Referenced by CargoesField::Draw(), and SpriteAlignerWindow::DrawWidget().
void DrawSprite | ( | SpriteID | img, |
PaletteID | pal, | ||
int | x, | ||
int | y, | ||
const SubSprite * | sub, | ||
ZoomLevel | zoom | ||
) |
Draw a sprite, not in a viewport.
img | Image number to draw |
pal | Palette to use. |
x | Left coordinate of image in pixels |
y | Top coordinate of image in pixels |
sub | If available, draw only specified part of the sprite |
zoom | Zoom level of sprite |
Definition at line 988 of file gfx.cpp.
References BM_NORMAL, BM_TRANSPARENT, BM_TRANSPARENT_REMAP, GB(), GetBlitterMode(), HasBit(), Normal, PALETTE_MODIFIER_TRANSPARENT, PALETTE_TEXT_RECOLOUR, PALETTE_TO_TRANSPARENT, PALETTE_WIDTH, Recolour, SetColourRemap(), and SPRITE_WIDTH.
Referenced by VehicleSpriteSeq::Draw(), StoryBookWindow::DrawActionElement(), NetworkClientListWindow::DrawButtons(), DrawCargoIconOverlay(), DrawCargoIcons(), DrawCloseBox(), DrawCommonTileSeqInGUI(), NetworkClientListWindow::DrawCompany(), DrawCompanyIcon(), DrawCompanyManagerFace(), DrawEngineList(), VehicleGroupWindow::DrawGroupInfo(), DrawHouseInGUI(), DrawNewHouseTileInGUI(), DrawNewObjectTileInGUI(), DrawOrderString(), TownAuthorityWindow::DrawRatings(), DrawRoadDepotSprite(), DrawRoadStopTile(), SettingsPage::DrawSetting(), BuildSignalWindow::DrawSignalSprite(), DrawStationTile(), BaseVehicleListWindow::DrawVehicleListItems(), DrawVehicleProfitButton(), DrawVehicleRefitWindow(), BuildAirportWindow::DrawWidget(), SelectCompanyLiveryWindow::DrawWidget(), CompanyWindow::DrawWidget(), SpriteAlignerWindow::DrawWidget(), NewGRFWindow::DrawWidget(), PickerWindow::DrawWidget(), StatusBarWindow::DrawWidget(), ScenarioEditorLandscapeGenerationWindow::DrawWidget(), TownDirectoryWindow::DrawWidget(), TransparenciesWindow::DrawWidget(), BuildTreesWindow::DrawWidget(), and MainWindow::OnPaint().
Draws a sprite to a new RGBA buffer (see Colour union) instead of drawing to the screen.
spriteId | The sprite to draw. |
zoom | The zoom level at which to draw the sprites. |
Definition at line 1144 of file gfx.cpp.
References _cur_palette, _screen_disable_anim, _settings_client, BM_NORMAL, Colour::data, GB(), BlitterFactory::GetCurrentBlitter(), Blitter::GetScreenDepth(), GetSpriteSize(), ClientSettings::gui, Normal, Palette::palette, Backup< T >::Restore(), SPRITE_WIDTH, and GUISettings::zoom_max.
Draw a sprite in a viewport.
img | Image number to draw |
pal | Palette to use. |
x | Left coordinate of image in viewport, scaled by zoom |
y | Top coordinate of image in viewport, scaled by zoom |
sub | If available, draw only specified part of the sprite |
Definition at line 960 of file gfx.cpp.
References BM_NORMAL, BM_TRANSPARENT, BM_TRANSPARENT_REMAP, GB(), GetBlitterMode(), HasBit(), Normal, PALETTE_MODIFIER_TRANSPARENT, PALETTE_TEXT_RECOLOUR, PALETTE_TO_TRANSPARENT, PALETTE_WIDTH, Recolour, SetColourRemap(), and SPRITE_WIDTH.
int DrawString | ( | int | left, |
int | right, | ||
int | top, | ||
std::string_view | str, | ||
TextColour | colour, | ||
StringAlignment | align, | ||
bool | underline, | ||
FontSize | fontsize | ||
) |
Draw string, possibly truncated to make it fit in its allocated space.
left | The left most position to draw on. |
right | The right most position to draw on. |
top | The top most position to draw on. |
str | String to draw. |
colour | Colour used for drawing the string, for details see _string_colourmap in table/palettes.h or docs/ottd-colourtext-palette.png or the enum TextColour in gfx_type.h |
align | The alignment of the string when drawing left-to-right. In the case a right-to-left language is chosen this is inverted so it will be drawn in the right direction. |
underline | Whether to underline what has been drawn or not. |
fontsize | The size of the initial characters. |
Definition at line 657 of file gfx.cpp.
References DrawLayoutLine(), FS_LARGE, FS_MONO, FS_NORMAL, FS_SMALL, and GetCharacterHeight().
Referenced by CargoesField::Draw(), StoryBookWindow::DrawActionElement(), TownAuthorityWindow::DrawActions(), DrawAircraftDetails(), DrawAircraftPurchaseInfo(), TimetableWindow::DrawArrivalDeparturePanel(), DrawButtonDropdown(), DrawCaption(), StationViewWindow::DrawCargoRatings(), DrawCategories(), DrawCategory(), NetworkClientListWindow::DrawCompany(), CompanyInfrastructureWindow::DrawCountLine(), NetworkContentListWindow::DrawDetails(), FramerateWindow::DrawElementTimesColumn(), DrawEngineList(), StationViewWindow::DrawEntries(), DrawFrame(), BaseGraphWindow::DrawGraph(), VehicleGroupWindow::DrawGroupInfo(), SmallMapWindow::DrawIndustryNames(), IndustryViewWindow::DrawInfo(), DrawInset(), DrawLabel(), GoalListWindow::DrawListColumn(), NetworkContentListWindow::DrawMatrix(), DrawNewsString(), DrawOrderString(), DrawPrice(), TownAuthorityWindow::DrawRatings(), DrawRoadVehDetails(), NetworkGameWindow::DrawServerLine(), SettingEntry::DrawSetting(), SettingsPage::DrawSetting(), DrawShipDetails(), DrawSliderWidget(), DrawSmallOrderList(), DrawString(), TimetableWindow::DrawSummaryPanel(), DrawText(), TimetableWindow::DrawTimetablePanel(), SmallMapWindow::DrawTowns(), DrawTrainDetails(), DepotWindow::DrawVehicleInDepot(), BaseVehicleListWindow::DrawVehicleListItems(), DrawVehiclePurchaseInfo(), DrawVehicleRefitWindow(), AIConfigWindow::DrawWidget(), BuildAirportWindow::DrawWidget(), ReplaceVehicleWindow::DrawWidget(), CheatWindow::DrawWidget(), SelectCompanyLiveryWindow::DrawWidget(), CompanyInfrastructureWindow::DrawWidget(), EnginePreviewWindow::DrawWidget(), SaveLoadWindow::DrawWidget(), FramerateWindow::DrawWidget(), FrametimeGraphWindow::DrawWidget(), GSConfigWindow::DrawWidget(), GenerateProgressWindow::DrawWidget(), GraphLegendWindow::DrawWidget(), BaseGraphWindow::DrawWidget(), PaymentRatesGraphWindow::DrawWidget(), PerformanceRatingDetailWindow::DrawWidget(), IndustryProductionGraphWindow::DrawWidget(), VehicleGroupWindow::DrawWidget(), BuildIndustryWindow::DrawWidget(), IndustryDirectoryWindow::DrawWidget(), PerformanceLeagueWindow::DrawWidget(), ScriptLeagueWindow::DrawWidget(), LinkGraphLegendWindow::DrawWidget(), LandInfoWindow::DrawWidget(), AboutWindow::DrawWidget(), MusicTrackSelectionWindow::DrawWidget(), MusicWindow::DrawWidget(), BaseNetworkContentDownloadStatusWindow::DrawWidget(), NetworkStartServerWindow::DrawWidget(), NetworkJoinStatusWindow::DrawWidget(), SpriteAlignerWindow::DrawWidget(), NewGRFParametersWindow::DrawWidget(), NewGRFWindow::DrawWidget(), SavePresetWindow::DrawWidget(), ScanProgressWindow::DrawWidget(), MessageHistoryWindow::DrawWidget(), OrdersWindow::DrawWidget(), PickerWindow::DrawWidget(), ScriptListWindow::DrawWidget(), ScriptSettingsWindow::DrawWidget(), GameSettingsWindow::DrawWidget(), SignListWindow::DrawWidget(), SmallMapWindow::DrawWidget(), CompanyStationsWindow::DrawWidget(), SelectStationWindow< T >::DrawWidget(), StatusBarWindow::DrawWidget(), StoryBookWindow::DrawWidget(), SubsidyListWindow::DrawWidget(), TextfileWindow::DrawWidget(), ScenarioEditorToolbarWindow::DrawWidget(), TownViewWindow::DrawWidget(), TownDirectoryWindow::DrawWidget(), VehicleDetailsWindow::DrawWidget(), VehicleViewWindow::DrawWidget(), ScriptDebugWindow::DrawWidgetLog(), DrawYearColumn(), BuildAirportWindow::OnPaint(), IConsoleWindow::OnPaint(), HighScoreWindow::OnPaint(), StationsWndShowStationRating(), TrainDetailsCapacityTab(), TrainDetailsCargoTab(), and TrainDetailsInfoTab().
int DrawString | ( | int | left, |
int | right, | ||
int | top, | ||
StringID | str, | ||
TextColour | colour, | ||
StringAlignment | align, | ||
bool | underline, | ||
FontSize | fontsize | ||
) |
Draw string, possibly truncated to make it fit in its allocated space.
left | The left most position to draw on. |
right | The right most position to draw on. |
top | The top most position to draw on. |
str | String to draw. |
colour | Colour used for drawing the string, for details see _string_colourmap in table/palettes.h or docs/ottd-colourtext-palette.png or the enum TextColour in gfx_type.h |
align | The alignment of the string when drawing left-to-right. In the case a right-to-left language is chosen this is inverted so it will be drawn in the right direction. |
underline | Whether to underline what has been drawn or not. |
fontsize | The size of the initial characters. |
Definition at line 693 of file gfx.cpp.
References DrawString(), and GetString().
int DrawStringMultiLine | ( | int | left, |
int | right, | ||
int | top, | ||
int | bottom, | ||
std::string_view | str, | ||
TextColour | colour, | ||
StringAlignment | align, | ||
bool | underline, | ||
FontSize | fontsize | ||
) |
Draw string, possibly over multiple lines.
left | The left most position to draw on. |
right | The right most position to draw on. |
top | The top most position to draw on. |
bottom | The bottom most position to draw on. |
str | String to draw. |
colour | Colour used for drawing the string, for details see _string_colourmap in table/palettes.h or docs/ottd-colourtext-palette.png or the enum TextColour in gfx_type.h |
align | The horizontal and vertical alignment of the string. |
underline | Whether to underline all strings |
fontsize | The size of the initial characters. |
Definition at line 774 of file gfx.cpp.
References DrawLayoutLine(), Layouter::GetBounds(), RoundDivSU(), SA_BOTTOM, SA_TOP, SA_VERT_CENTER, and SA_VERT_MASK.
Referenced by StationViewWindow::DrawAcceptedCargo(), StationViewWindow::DrawCargoRatings(), NetworkContentListWindow::DrawDetails(), BaseGraphWindow::DrawGraph(), IndustryViewWindow::DrawInfo(), DrawStationCoverageAreaText(), DrawStringMultiLine(), BuildAirportWindow::DrawWidget(), BootstrapErrorWindow::DrawWidget(), BootstrapAskForDownloadWindow::DrawWidget(), BuildBridgeWindow::DrawWidget(), CompanyWindow::DrawWidget(), BuyCompanyWindow::DrawWidget(), EnginePreviewWindow::DrawWidget(), ErrmsgWindow::DrawWidget(), GoalQuestionWindow::DrawWidget(), BuildIndustryWindow::DrawWidget(), SelectGameWindow::DrawWidget(), ScriptLeagueWindow::DrawWidget(), LandInfoWindow::DrawWidget(), TooltipsWindow::DrawWidget(), QueryWindow::DrawWidget(), BaseNetworkContentDownloadStatusWindow::DrawWidget(), NetworkJoinStatusWindow::DrawWidget(), NetworkAskRelayWindow::DrawWidget(), NetworkAskSurveyWindow::DrawWidget(), NewGRFParametersWindow::DrawWidget(), NewsWindow::DrawWidget(), BuildObjectWindow::DrawWidget(), ScriptListWindow::DrawWidget(), GameOptionsWindow::DrawWidget(), GameSettingsWindow::DrawWidget(), StoryBookWindow::DrawWidget(), TextfileWindow::DrawWidget(), TownAuthorityWindow::DrawWidget(), TownViewWindow::DrawWidget(), BuildHouseWindow::DrawWidget(), RefitWindow::DrawWidget(), NetworkDrawChatMessage(), IConsoleWindow::OnPaint(), EndGameWindow::OnPaint(), HighScoreWindow::OnPaint(), GameSettingsWindow::OnPaint(), ShowAdditionalText(), and ShowRefitOptionsList().
int DrawStringMultiLine | ( | int | left, |
int | right, | ||
int | top, | ||
int | bottom, | ||
StringID | str, | ||
TextColour | colour, | ||
StringAlignment | align, | ||
bool | underline, | ||
FontSize | fontsize | ||
) |
Draw string, possibly over multiple lines.
left | The left most position to draw on. |
right | The right most position to draw on. |
top | The top most position to draw on. |
bottom | The bottom most position to draw on. |
str | String to draw. |
colour | Colour used for drawing the string, for details see _string_colourmap in table/palettes.h or docs/ottd-colourtext-palette.png or the enum TextColour in gfx_type.h |
align | The horizontal and vertical alignment of the string. |
underline | Whether to underline all strings |
fontsize | The size of the initial characters. |
Definition at line 836 of file gfx.cpp.
References DrawStringMultiLine(), and GetString().
bool FillDrawPixelInfo | ( | DrawPixelInfo * | n, |
int | left, | ||
int | top, | ||
int | width, | ||
int | height | ||
) |
Set up a clipping area for only drawing into a certain area.
To do this, Fill a DrawPixelInfo object with the supplied relative rectangle, backup the original (calling) _cur_dpi and assign the just returned DrawPixelInfo _cur_dpi. When you are done, give restore _cur_dpi's original value
*n | the DrawPixelInfo that will be the clipping rectangle box allowed for drawing |
left,top,width,height | the relative coordinates of the clipping rectangle relative to the current _cur_dpi. This will most likely be the offset from the calling window coordinates |
Definition at line 1548 of file gfx.cpp.
References BlitterFactory::GetCurrentBlitter(), Blitter::MoveTo(), and ZOOM_LVL_MIN.
Referenced by NWidgetMatrix::Draw(), NWidgetLeaf::Draw(), DrawRoadVehImage(), DrawTrainImage(), BuildDocksDepotWindow::DrawWidget(), IndustryDirectoryWindow::DrawWidget(), IndustryCargoesWindow::DrawWidget(), SpriteAlignerWindow::DrawWidget(), BuildObjectWindow::DrawWidget(), PickerWindow::DrawWidget(), BuildRailStationWindow::DrawWidget(), BuildRailDepotWindow::DrawWidget(), BuildRoadDepotWindow::DrawWidget(), BuildRoadStationWindow::DrawWidget(), SmallMapWindow::DrawWidget(), StoryBookWindow::DrawWidget(), TextfileWindow::DrawWidget(), and ScriptDebugWindow::DrawWidgetLog().
|
static |
Helper function to get the blitter mode for different types of palettes.
pal | The palette to get the blitter mode for. |
Definition at line 942 of file gfx.cpp.
References BM_BLACK_REMAP, BM_COLOUR_REMAP, BM_CRASH_REMAP, BM_NORMAL, PALETTE_ALL_BLACK, and PALETTE_CRASH.
Referenced by DrawSprite(), and DrawSpriteViewport().
void GetBroadestDigit | ( | uint * | front, |
uint * | next, | ||
FontSize | size | ||
) |
Determine the broadest digits for guessing the maximum width of a n-digit number.
[out] | front | Broadest digit, which is not 0. (Use this digit as first digit for numbers with more than one digit.) |
[out] | next | Broadest digit, including 0. (Use this digit for all digits, except the first one; or for numbers with only one digit.) |
size | Font of the digit |
Definition at line 1255 of file gfx.cpp.
References GetCharacterWidth().
Referenced by SetDParamMaxDigits().
uint8_t GetCharacterWidth | ( | FontSize | size, |
char32_t | key | ||
) |
Return width of character glyph.
size | Font of the character |
key | Character code glyph |
Definition at line 1227 of file gfx.cpp.
References _stringwidth_table, and GetGlyphWidth().
Referenced by DrawCharCentered(), GetBroadestDigit(), GetDigitWidth(), FallbackParagraphLayout::NextLine(), and IConsoleWindow::OnInit().
uint8_t GetDigitWidth | ( | FontSize | size | ) |
Return the maximum width of single digit.
size | Font of the digit |
Definition at line 1240 of file gfx.cpp.
References GetCharacterWidth().
Referenced by BuildSignalWindow::UpdateWidgetSize().
Get the size of a sprite.
sprid | Sprite to examine. | |
[out] | offset | Optionally returns the sprite position offset. |
zoom | The zoom level applicable to the sprite. |
Definition at line 922 of file gfx.cpp.
References Sprite::height, Normal, UnScaleByZoom(), Sprite::width, Sprite::x_offs, and Sprite::y_offs.
Referenced by VehicleGroupWindow::ComputeGroupInfoSize(), StoryBookWindow::DrawActionElement(), DrawCargoIconOverlay(), DrawCloseBox(), NetworkClientListWindow::DrawCompany(), DrawCompanyManagerFace(), DrawEngineList(), DrawOrderString(), BuildSignalWindow::DrawSignalSprite(), DrawSpriteToRgbaBuffer(), TimetableWindow::DrawTimetablePanel(), BaseVehicleListWindow::DrawVehicleListItems(), DrawVehicleRefitWindow(), BuildAirportWindow::DrawWidget(), CompanyWindow::DrawWidget(), GraphLegendWindow::DrawWidget(), PerformanceRatingDetailWindow::DrawWidget(), LinkGraphLegendWindow::DrawWidget(), NewGRFWindow::DrawWidget(), OrdersWindow::DrawWidget(), PickerWindow::DrawWidget(), SignListWindow::DrawWidget(), StatusBarWindow::DrawWidget(), TownDirectoryWindow::DrawWidget(), ScriptDebugWindow::DrawWidgetCompanyButton(), GetLargestCargoIconSize(), GetMaxTreeSpriteSize(), StoryBookWindow::GetPageElementHeight(), GetRailTypeDropDownList(), GetScaledSpriteSize(), MakeCompanyButtonRows(), MakeNWidgetCompanyLines(), CheatWindow::OnInit(), SelectCompanyManagerFaceWindow::OnInit(), BuildSignalWindow::OnInit(), GameSettingsWindow::OnInit(), TownAuthorityWindow::OnInit(), MainWindow::OnPaint(), NetworkClientListWindow::OnTooltip(), BuildAirportWindow::UpdateWidgetSize(), SelectCompanyLiveryWindow::UpdateWidgetSize(), CompanyWindow::UpdateWidgetSize(), PerformanceLeagueWindow::UpdateWidgetSize(), ScriptLeagueWindow::UpdateWidgetSize(), NetworkGameWindow::UpdateWidgetSize(), NetworkClientListWindow::UpdateWidgetSize(), SignListWindow::UpdateWidgetSize(), and TownDirectoryWindow::UpdateWidgetSize().
Return the string dimension in pixels.
The height and width are returned in a single Dimension value. TINYFONT, BIGFONT modifiers are only supported as the first character of the string. The returned dimensions are therefore a rough estimation correct for all the current strings but not every possible combination
str | string to calculate pixel-width |
start_fontsize | Fontsize to start the text with |
Definition at line 851 of file gfx.cpp.
References Layouter::GetBounds().
Referenced by VehicleGroupWindow::ComputeGroupInfoSize(), DrawCaption(), DrawEngineList(), SmallMapWindow::DrawIndustryNames(), DrawLabel(), DrawSliderWidget(), DrawText(), TimetableWindow::DrawTimetablePanel(), CheatWindow::DrawWidget(), OrdersWindow::DrawWidget(), BaseVehicleListWindow::GetActionDropdownSize(), IndustryDirectoryWindow::GetIndustryListWidth(), ExpensesList::GetListWidth(), GetMaxCategoriesWidth(), StoryBookWindow::GetPageElementFloatWidth(), StoryBookWindow::GetPageElementHeight(), GetStringBoundingBox(), GetStringListBoundingBox(), GetStringListWidth(), GetUnitNumberWidth(), NWidgetSocialPlugins::GetWidestPlugin(), BaseGraphWindow::GetYLabelWidth(), TextfileWindow::LoadText(), SelectCompanyManagerFaceWindow::OnInit(), IConsoleWindow::OnInit(), IndustryCargoesWindow::OnInit(), SmallMapWindow::OnInit(), BaseVehicleListWindow::OnInit(), ScriptDebugWindow::OnInvalidateData(), RefitWindow::OnInvalidateData(), GoalListWindow::OnPaint(), NWidgetBackground::SetupSmallestSize(), NWidgetLeaf::SetupSmallestSize(), NWidgetResizeBase::UpdateMultilineWidgetSize(), ViewportSign::UpdatePosition(), BuildAirportWindow::UpdateWidgetSize(), ReplaceVehicleWindow::UpdateWidgetSize(), BootstrapErrorWindow::UpdateWidgetSize(), BootstrapAskForDownloadWindow::UpdateWidgetSize(), BuildBridgeWindow::UpdateWidgetSize(), BuildVehicleWindow::UpdateWidgetSize(), CheatWindow::UpdateWidgetSize(), CompanyFinancesWindow::UpdateWidgetSize(), SelectCompanyLiveryWindow::UpdateWidgetSize(), SelectCompanyManagerFaceWindow::UpdateWidgetSize(), CompanyInfrastructureWindow::UpdateWidgetSize(), CompanyWindow::UpdateWidgetSize(), SetDateWindow::UpdateWidgetSize(), DepotWindow::UpdateWidgetSize(), SaveLoadWindow::UpdateWidgetSize(), FramerateWindow::UpdateWidgetSize(), FrametimeGraphWindow::UpdateWidgetSize(), GenerateLandscapeWindow::UpdateWidgetSize(), CreateScenarioWindow::UpdateWidgetSize(), GenerateProgressWindow::UpdateWidgetSize(), GoalListWindow::UpdateWidgetSize(), BaseGraphWindow::UpdateWidgetSize(), PaymentRatesGraphWindow::UpdateWidgetSize(), PerformanceRatingDetailWindow::UpdateWidgetSize(), IndustryProductionGraphWindow::UpdateWidgetSize(), VehicleGroupWindow::UpdateWidgetSize(), BuildIndustryWindow::UpdateWidgetSize(), IndustryDirectoryWindow::UpdateWidgetSize(), PerformanceLeagueWindow::UpdateWidgetSize(), ScriptLeagueWindow::UpdateWidgetSize(), LinkGraphLegendWindow::UpdateWidgetSize(), LandInfoWindow::UpdateWidgetSize(), AboutWindow::UpdateWidgetSize(), TooltipsWindow::UpdateWidgetSize(), MusicTrackSelectionWindow::UpdateWidgetSize(), MusicWindow::UpdateWidgetSize(), NetworkContentListWindow::UpdateWidgetSize(), BaseNetworkContentDownloadStatusWindow::UpdateWidgetSize(), NetworkGameWindow::UpdateWidgetSize(), NetworkStartServerWindow::UpdateWidgetSize(), NetworkClientListWindow::UpdateWidgetSize(), NetworkJoinStatusWindow::UpdateWidgetSize(), NetworkAskRelayWindow::UpdateWidgetSize(), NetworkAskSurveyWindow::UpdateWidgetSize(), SpriteAlignerWindow::UpdateWidgetSize(), NewGRFParametersWindow::UpdateWidgetSize(), NewGRFWindow::UpdateWidgetSize(), SavePresetWindow::UpdateWidgetSize(), ScanProgressWindow::UpdateWidgetSize(), NewsWindow::UpdateWidgetSize(), MessageHistoryWindow::UpdateWidgetSize(), OrdersWindow::UpdateWidgetSize(), GameOptionsWindow::UpdateWidgetSize(), GameSettingsWindow::UpdateWidgetSize(), CustomCurrencyWindow::UpdateWidgetSize(), SignListWindow::UpdateWidgetSize(), CompanyStationsWindow::UpdateWidgetSize(), StationViewWindow::UpdateWidgetSize(), SelectStationWindow< T >::UpdateWidgetSize(), StatusBarWindow::UpdateWidgetSize(), StoryBookWindow::UpdateWidgetSize(), SubsidyListWindow::UpdateWidgetSize(), TimetableWindow::UpdateWidgetSize(), ScenarioEditorToolbarWindow::UpdateWidgetSize(), TownAuthorityWindow::UpdateWidgetSize(), TownDirectoryWindow::UpdateWidgetSize(), VehicleListWindow::UpdateWidgetSize(), VehicleDetailsWindow::UpdateWidgetSize(), and Textbuf::UpdateWidth().
Get bounding box of a string.
Uses parameters set by SetDParam if needed. Has the same restrictions as GetStringBoundingBox(std::string_view str, FontSize start_fontsize).
strid | String to examine. |
Definition at line 863 of file gfx.cpp.
References GetString(), and GetStringBoundingBox().
int GetStringHeight | ( | std::string_view | str, |
int | maxw, | ||
FontSize | fontsize | ||
) |
Calculates height of string (in pixels).
The string is changed to a multiline string if needed.
str | string to check |
maxw | maximum string width |
Definition at line 704 of file gfx.cpp.
References Layouter::GetBounds().
Referenced by TownViewWindow::GetDesiredInfoHeight(), StoryBookWindow::GetHeadHeight(), SettingEntry::GetMaxHelpHeight(), StoryBookWindow::GetPageElementHeight(), GetStringHeight(), GetStringMultiLineBoundingBox(), GetStringMultiLineBoundingBox(), CompanyWindow::OnResize(), NewsWindow::OnResize(), GameOptionsWindow::OnResize(), TextfileWindow::ReflowContent(), NWidgetResizeBase::UpdateMultilineWidgetSize(), BootstrapAskForDownloadWindow::UpdateWidgetSize(), BuyCompanyWindow::UpdateWidgetSize(), EnginePreviewWindow::UpdateWidgetSize(), ErrmsgWindow::UpdateWidgetSize(), GoalQuestionWindow::UpdateWidgetSize(), ScriptLeagueWindow::UpdateWidgetSize(), LandInfoWindow::UpdateWidgetSize(), and TooltipsWindow::UpdateWidgetSize().
int GetStringHeight | ( | StringID | str, |
int | maxw | ||
) |
Calculates height of string (in pixels).
The string is changed to a multiline string if needed.
str | string to check |
maxw | maximum string width |
Definition at line 717 of file gfx.cpp.
References GetString(), and GetStringHeight().
int GetStringLineCount | ( | StringID | str, |
int | maxw | ||
) |
Calculates number of lines of string.
The string is changed to a multiline string if needed.
str | string to check |
maxw | maximum string width |
Definition at line 728 of file gfx.cpp.
References GetString().
Referenced by NetworkDrawChatMessage(), and GameSettingsWindow::OnPaint().
Get maximum dimension of a list of strings.
list | List of strings, terminated by INVALID_STRING_ID. |
fontsize | Font size to use. |
Definition at line 889 of file gfx.cpp.
References GetStringBoundingBox(), and maxdim().
Referenced by ReplaceVehicleWindow::UpdateWidgetSize(), BuildBridgeWindow::UpdateWidgetSize(), GenerateLandscapeWindow::UpdateWidgetSize(), IndustryDirectoryWindow::UpdateWidgetSize(), OrdersWindow::UpdateWidgetSize(), CompanyStationsWindow::UpdateWidgetSize(), TownDirectoryWindow::UpdateWidgetSize(), and VehicleDetailsWindow::UpdateWidgetSize().
Get maximum width of a list of strings.
list | List of strings. |
fontsize | Font size to use. |
Definition at line 874 of file gfx.cpp.
References GetStringBoundingBox().
Referenced by VehicleGroupWindow::UpdateWidgetSize(), and VehicleListWindow::UpdateWidgetSize().
Calculate string bounding box for multi-line strings.
str | String to check. |
suggestion | Suggested bounding box. |
Definition at line 752 of file gfx.cpp.
References GetStringHeight().
Calculate string bounding box for multi-line strings.
str | String to check. |
suggestion | Suggested bounding box. |
Definition at line 740 of file gfx.cpp.
References GetStringHeight().
Referenced by BuildAirportWindow::UpdateWidgetSize(), QueryWindow::UpdateWidgetSize(), NewGRFParametersWindow::UpdateWidgetSize(), NewsWindow::UpdateWidgetSize(), and TownAuthorityWindow::UpdateWidgetSize().
|
static |
The code for setting up the blitter mode and sprite information before finally drawing the sprite.
sprite | The sprite to draw. |
x | The X location to draw. |
y | The Y location to draw. |
mode | The settings for the blitter to pass. |
sub | Whether to only draw a sub set of the sprite. |
zoom | The zoom level at which to draw the sprites. |
dst | Optional parameter for a different blitting destination. |
ZOOM_BASE | The factor required to get the sub sprite information into the right size. |
SCALED_XY | Whether the X and Y are scaled or unscaled. |
Definition at line 1020 of file gfx.cpp.
References _newgrf_debug_sprite_picker, NewGrfDebugSpritePicker::clicked_pixel, Sprite::data, Blitter::Draw(), Blitter::BlitterParams::dst, BlitterFactory::GetCurrentBlitter(), Blitter::GetScreenDepth(), Blitter::BlitterParams::height, Sprite::height, include(), Blitter::BlitterParams::left, NewGrfDebugSpritePicker::mode, Blitter::MoveTo(), Blitter::BlitterParams::pitch, Blitter::BlitterParams::remap, ScaleByZoom(), Blitter::BlitterParams::skip_left, Blitter::BlitterParams::skip_top, SPR_CURSOR_MOUSE, Blitter::BlitterParams::sprite, Blitter::BlitterParams::sprite_height, Blitter::BlitterParams::sprite_width, NewGrfDebugSpritePicker::sprites, Blitter::BlitterParams::top, UnScaleByZoom(), UnScaleByZoomLower(), Blitter::BlitterParams::width, Sprite::width, Sprite::x_offs, and Sprite::y_offs.
|
inlinestatic |
Check line clipping by using a linear equation and draw the visible part of the line given by x/y and x2/y2.
video | Destination pointer to draw into. |
x | X coordinate of first point. |
y | Y coordinate of first point. |
x2 | X coordinate of second point. |
y2 | Y coordinate of second point. |
screen_width | With of the screen to check clipping against. |
screen_height | Height of the screen to check clipping against. |
colour | Colour of the line. |
width | Width of the line. |
dash | Length of dashes for dashed lines. 0 means solid line. |
Definition at line 313 of file gfx.cpp.
References abs(), CeilDiv(), Blitter::DrawLine(), and BlitterFactory::GetCurrentBlitter().
void GfxDrawLine | ( | int | x, |
int | y, | ||
int | x2, | ||
int | y2, | ||
int | colour, | ||
int | width, | ||
int | dash | ||
) |
void GfxDrawLineUnscaled | ( | int | x, |
int | y, | ||
int | x2, | ||
int | y2, | ||
int | colour | ||
) |
void GfxFillPolygon | ( | const std::vector< Point > & | shape, |
int | colour, | ||
FillRectMode | mode | ||
) |
Fill a polygon with colour.
The odd-even winding rule is used, i.e. self-intersecting polygons will have holes in them. Left and top edges are inclusive, right and bottom edges are exclusive.
shape | List of points on the polygon. |
colour | An 8 bit palette index (FILLRECT_OPAQUE and FILLRECT_CHECKER) or a recolour spritenumber (FILLRECT_RECOLOUR). |
mode | FILLRECT_OPAQUE: Fill the polygon with the specified colour. FILLRECT_CHECKER: Fill every other pixel with the specified colour, in a checkerboard pattern. FILLRECT_RECOLOUR: Apply a recolour sprite to every pixel in the polygon. |
Definition at line 210 of file gfx.cpp.
References Blitter::DrawColourMappingRect(), Blitter::DrawRect(), FILLRECT_CHECKER, FILLRECT_RECOLOUR, GB(), BlitterFactory::GetCurrentBlitter(), MakePolygonSegments(), Blitter::MoveTo(), PALETTE_WIDTH, Blitter::SetPixel(), and ZOOM_LVL_MIN.
Referenced by DrawSliderWidget().
void GfxFillRect | ( | int | left, |
int | top, | ||
int | right, | ||
int | bottom, | ||
int | colour, | ||
FillRectMode | mode | ||
) |
Applies a certain FillRectMode-operation to a rectangle [left, right] x [top, bottom] on the screen.
left | Minimum X (inclusive) |
top | Minimum Y (inclusive) |
right | Maximum X (inclusive) |
bottom | Maximum Y (inclusive) |
colour | A 8 bit palette index (FILLRECT_OPAQUE and FILLRECT_CHECKER) or a recolour spritenumber (FILLRECT_RECOLOUR) |
mode | FILLRECT_OPAQUE: Fill the rectangle with the specified colour FILLRECT_CHECKER: Like FILLRECT_OPAQUE, but only draw every second pixel (used to grey out things) FILLRECT_RECOLOUR: Apply a recolour sprite to every pixel in the rectangle currently on screen |
Definition at line 114 of file gfx.cpp.
References Blitter::DrawColourMappingRect(), Blitter::DrawRect(), FILLRECT_CHECKER, FILLRECT_RECOLOUR, GB(), BlitterFactory::GetCurrentBlitter(), Blitter::MoveTo(), PALETTE_WIDTH, Blitter::SetPixel(), and ZOOM_LVL_MIN.
Referenced by NWidgetToolbarContainer::Draw(), NWidgetMatrix::Draw(), NWidgetSpacer::Draw(), NWidgetBackground::Draw(), NWidgetViewport::Draw(), NWidgetScrollbar::Draw(), NWidgetLeaf::Draw(), CargoesField::Draw(), DrawArrowButtons(), NetworkClientListWindow::DrawButtons(), DrawCaption(), NetworkContentListWindow::DrawDetails(), DrawDropDownButton(), DrawFrame(), DrawFrameRect(), BaseGraphWindow::DrawGraph(), VehicleGroupWindow::DrawGroupInfo(), CargoesField::DrawHorConnection(), SmallMapWindow::DrawHorizMapIndicator(), DrawHorizontalScrollbar(), DrawLayoutLine(), NetworkContentListWindow::DrawMatrix(), DrawMatrix(), DrawResizeBox(), NetworkGameWindow::DrawServerLine(), SmallMapWindow::DrawSmallMap(), DrawTrainDetails(), LinkGraphOverlay::DrawVertex(), DrawVerticalScrollbar(), SmallMapWindow::DrawVertMapIndicator(), BuildAirportWindow::DrawWidget(), CompanyFinancesWindow::DrawWidget(), CompanyInfrastructureWindow::DrawWidget(), DropdownWindow::DrawWidget(), SaveLoadWindow::DrawWidget(), FrametimeGraphWindow::DrawWidget(), PaymentRatesGraphWindow::DrawWidget(), PerformanceRatingDetailWindow::DrawWidget(), IndustryProductionGraphWindow::DrawWidget(), VehicleGroupWindow::DrawWidget(), BuildIndustryWindow::DrawWidget(), LinkGraphLegendWindow::DrawWidget(), TooltipsWindow::DrawWidget(), MusicTrackSelectionWindow::DrawWidget(), MusicWindow::DrawWidget(), NetworkClientListWindow::DrawWidget(), NewGRFWindow::DrawWidget(), SavePresetWindow::DrawWidget(), NewsWindow::DrawWidget(), OrdersWindow::DrawWidget(), PickerWindow::DrawWidget(), SmallMapWindow::DrawWidget(), BootstrapBackground::DrawWidget(), ScriptDebugWindow::DrawWidgetLog(), Window::DrawWidgets(), DrawYearCategory(), DrawYearColumn(), HighlightDragPosition(), NetworkDrawChatMessage(), IConsoleWindow::OnPaint(), and StationsWndShowStationRating().
|
static |
|
static |
|
inlinestatic |
Align parameters of a line to the given DPI and check simple clipping.
dpi | Screen parameters to align with. |
x | X coordinate of first point. |
y | Y coordinate of first point. |
x2 | X coordinate of second point. |
y2 | Y coordinate of second point. |
width | Width of the line. |
void GfxScroll | ( | int | left, |
int | top, | ||
int | width, | ||
int | height, | ||
int | xo, | ||
int | yo | ||
) |
void LoadStringWidthTable | ( | bool | monospace | ) |
Initialize _stringwidth_table cache.
monospace | Whether to load the monospace cache or the normal fonts. |
Definition at line 1210 of file gfx.cpp.
References _stringwidth_table, FS_BEGIN, FS_MONO, and GetGlyphWidth().
Referenced by AdjustGUIZoom(), AfterLoadGame(), CheckForMissingGlyphs(), GenerateWorld(), and ReloadNewGRFData().
|
static |
Make line segments from a polygon defined by points, translated by an offset.
Entirely horizontal lines (start and end at same Y coordinate) are skipped, as they are irrelevant to scanline conversion algorithms. Generated line segments always have the lowest Y coordinate point first, i.e. original direction is lost.
shape | The polygon to convert. |
offset | Offset vector subtracted from all coordinates in the shape. |
Definition at line 171 of file gfx.cpp.
Referenced by GfxFillPolygon().
void SetAnimatedMouseCursor | ( | const AnimCursor * | table | ) |
Assign an animation to the cursor.
table | Array of animation states. |
Definition at line 1699 of file gfx.cpp.
References CursorVars::animate_cur, CursorVars::animate_list, and CursorVars::sprites.
Referenced by SetObjectToPlace().
|
static |
Set the colour remap to be for the given colour.
colour | the new colour of the remap. |
Definition at line 468 of file gfx.cpp.
References _string_colourmap, _string_colourremap, TC_FORCED, TC_IS_PALETTE_COLOUR, and TC_NO_SHADE.
Referenced by DrawCharCentered(), DrawLayoutLine(), DrawSprite(), and DrawSpriteViewport().
Switch cursor to different sprite.
Definition at line 1636 of file gfx.cpp.
References CursorVars::sprites, and UpdateCursorSize().
Referenced by SetMouseCursor().
Assign a single non-animated sprite to the cursor.
Definition at line 1686 of file gfx.cpp.
References CursorVars::animate_timeout, and SetCursorSprite().
Referenced by SetMouseCursorBusy(), and SetObjectToPlace().
void SetMouseCursorBusy | ( | bool | busy | ) |
Set or unset the ZZZ cursor.
busy | Whether to show the ZZZ cursor. |
Definition at line 1670 of file gfx.cpp.
References SetMouseCursor(), SPR_CURSOR_MOUSE, and CursorVars::sprites.
Referenced by CleanupGeneration(), GenerateProgressWindow::OnClick(), SaveFileDone(), and SaveFileStart().
void UpdateCursorSize | ( | ) |
Update cursor dimension.
Called when changing cursor sprite resp. reloading grfs.
Definition at line 1598 of file gfx.cpp.
References CursorVars::dirty, GB(), GetMaxSpriteID(), Sprite::height, Normal, SPRITE_WIDTH, CursorVars::sprites, CursorVars::total_size, UnScaleGUI(), Sprite::width, Sprite::x_offs, and Sprite::y_offs.
Referenced by AdjustGUIZoom(), GfxLoadSprites(), SetCursorSprite(), and SetMouseCursorVehicle().
void UpdateGUIZoom | ( | ) |
Resolve GUI zoom level, if auto-suggestion is requested.
Definition at line 1770 of file gfx.cpp.
References _font_zoom, _gui_scale, _gui_scale_cfg, _gui_zoom, _settings_client, Clamp(), VideoDriver::GetInstance(), VideoDriver::GetSuggestedUIScale(), ClientSettings::gui, ScaleGUITrad(), ZOOM_LVL_IN_2X, ZOOM_LVL_IN_4X, ZOOM_LVL_NORMAL, GUISettings::zoom_max, and GUISettings::zoom_min.
Referenced by AdjustGUIZoom(), and openttd_main().
bool _ctrl_pressed |
Is Ctrl pressed?
Definition at line 38 of file gfx.cpp.
Referenced by CheckRedrawStationCoverage(), DepotWindow::DepotClick(), DispatchLeftClickEvent(), FindStationsAroundSelection(), GenerateDesertArea(), GenericPlaceSignals(), GetOrderCmdFromTile(), GUIPlaceProcDragXY(), HandleAutoSignalPlacement(), StationViewWindow::HandleCargoWaitingClick(), GoalListWindow::HandleClick(), HandleClickOnSign(), VideoDriver_SDL_Base::InputLoop(), VideoDriver_SDL::InputLoop(), VideoDriver_Win32Base::InputLoop(), TileHighlightData::IsDraggingDiagonal(), MenuClickHelp(), AIConfigWindow::OnClick(), ReplaceVehicleWindow::OnClick(), BuildVehicleWindow::OnClick(), CompanyFinancesWindow::OnClick(), SelectCompanyLiveryWindow::OnClick(), CompanyWindow::OnClick(), DepotWindow::OnClick(), GSConfigWindow::OnClick(), VehicleGroupWindow::OnClick(), IndustryViewWindow::OnClick(), IndustryDirectoryWindow::OnClick(), SelectGameWindow::OnClick(), LandInfoWindow::OnClick(), NetworkStartServerWindow::OnClick(), SpriteAlignerWindow::OnClick(), NewsWindow::OnClick(), OrdersWindow::OnClick(), PickerWindow::OnClick(), BuildRailToolbarWindow::OnClick(), BuildRoadToolbarWindow::OnClick(), ScriptDebugWindow::OnClick(), GameOptionsWindow::OnClick(), SignWindow::OnClick(), CompanyStationsWindow::OnClick(), StationViewWindow::OnClick(), TimetableWindow::OnClick(), TownViewWindow::OnClick(), TownDirectoryWindow::OnClick(), TransparenciesWindow::OnClick(), RefitWindow::OnClick(), VehicleListWindow::OnClick(), VehicleDetailsWindow::OnClick(), VehicleViewWindow::OnClick(), WaypointWindow::OnClick(), DepotWindow::OnCTRLStateChange(), DepotWindow::OnDragDrop(), CompanyStationsWindow::OnDropdownSelect(), SelectCompanyLiveryWindow::OnDropdownSelect(), StoryBookWindow::OnPageElementClick(), BuildDocksToolbarWindow::OnPlaceMouseUp(), BuildObjectWindow::OnPlaceMouseUp(), BuildRailToolbarWindow::OnPlaceMouseUp(), BuildRoadToolbarWindow::OnPlaceMouseUp(), TerraformToolbarWindow::OnPlaceMouseUp(), BuildTreesWindow::OnPlaceMouseUp(), BuildDocksToolbarWindow::OnPlaceObject(), DepotWindow::OnRightClick(), DepotWindow::OnVehicleSelect(), DepotWindow::OnVehicleSelect(), OrdersWindow::OnVehicleSelect(), OrdersWindow::OrderClick_Refit(), OrdersWindow::OrderClick_Skip(), OrdersWindow::OrderClick_StopSharing(), PlaceAirport(), PlaceRail_Station(), SmallMapWindow::SelectLegendItem(), ShowBuildBridgeWindow(), ShowCargoIconOverlay(), and StationJoinerNeeded().
DrawPixelInfo* _cur_dpi |
CursorVars _cursor |
|
static |
uint8_t _dirkeys |
1 = left, 2 = up, 4 = right, 8 = down
Definition at line 34 of file gfx.cpp.
Referenced by VideoDriver_SDL_Base::InputLoop(), VideoDriver_SDL::InputLoop(), and VideoDriver_Win32Base::InputLoop().
|
extern |
Definition at line 195 of file viewport.cpp.
Sprite font Zoom level (not clamped)
Definition at line 62 of file gfx.cpp.
Referenced by AdjustGUIZoom(), ReadSprite(), ScaleFontTrad(), and UpdateGUIZoom().
GameSessionStats _game_session_stats |
Statistics about the current session.
Definition at line 51 of file gfx.cpp.
Referenced by FileWriter::Finish(), GenerateSavegameId(), openttd_main(), ClientNetworkGameSocketHandler::Receive_SERVER_MAP_DONE(), SurveyGameSession(), and FileReader::~FileReader().
uint16_t _game_speed = 100 |
Current game-speed; 100 is 1x, 0 is infinite.
Definition at line 40 of file gfx.cpp.
Referenced by ToolbarFastForwardClick().
int _gui_scale = MIN_INTERFACE_SCALE |
GUI scale, 100 is 100%.
Definition at line 63 of file gfx.cpp.
Referenced by AdjustGUIZoom(), GameOptionsWindow::OnClick(), GameOptionsWindow::OnMouseLoop(), Window::ReInit(), ScaleGUITrad(), and UpdateGUIZoom().
int _gui_scale_cfg |
GUI scale in config.
Definition at line 64 of file gfx.cpp.
Referenced by GameOptionsWindow::OnClick(), GameOptionsWindow::OnInvalidateData(), GameOptionsWindow::OnMouseLoop(), and UpdateGUIZoom().
ZoomLevel _gui_zoom = ZOOM_LVL_NORMAL |
GUI Zoom level.
Definition at line 61 of file gfx.cpp.
Referenced by AdjustGUIZoom(), and UpdateGUIZoom().
bool _left_button_clicked |
Is left mouse button clicked?
Definition at line 42 of file gfx.cpp.
Referenced by HandleMouseEvents(), GenerateLandscapeWindow::OnClick(), CreateScenarioWindow::OnClick(), NetworkStartServerWindow::OnClick(), GameSettingsWindow::OnClick(), DropdownWindow::OnMouseLoop(), VideoDriver_SDL_Base::PollEvent(), and VideoDriver_SDL::PollEvent().
bool _left_button_down |
Is left mouse button pressed?
Definition at line 41 of file gfx.cpp.
Referenced by HandleActiveWidget(), HandleMouseDragDrop(), HandleMouseEvents(), HandleViewportScroll(), HandleWindowDragging(), TileHighlightData::IsDraggingDiagonal(), GameOptionsWindow::OnMouseLoop(), VideoDriver_SDL_Base::PollEvent(), VideoDriver_SDL::PollEvent(), and VpHandlePlaceSizingDrag().
PauseMode _pause_mode |
The current pause mode.
Definition at line 50 of file gfx.cpp.
Referenced by AfterLoad_LinkGraphPauseControl(), AfterLoadGame(), CheckMinActiveClients(), CheckPauseHelper(), CheckPauseOnJoin(), CmdClearArea(), CmdPause(), DistributeQueue(), StatusBarWindow::DrawWidget(), CommandHelperBase::InternalExecuteProcessResult(), CommandHelperBase::InternalPostBefore(), LoadIntroGame(), NetworkHandlePauseChange(), ScriptDebugWindow::OnClick(), ScriptDebugWindow::OnInvalidateData(), StateGameLoop(), and StateGameLoop_LinkGraphPauseControl().
bool _right_button_clicked |
Is right mouse button clicked?
Definition at line 44 of file gfx.cpp.
Referenced by HandleMouseEvents(), VideoDriver_SDL_Base::PollEvent(), and VideoDriver_SDL::PollEvent().
bool _right_button_down |
Is right mouse button pressed?
Definition at line 43 of file gfx.cpp.
Referenced by HandleMouseEvents(), HandleViewportScroll(), ErrmsgWindow::OnMouseLoop(), TooltipsWindow::OnMouseLoop(), VideoDriver_SDL_Base::PollEvent(), and VideoDriver_SDL::PollEvent().
DrawPixelInfo _screen |
bool _screen_disable_anim = false |
Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
Definition at line 46 of file gfx.cpp.
Referenced by Blitter_32bppAnim::CopyFromBuffer(), Blitter_40bppAnim::CopyFromBuffer(), Blitter_32bppAnim::CopyToBuffer(), Blitter_40bppAnim::CopyToBuffer(), Blitter_32bppAnim::Draw(), Blitter_40bppAnim::Draw(), Blitter_32bppAnim::DrawColourMappingRect(), Blitter_40bppAnim::DrawColourMappingRect(), Blitter_32bppAnim::DrawLine(), Blitter_40bppAnim::DrawLine(), Blitter_32bppAnim::DrawRect(), Blitter_40bppAnim::DrawRect(), DrawSpriteToRgbaBuffer(), LargeWorldCallback(), Blitter_32bppAnim::PaletteAnimate(), Blitter_32bppAnim::ScrollBuffer(), Blitter_40bppAnim::ScrollBuffer(), Blitter_32bppAnim::SetPixel(), and Blitter_40bppAnim::SetPixel().
bool _shift_pressed |
Is Shift pressed?
Definition at line 39 of file gfx.cpp.
Referenced by VideoDriver_SDL_Base::InputLoop(), VideoDriver_SDL::InputLoop(), VideoDriver_Win32Base::InputLoop(), CommandHelperBase::InternalPostBefore(), EnginePreviewWindow::OnClick(), CompanyWindow::OnPlaceObject(), and ShowCargoIconOverlay().
|
static |
Recoloursprite for stringdrawing. The grf loader ensures that SpriteType::Font sprites only use colours 0 to 2.
Definition at line 75 of file gfx.cpp.
Referenced by DrawLayoutLine(), and SetColourRemap().
|
static |
Cache containing width of often used characters.
Definition at line 53 of file gfx.cpp.
Referenced by GetCharacterWidth(), and LoadStringWidthTable().
SwitchMode _switch_mode |
The next mainloop command.
Definition at line 49 of file gfx.cpp.
Referenced by _GenerateWorld(), ClientNetworkGameSocketHandler::ClientError(), GameOptionsWindow::Close(), NetworkGameSocketHandler::CloseConnection(), AIInstance::Died(), GameInstance::Died(), HandleGeneratingWorldAbortion(), VideoDriver_Dedicated::MainLoop(), NetworkClientConnectGame(), NetworkRestartMap(), SaveLoadWindow::OnClick(), MainWindow::OnHotkey(), AfterNewGRFScan::OnNewGRFsScanned(), SaveLoadWindow::OnTimeout(), openttd_main(), and VideoDriver::Tick().