Searched refs:ClipWithFull (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 509 void ClipWithFull(const ImRect& r) { Min = ImClamp(Min, r.Min, r.Max); Max = ImClamp(Max, r.Min, r.Max); } // Full version, ensure both points are fully clipped. function in struct:ImRect
|
| H A D | imgui.cpp | 7175 cand.ClipWithFull(window->ClipRect); // This allows the scored item to not overlap other candidates in the parent window
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 509 void ClipWithFull(const ImRect& r) { Min = ImClamp(Min, r.Min, r.Max); Max = ImClamp(Max, r.Min, r.Max); } // Full version, ensure both points are fully clipped. function in struct:ImRect
|
| H A D | imgui.cpp | 7175 cand.ClipWithFull(window->ClipRect); // This allows the scored item to not overlap other candidates in the parent window
|
Completed in 55 milliseconds