Searched refs:IsClippedEx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1378 IMGUI_API bool IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged);
H A Dimgui.cpp2807 const bool is_clipped = IsClippedEx(bb, id, false);
2884 bool ImGui::IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged) function in class:ImGui
8415 if (IsClippedEx(column_rect, column_id, false))
H A Dimgui_widgets.cpp183 if (IsClippedEx(line_rect, 0, false))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1378 IMGUI_API bool IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged);
H A Dimgui.cpp2807 const bool is_clipped = IsClippedEx(bb, id, false);
2884 bool ImGui::IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged) function in class:ImGui
8415 if (IsClippedEx(column_rect, column_id, false))
H A Dimgui_widgets.cpp183 if (IsClippedEx(line_rect, 0, false))

Completed in 119 milliseconds