Searched refs:RotateXY (Results 1 – 3 of 3) sorted by relevance
44 std::pair<int, int> RotateXY(int x, int y);
46 auto [x, y] = UiRotation::GetInstance().RotateXY(pos.x, pos.y); in ReadPoint()
124 std::pair<int, int> UiRotation::RotateXY(int x, int y) in RotateXY() function in Updater::UiRotation