Lines Matching refs:AddRectFilled
764 …window->DrawList->AddRectFilled(bb.Min, bb.Max, GetColorU32(ImGuiCol_ScrollbarBg), window->WindowR… in Scrollbar()
839 … window->DrawList->AddRectFilled(grab_rect.Min, grab_rect.Max, grab_col, style.ScrollbarRounding); in Scrollbar()
900 window->DrawList->AddRectFilled(image_bb.Min, image_bb.Max, GetColorU32(bg_col)); in ImageButton()
1259 window->DrawList->AddRectFilled(bb_render.Min, bb_render.Max, col, g.Style.FrameRounding); in SplitterBehavior()
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()
2359 …window->DrawList->AddRectFilled(grab_bb.Min, grab_bb.Max, GetColorU32(g.ActiveId == id ? ImGuiCol_… in SliderScalar()
2499 …window->DrawList->AddRectFilled(grab_bb.Min, grab_bb.Max, GetColorU32(g.ActiveId == id ? ImGuiCol_… in VSliderScalar()
3744 draw_window->DrawList->AddRectFilled(rect.Min, rect.Max, bg_color); in InputTextEx()
4064 window->DrawList->AddRectFilled(p_min, p_max, col_bg1, rounding, rounding_corners_flags); in RenderColorRectWithAlphaCheckerboard()
4081 …window->DrawList->AddRectFilled(ImVec2(x1,y1), ImVec2(x2,y2), col_bg2, rounding_corners_flags_cell… in RenderColorRectWithAlphaCheckerboard()
4087 window->DrawList->AddRectFilled(p_min, p_max, col, rounding, rounding_corners_flags); in RenderColorRectWithAlphaCheckerboard()
4444 …window->DrawList->AddRectFilled(bb_inner.Min, ImVec2(mid_x, bb_inner.Max.y), GetColorU32(col_witho… in ColorButton()
4453 …window->DrawList->AddRectFilled(bb_inner.Min, bb_inner.Max, GetColorU32(col_source), rounding, ImD… in ColorButton()
5344 … window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx()