Home
last modified time | relevance | path

Searched refs:ItemAdd (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp216 ItemAdd(bb, 0); in TextUnformatted()
226 if (!ItemAdd(bb, 0)) in TextUnformatted()
324 if (!ItemAdd(total_bb, 0)) in LabelTextV()
360 if (!ItemAdd(bb, 0)) in BulletTextV()
562 if (!ItemAdd(bb, id)) in ButtonEx()
617 if (!ItemAdd(bb, id)) in InvisibleButton()
637 if (!ItemAdd(bb, id)) in ArrowButtonEx()
670 bool is_clipped = !ItemAdd(bb, id); in CloseButton()
697 ItemAdd(bb, id); in CollapseButton()
852 if (!ItemAdd(bb, 0)) in Image()
[all …]
Dimgui_internal.h1376 IMGUI_API bool ItemAdd(const ImRect& bb, ImGuiID id, const ImRect* nav_bb = NULL);
Dimgui.cpp2778 bool ImGui::ItemAdd(const ImRect& bb, ImGuiID id, const ImRect* nav_bb_arg) in ItemAdd() function in ImGui
4408 ItemAdd(bb, window->ChildId); in EndChild()
4418 ItemAdd(bb, 0); in EndChild()
6590 ItemAdd(group_bb, 0); in EndGroup()