Home
last modified time | relevance | path

Searched refs:ClipWithFull (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h509 …void ClipWithFull(const ImRect& r) { Min = ImClamp(Min, r.Min, r.Max); Max = ImClamp(… in ClipWithFull() function
Dimgui.cpp7175 …cand.ClipWithFull(window->ClipRect); // This allows the scored item to not overlap other candidate… in NavScoreItem()