Lines Matching defs:total_bb
322 const ImRect total_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w + (label_size.x > 0.0f ? style.ItemInnerSpacing.x : 0.0f), style.FramePadding.y*2) + label_size);
323 ItemSize(total_bb, style.FramePadding.y);
324 if (!ItemAdd(total_bb, 0))
919 const ImRect total_bb(pos, pos + ImVec2(square_sz + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), label_size.y + style.FramePadding.y * 2.0f));
920 ItemSize(total_bb, style.FramePadding.y);
921 if (!ItemAdd(total_bb, id))
925 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held);
933 RenderNavHighlight(total_bb, id);
942 LogRenderedText(&total_bb.Min, *v ? "[x]" : "[ ]");
979 const ImRect total_bb(pos, pos + ImVec2(square_sz + (label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f), label_size.y + style.FramePadding.y * 2.0f));
980 ItemSize(total_bb, style.FramePadding.y);
981 if (!ItemAdd(total_bb, id))
990 bool pressed = ButtonBehavior(total_bb, id, &hovered, &held);
994 RenderNavHighlight(total_bb, id);
1009 LogRenderedText(&total_bb.Min, active ? "(x)" : "( )");
1300 const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f));
1301 ItemSize(total_bb, style.FramePadding.y);
1302 if (!ItemAdd(total_bb, id, &frame_bb))
1877 const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f));
1879 ItemSize(total_bb, style.FramePadding.y);
1880 if (!ItemAdd(total_bb, id, &frame_bb))
2310 const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0.0f));
2312 ItemSize(total_bb, style.FramePadding.y);
2313 if (!ItemAdd(total_bb, id, &frame_bb))
3156 const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? (style.ItemInnerSpacing.x + label_size.x) : 0.0f, 0.0f));
3161 if (!ItemAdd(total_bb, id, &frame_bb))
3163 ItemSize(total_bb, style.FramePadding.y);
3179 ItemSize(total_bb, style.FramePadding.y);
3180 if (!ItemAdd(total_bb, id, &frame_bb))
5267 const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpacing.x + label_size.x : 0.0f, 0));
5268 ItemSize(total_bb, style.FramePadding.y);
5269 if (!ItemAdd(total_bb, 0, &frame_bb))