Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp322 …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
[all …]