Home
last modified time | relevance | path

Searched refs:DrawTabImage (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DStaffList.cpp508DrawTabImage(dpi, WINDOW_STAFF_LIST_TAB_HANDYMEN, PeepSpriteType::Handyman, gStaffHandymanColour); in DrawTabImages()
509DrawTabImage(dpi, WINDOW_STAFF_LIST_TAB_MECHANICS, PeepSpriteType::Mechanic, gStaffMechanicColour); in DrawTabImages()
510DrawTabImage(dpi, WINDOW_STAFF_LIST_TAB_SECURITY, PeepSpriteType::Security, gStaffSecurityColour); in DrawTabImages()
511 DrawTabImage(dpi, WINDOW_STAFF_LIST_TAB_ENTERTAINERS, PeepSpriteType::EntertainerElephant); in DrawTabImages()
514 …void DrawTabImage(rct_drawpixelinfo& dpi, int32_t tabIndex, PeepSpriteType type, colour_t colour) … in DrawTabImage() function in StaffListWindow
524 void DrawTabImage(rct_drawpixelinfo& dpi, int32_t tabIndex, PeepSpriteType type) const in DrawTabImage() function in StaffListWindow
H A DOptions.cpp2375 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_DISPLAY, SPR_TAB_PAINT_0); in DrawTabImages()
2376 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_RENDERING, SPR_G2_TAB_TREE); in DrawTabImages()
2377 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_CULTURE, SPR_TAB_TIMER_0); in DrawTabImages()
2378 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_AUDIO, SPR_TAB_MUSIC_0); in DrawTabImages()
2379 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_CONTROLS_AND_INTERFACE, SPR_TAB_GEARS_0); in DrawTabImages()
2380 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_MISC, SPR_TAB_RIDE_0); in DrawTabImages()
2381 this->DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_ADVANCED, SPR_TAB_WRENCH_0); in DrawTabImages()
2384 void DrawTabImage(rct_drawpixelinfo* dpi, int32_t p, int32_t spriteIndex) in DrawTabImage() function in OptionsWindow
H A DShortcutKeys.cpp473 DrawTabImage(dpi, i); in DrawTabImages()
477 void DrawTabImage(rct_drawpixelinfo& dpi, size_t tabIndex) const in DrawTabImage() function in ShortcutKeysWindow