Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiDialogs.cpp756 void Dialog::ApplyInvElementOffset(int32_t &riX, int32_t &riY) in ApplyInvElementOffset() function in C4GUI::Dialog
759 Window::ApplyInvElementOffset(riX, riY); in ApplyInvElementOffset()
H A DC4Gui.h841 virtual void ApplyInvElementOffset(int32_t &riX, int32_t &riY) {} // subtract child drawing offset
868 void ApplyInvElementOffset(int32_t &riX, int32_t &riY) override
2111 void ApplyInvElementOffset(int32_t &riX, int32_t &riY) override;
H A DC4Gui.cpp237 pCont->ApplyInvElementOffset(riX, riY); in ClientPos2ScreenPos()