Home
last modified time | relevance | path

Searched refs:clip_even_when_logged (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1378 IMGUI_API bool IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged);
H A Dimgui.cpp2884 bool ImGui::IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged) in IsClippedEx() argument
2890 if (clip_even_when_logged || !g.LogEnabled) in IsClippedEx()

Completed in 38 milliseconds