Searched refs:LastItemRect (Results 1 – 3 of 3) sorted by relevance
1065 ImRect LastItemRect; // Interaction rect member1105 LastItemRect = LastItemDisplayRect = ImRect(); in ImGuiWindowTempData()1234 ImRect LastItemRect; member1238 …d; LastItemStatusFlags = window->DC.LastItemStatusFlags; LastItemRect = window->DC.LastItemRect; L… in Backup()1239 …ndow->DC.LastItemStatusFlags = LastItemStatusFlags; window->DC.LastItemRect = LastItemRect; window… in Restore()
2673 …indow->NavRectRel[nav_layer] = ImRect(window->DC.LastItemRect.Min - window->Pos, window->DC.LastIt… in SetFocusID()2798 window->DC.LastItemRect = bb; in ItemAdd()4278 return window->ClipRect.Overlaps(window->DC.LastItemRect); in IsItemVisible()4300 return window->DC.LastItemRect.Min; in GetItemRectMin()4306 return window->DC.LastItemRect.Max; in GetItemRectMax()4312 return window->DC.LastItemRect.GetSize(); in GetItemRectSize()5448 window->DC.LastItemRect = title_bar_rect; in Begin()6461 …vInitResultRectRel = ImRect(g.NavWindow->DC.LastItemRect.Min - g.NavWindow->Pos, g.NavWindow->DC.L… in SetItemDefaultFocus()6600 window->DC.LastItemRect = group_bb; in EndGroup()8524 source_id = window->DC.LastItemId = window->GetIDFromRectangle(window->DC.LastItemRect); in BeginDragDropSource()[all …]
3959 SetNextWindowPos(window->DC.LastItemRect.GetBL() + ImVec2(-1,style.ItemSpacing.y)); in ColorEdit4()5004 …Vec2(ImMin(window->DC.LastItemRect.Max.x, window->ClipRect.Max.x) - g.Style.FramePadding.x - butto… in CollapsingHeader()5148 window->DC.LastItemRect = bb; // Forward storage for ListBoxFooter.. dodgy. in ListBoxHeader()5188 const ImRect bb = parent_window->DC.LastItemRect; in ListBoxFooter()5637 const bool hovered = enabled && ItemHoverable(window->DC.LastItemRect, id); in BeginMenu()