Home
last modified time | relevance | path

Searched refs:IsClippedEx (Results 1 - 7 of 7) 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.cpp2807 const bool is_clipped = IsClippedEx(bb, id, false); in ItemAdd()
2884 bool ImGui::IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged) in IsClippedEx() function in ImGui
8415 if (IsClippedEx(column_rect, column_id, false)) in EndColumns()
H A Dimgui_widgets.cpp183 if (IsClippedEx(line_rect, 0, false)) in TextUnformatted()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp327 if (use_child_window && IsClippedEx(outer_rect, 0)) in BeginTableEx()
3992 if (IsClippedEx(column_hit_rect, column_id)) // FIXME: Can be removed or replaced with a lower-level test
H A Dimgui_internal.h2467 IMGUI_API bool IsClippedEx(const ImRect& bb, ImGuiID id);
H A Dimgui.cpp3284 bool ImGui::IsClippedEx(const ImRect& bb, ImGuiID id) in IsClippedEx() function in ImGui
7575 const bool is_clipped = IsClippedEx(bb, id); in ItemAdd()
H A Dimgui_widgets.cpp208 if (IsClippedEx(line_rect, 0)) in TextEx()

Completed in 92 milliseconds