Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_content_gui.cpp527 …dim(maxdim(GetSpriteSize(SPR_BOX_EMPTY), GetSpriteSize(SPR_BOX_CHECKED)), GetSpriteSize(SPR_BLOT)); in NetworkContentListWindow()
653 case ContentInfo::ALREADY_HERE: sprite = SPR_BLOT; pal = PALETTE_TO_GREEN; break; in DrawMatrix()
654 case ContentInfo::DOES_NOT_EXIST: sprite = SPR_BLOT; pal = PALETTE_TO_RED; break; in DrawMatrix()
H A Dnetwork_gui.cpp105 + GetSpriteSize(SPR_BLOT, nullptr, ZOOM_LVL_OUT_4X).width in NWidgetServerListHeader()
404 int icon_y_offset = (this->resize.step_height - GetSpriteSize(SPR_BLOT).height) / 2; in DrawServerLine()
453 …DrawSprite(SPR_BLOT, (cur_item->info.compatible ? PALETTE_TO_GREEN : (cur_item->info.version_compa… in DrawServerLine()
478 this->flag_offset = this->blot_offset + 2 + GetSpriteSize(SPR_BLOT).width; in NetworkGameWindow()
519 …resize->height = WD_MATRIX_TOP + std::max(GetSpriteSize(SPR_BLOT).height, (uint)FONT_HEIGHT_NORMAL… in UpdateWidgetSize()
525 …size->height = WD_MATRIX_TOP + std::max(GetSpriteSize(SPR_BLOT).height, (uint)FONT_HEIGHT_NORMAL) … in UpdateWidgetSize()
/dports/games/openttd/openttd-12.1/src/table/
H A Dsprites.h65 static const SpriteID SPR_BLOT = SPR_OPENTTD_BASE + 39; // coloured circle (used for… variable