Lines Matching refs:ItemAdd
240 ItemAdd(bb, 0);
249 if (!ItemAdd(bb, 0))
369 if (!ItemAdd(total_bb, 0))
404 if (!ItemAdd(bb, 0))
688 if (!ItemAdd(bb, id))
745 if (!ItemAdd(bb, id))
765 if (!ItemAdd(bb, id))
806 bool is_clipped = !ItemAdd(bb_interact, id);
835 ItemAdd(bb, id);
1009 if (!ItemAdd(bb, 0))
1034 if (!ItemAdd(bb, id))
1085 if (!ItemAdd(total_bb, id))
1192 if (!ItemAdd(total_bb, id))
1252 if (!ItemAdd(bb, 0))
1286 if (!ItemAdd(bb, 0))
1327 ItemAdd(bb, 0);
1376 if (!ItemAdd(bb, 0))
1401 const bool item_visible = ItemAdd(bb, 0);
1439 bool item_add = ItemAdd(bb, id);
1580 if (!ItemAdd(total_bb, id, &bb))
1707 if (window->SkipItems || !window->ClipRect.Overlaps(g.LastItemData.Rect)) // FIXME: Because we don't have a ImGuiItemStatusFlags_Visible flag to test last ItemAdd() result
2396 if (!ItemAdd(total_bb, id, &frame_bb, temp_input_allowed ? ImGuiItemFlags_Inputable : 0))
3014 if (!ItemAdd(total_bb, id, &frame_bb, temp_input_allowed ? ImGuiItemFlags_Inputable : 0))
3178 if (!ItemAdd(frame_bb, id))
3984 if (!ItemAdd(total_bb, id, &frame_bb, ImGuiItemFlags_Inputable))
4013 // Support for internal ImGuiInputTextFlags_MergedItem flag, which could be redesigned as an ItemFlags if needed (with test performed in ItemAdd)
4016 if (!ItemAdd(total_bb, id, &frame_bb, ImGuiItemFlags_Inputable))
5459 if (!ItemAdd(bb, id))
5865 bool item_add = ItemAdd(interact_bb, id);
6135 // Submit label or explicit size to ItemSize(), whereas ItemAdd() will submit a larger/spanning rectangle.
6170 // Modify ClipRect for the ItemAdd(), faster than doing a PushColumnsBackground/PushTableBackground for every Selectable..
6180 const bool item_add = ItemAdd(bb, id, NULL, disabled_item ? ImGuiItemFlags_Disabled : ImGuiItemFlags_None);
6313 ItemAdd(bb, 0, &frame_bb);
6440 if (!ItemAdd(total_bb, 0, &frame_bb))
7878 // We make a call to ItemAdd() so that attempts to use a contextual popup menu with an implicit ID won't use an older ID.
7882 ItemAdd(ImRect(), id, NULL, ImGuiItemFlags_NoNav | ImGuiItemFlags_NoNavDefaultFocus);
7949 ItemAdd(ImRect(), id, NULL, ImGuiItemFlags_NoNav | ImGuiItemFlags_NoNavDefaultFocus);
7980 if (!ItemAdd(bb, id))