Home
last modified time | relevance | path

Searched refs:ClipWith (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.cpp2471 display_rect.ClipWith(window->ClipRect); in RenderNavHighlight()
4014 rect_clipped.ClipWith(g.CurrentWindow->ClipRect); in IsMouseHoveringRect()
5260 …menu_bar_rect.ClipWith(window->Rect()); // Soft clipping, in particular child window don't have m… in Begin()
5417 window->OuterRectClipped.ClipWith(window->ClipRect); in Begin()
7817 window->NavRectRel[g.NavLayer].ClipWith(window_rect_rel); in NavUpdate()
8377 column->ClipRect.ClipWith(window->ClipRect); in BeginColumns()
Dimgui_internal.h508 …void ClipWith(const ImRect& r) { Min = ImMax(Min, r.Min); Max = ImMin(Max, r.Max)… in ClipWith() function
Dimgui_widgets.cpp3742 rect.ClipWith(clip_rect); in InputTextEx()
5537 clip_rect.ClipWith(window->OuterRectClipped); in BeginMenuBar()