• Home
  • Raw
  • Download

Lines Matching refs:total_bb

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