Home
last modified time | relevance | path

Searched refs:r_abs (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1218 ImGuiID GetIDFromRectangle(const ImRect& r_abs);
H A 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 - Pos.x), (int)(r_abs.Max.y - Pos.y) }; in GetIDFromRectangle()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp3031 ImGuiID ImGuiWindow::GetIDFromRectangle(const ImRect& r_abs) in GetIDFromRectangle() argument
3034 const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x - Pos.x), (int)(r_abs.Max.y - Pos.y) }; in GetIDFromRectangle()
H A Dimgui_internal.h2020 ImGuiID GetIDFromRectangle(const ImRect& r_abs);

Completed in 50 milliseconds