Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1218 ImGuiID GetIDFromRectangle(const ImRect& r_abs);
Dimgui.cpp2595 ImGuiID ImGuiWindow::GetIDFromRectangle(const ImRect& r_abs) in GetIDFromRectangle() argument
2598 …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()