Searched refs:r_abs (Results 1 – 2 of 2) sorted by relevance
1218 ImGuiID GetIDFromRectangle(const ImRect& r_abs);
2595 ImGuiID ImGuiWindow::GetIDFromRectangle(const ImRect& r_abs) in GetIDFromRectangle() argument2598 …const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x -… in GetIDFromRectangle()