/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_urb.h | 68 draw_list->AddRectFilled(alloc_tl, alloc_br, ImColor(r, g, b)); in DrawAllocation() 81 draw_list->AddRectFilled(const_tl, const_br, ImColor(r, g, b)); in DrawAllocation()
|
/external/skia/tools/viewer/ |
D | ImGuiLayer.h | 64 fDrawList->AddRectFilled(fPos, ImVec2(fPos.x + fSize.x, fPos.y + fSize.y), color); in fillColor()
|
/external/mesa3d/src/imgui/ |
D | imgui_memory_editor.h | 310 …draw_list->AddRectFilled(pos, ImVec2(pos.x + highlight_width, pos.y + s.LineHeight), HighlightColo… 419 …draw_list->AddRectFilled(pos, ImVec2(pos.x + s.GlyphWidth, pos.y + s.LineHeight), ImGui::GetColorU… 420 …draw_list->AddRectFilled(pos, ImVec2(pos.x + s.GlyphWidth, pos.y + s.LineHeight), ImGui::GetColorU…
|
D | imgui_widgets.cpp | 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() [all …]
|
D | imgui.cpp | 2377 window->DrawList->AddRectFilled(p_min, p_max, fill_col, rounding); in RenderFrame() 5206 window->DrawList->AddRectFilled(viewport_rect.Min, viewport_rect.Max, dim_bg_col); in Begin() 5215 …window->DrawList->AddRectFilled(bb.Min, bb.Max, GetColorU32(ImGuiCol_NavWindowingHighlight, g.NavW… in Begin() 5245 …window->DrawList->AddRectFilled(window->Pos + ImVec2(0, window->TitleBarHeight()), window->Pos + w… in Begin() 5253 …window->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_roun… in Begin() 5261 …window->DrawList->AddRectFilled(menu_bar_rect.Min, menu_bar_rect.Max, GetColorU32(ImGuiCol_MenuBar… in Begin() 7228 …draw_list->AddRectFilled(cand.Max-ImVec2(4,4), cand.Max+ImGui::CalcTextSize(buf)+ImVec2(4,4), IM_C… in NavScoreItem() 7238 draw_list->AddRectFilled(cand.Min, cand.Max, IM_COL32(255, 0, 0, 200)); in NavScoreItem() 9502 …overlay_draw_list->AddRectFilled(window->Pos, window->Pos + ImVec2(font_size, font_size), IM_COL32… in ShowMetricsWindow()
|
D | imgui_draw.cpp | 1067 void ImDrawList::AddRectFilled(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding, int rou… in AddRectFilled() function in ImDrawList 3006 draw_list->AddRectFilled(p0, p1, col, 0.0f); in RenderRectFilledRangeH() 3064 …draw_list->AddRectFilled(ImVec2(pos.x + dot_n * 2.0f, pos.y), ImVec2(pos.x + dot_n * 2.0f + 1.0f, … in RenderPixelEllipsis()
|
D | imgui.h | 1832 …IMGUI_API void AddRectFilled(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding = 0.0f, …
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 1440 drawList->AddRectFilled(pos, ImVec2(pos.x + size.x, pos.y + size.y), IM_COL32(0, 0, 0, 128)); in ImGui_DragLocation() 1462 drawList->AddRectFilled(pos, ImVec2(pos.x + size.x, pos.y + size.y), IM_COL32(0, 0, 0, 128)); in ImGui_DragQuad()
|