Lines Matching refs:NavRectRel

2550     NavRectRel[0] = NavRectRel[1] = ImRect();  in ImGuiWindow()
2625 g.NavWindow->NavRectRel[nav_layer] = rect_rel; in SetNavIDWithRectRel()
2673 …window->NavRectRel[nav_layer] = ImRect(window->DC.LastItemRect.Min - window->Pos, window->DC.LastI… in SetFocusID()
7357 …window->NavRectRel[window->DC.NavLayerCurrent] = nav_bb_rel; // Store item bounding box (relati… in NavProcessItem()
7383 g.NavWindow->NavRectRel[g.NavLayer] = bb_rel; in NavMoveRequestForward()
7392 ImRect bb_rel = window->NavRectRel[0]; in NavMoveRequestTryWrapping()
7443 ImGui::SetNavIDWithRectRel(g.NavWindow->NavLastIds[0], layer, g.NavWindow->NavRectRel[0]); in NavRestoreLayer()
7493 const ImRect& rect_rel = g.NavWindow->NavRectRel[g.NavLayer]; in NavCalcPreferredRefPos()
7614 g.NavWindow->NavRectRel[g.NavLayer] = g.NavInitResultRectRel; in NavUpdate()
7813 if (!window_rect_rel.Contains(window->NavRectRel[g.NavLayer])) in NavUpdate()
7817 window->NavRectRel[g.NavLayer].ClipWith(window_rect_rel); in NavUpdate()
7824 …nav_rect_rel = (g.NavWindow && !g.NavWindow->NavRectRel[g.NavLayer].IsInverted()) ? g.NavWindow->N… in NavUpdate()
7833 …w)->AddRect(g.NavWindow->Pos + g.NavWindow->NavRectRel[layer].Min, g.NavWindow->Pos + g.NavWindow-… in NavUpdate()
7915 const ImRect& nav_rect_rel = window->NavRectRel[g.NavLayer]; in NavUpdatePageUpPageDown()
9397 if (!window->NavRectRel[0].IsInverted()) in ShowMetricsWindow()
9398 …,%.1f)(%.1f,%.1f)", window->NavRectRel[0].Min.x, window->NavRectRel[0].Min.y, window->NavRectRel[0… in ShowMetricsWindow()