Searched refs:frame_bb (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 1299 …const ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(w, label_size.y + style.… in BeginCombo() local 1300 …const ImRect total_bb(frame_bb.Min, frame_bb.Max + ImVec2(label_size.x > 0.0f ? style.ItemInnerSpa… in BeginCombo() 1302 if (!ItemAdd(total_bb, id, &frame_bb)) in BeginCombo() 1306 bool pressed = ButtonBehavior(frame_bb, id, &hovered, &held); in BeginCombo() 1309 const ImRect value_bb(frame_bb.Min, frame_bb.Max - ImVec2(arrow_size, 0.0f)); in BeginCombo() 1311 RenderNavHighlight(frame_bb, id); in BeginCombo() 1313 …window->DrawList->AddRectFilled(frame_bb.Min, ImVec2(frame_bb.Max.x - arrow_size, frame_bb.Max.y),… in BeginCombo() 1316 …window->DrawList->AddRectFilled(ImVec2(frame_bb.Max.x - arrow_size, frame_bb.Min.y), frame_bb.Max,… in BeginCombo() 1317 …RenderArrow(ImVec2(frame_bb.Max.x - arrow_size + style.FramePadding.y, frame_bb.Min.y + style.Fram… in BeginCombo() 1319 RenderFrameBorder(frame_bb.Min, frame_bb.Max, style.FrameRounding); in BeginCombo() [all …]
|