Searched refs:IsClippedEx (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 1378 IMGUI_API bool IsClippedEx(const ImRect& bb, ImGuiID id, bool clip_even_when_logged);
|
H A D | imgui.cpp | 2807 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 D | imgui_widgets.cpp | 183 if (IsClippedEx(line_rect, 0, false)) in TextUnformatted()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_tables.cpp | 327 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 D | imgui_internal.h | 2467 IMGUI_API bool IsClippedEx(const ImRect& bb, ImGuiID id);
|
H A D | imgui.cpp | 3284 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 D | imgui_widgets.cpp | 208 if (IsClippedEx(line_rect, 0)) in TextEx()
|
Completed in 84 milliseconds