Searched refs:NavRectRel (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 2550 NavRectRel[0] = NavRectRel[1] = ImRect(); 2625 g.NavWindow->NavRectRel[nav_layer] = rect_rel; 2673 window->NavRectRel[nav_layer] = ImRect(window->DC.LastItemRect.Min - window->Pos, window->DC.LastItemRect.Max - window->Pos); 7357 window->NavRectRel[window->DC.NavLayerCurrent] = nav_bb_rel; // Store item bounding box (relative to window position) 7383 g.NavWindow->NavRectRel[g.NavLayer] = bb_rel; 7392 ImRect bb_rel = window->NavRectRel[0]; 7443 ImGui::SetNavIDWithRectRel(g.NavWindow->NavLastIds[0], layer, g.NavWindow->NavRectRel[0]); 7493 const ImRect& rect_rel = g.NavWindow->NavRectRel[g.NavLayer]; 7614 g.NavWindow->NavRectRel[ [all...] |
| H A D | imgui_internal.h | 1199 ImRect NavRectRel[ImGuiNavLayer_COUNT]; // Reference rectangle, in window relative space member in struct:ImGuiWindow
|
| H A D | imgui_widgets.cpp | 5568 SetNavIDWithRectRel(window->NavLastIds[1], 1, window->NavRectRel[1]);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 2550 NavRectRel[0] = NavRectRel[1] = ImRect(); 2625 g.NavWindow->NavRectRel[nav_layer] = rect_rel; 2673 window->NavRectRel[nav_layer] = ImRect(window->DC.LastItemRect.Min - window->Pos, window->DC.LastItemRect.Max - window->Pos); 7357 window->NavRectRel[window->DC.NavLayerCurrent] = nav_bb_rel; // Store item bounding box (relative to window position) 7383 g.NavWindow->NavRectRel[g.NavLayer] = bb_rel; 7392 ImRect bb_rel = window->NavRectRel[0]; 7443 ImGui::SetNavIDWithRectRel(g.NavWindow->NavLastIds[0], layer, g.NavWindow->NavRectRel[0]); 7493 const ImRect& rect_rel = g.NavWindow->NavRectRel[g.NavLayer]; 7614 g.NavWindow->NavRectRel[ [all...] |
| H A D | imgui_internal.h | 1199 ImRect NavRectRel[ImGuiNavLayer_COUNT]; // Reference rectangle, in window relative space member in struct:ImGuiWindow
|
| H A D | imgui_widgets.cpp | 5568 SetNavIDWithRectRel(window->NavLastIds[1], 1, window->NavRectRel[1]);
|
Completed in 64 milliseconds