Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dwidget.cpp547 static inline void DrawResizeBox(const Rect &r, Colours colour, bool at_left, bool clicked) in DrawResizeBox() function
2704 DrawResizeBox(r, this->colour, this->pos_x < (w->width / 2), !!(w->flags & WF_SIZING)); in Draw()