/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_bad_pixels.h | 184 void AddRect (const dng_rect &r);
|
D | dng_bad_pixels.cpp | 306 void dng_bad_pixel_list::AddRect (const dng_rect &r) in AddRect() function in dng_bad_pixel_list 644 fList->AddRect (r); in dng_opcode_FixBadPixelsList()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 2883 …window->DrawList->AddRect(p_min + ImVec2(1, 1), p_max + ImVec2(1, 1), GetColorU32(ImGuiCol_BorderS… in RenderFrame() 2884 … window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, 0, border_size); in RenderFrame() 2895 …window->DrawList->AddRect(p_min + ImVec2(1, 1), p_max + ImVec2(1, 1), GetColorU32(ImGuiCol_BorderS… in RenderFrameBorder() 2896 … window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, 0, border_size); in RenderFrameBorder() 2922 …window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS * 0.5f, THICKNESS * 0.5f), display_r… in RenderNavHighlight() 2928 …window->DrawList->AddRect(display_rect.Min, display_rect.Max, GetColorU32(ImGuiCol_NavHighlight), … in RenderNavHighlight() 3276 GetForegroundDrawList()->AddRect(bb.Min, bb.Max, IM_COL32(255, 255, 0, 255)); in ItemHoverable() 5553 …window->DrawList->AddRect(window->Pos, window->Pos + window->Size, GetColorU32(ImGuiCol_Border), r… in RenderWindowOuterBorders() 6256 …window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_NavWindowingHighlight, g.NavWindowi… in Begin() 8922 draw_list->AddRect(curr.Min, curr.Max, IM_COL32(255,200,0,100)); in NavScoreItem() [all …]
|
D | imgui_tables.cpp | 2408 …GetForegroundDrawList()->AddRect(merge_group->ClipRect.Min, merge_group->ClipRect.Max, IM_COL32(25… in TableMergeDrawChannels() 2449 …GetOverlayDrawList()->AddRect(merge_group->ClipRect.Min, merge_group->ClipRect.Max, IM_COL32(255, … in TableMergeDrawChannels() 2562 … inner_drawlist->AddRect(outer_border.Min, outer_border.Max, outer_col, 0.0f, 0, border_size); in TableDrawBorders() 3531 …GetForegroundDrawList()->AddRect(table->OuterRect.Min, table->OuterRect.Max, IM_COL32(255, 255, 0,… in DebugNodeTable() 3533 … GetForegroundDrawList()->AddRect(GetItemRectMin(), GetItemRectMax(), IM_COL32(255, 255, 0, 255)); in DebugNodeTable() 3572 GetForegroundDrawList()->AddRect(r.Min, r.Max, IM_COL32(255, 255, 0, 255)); in DebugNodeTable()
|
D | imgui_demo.cpp | 918 … draw_list->AddRect(ImGui::GetItemRectMin(), ImGui::GetItemRectMax(), IM_COL32(255, 255, 0, 255)); in ShowDemoWindowWidgets() 7222 …draw_list->AddRect(ImVec2(x, y), ImVec2(x + sz, y + sz), col, 0.0f, ImDrawFlags_None, th); … 7223 …draw_list->AddRect(ImVec2(x, y), ImVec2(x + sz, y + sz), col, rounding, ImDrawFlags_None, th); … 7224 …draw_list->AddRect(ImVec2(x, y), ImVec2(x + sz, y + sz), col, rounding, corners_tl_br, th); … 7293 draw_list->AddRect(canvas_p0, canvas_p1, IM_COL32(255, 255, 255, 255));
|
D | imgui.h | 2432 …IMGUI_API void AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding = 0.0f…
|
D | imgui_internal.h | 2738 …i; ImGuiWindow* window = g.CurrentWindow; GetForegroundDrawList(window)->AddRect(g.LastItemData.Re…
|
D | imgui_widgets.cpp | 1014 window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(border_col), 0.0f); in Image() 5503 …window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_FrameBg), rounding); // Color butto… in ColorButton()
|
D | imgui_draw.cpp | 1388 void ImDrawList::AddRect(const ImVec2& p_min, const ImVec2& p_max, ImU32 col, float rounding, ImDra… in AddRect() function in ImDrawList
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 676 …ImGui::GetWindowDrawList()->AddRect(ImGui::GetItemRectMin(), ImGui::GetItemRectMax(), IM_COL32(255… in ShowDemoWindowWidgets() 684 …ImGui::GetWindowDrawList()->AddRect(ImGui::GetItemRectMin(), ImGui::GetItemRectMax(), IM_COL32(255… in ShowDemoWindowWidgets() 2906 …draw_list->AddRect(cell_p1, cell_p2, glyph ? IM_COL32(255, 255, 255, 100) : IM_COL32(255, 255, 255… in ShowStyleEditor() 3862 …draw_list->AddRect(ImVec2(x, y), ImVec2(x+sz, y+sz), col32, 0.0f, ImDrawCornerFlags_All, curr_thic… in ShowExampleAppCustomRendering() 3863 …draw_list->AddRect(ImVec2(x, y), ImVec2(x+sz, y+sz), col32, 10.0f, ImDrawCornerFlags_All, curr_thi… in ShowExampleAppCustomRendering() 3864 …draw_list->AddRect(ImVec2(x, y), ImVec2(x+sz, y+sz), col32, 10.0f, ImDrawCornerFlags_TopLeft|ImDra… in ShowExampleAppCustomRendering() 3901 …draw_list->AddRect(canvas_pos, ImVec2(canvas_pos.x + canvas_size.x, canvas_pos.y + canvas_size.y),… in ShowExampleAppCustomRendering()
|
D | imgui.cpp | 2325 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrame() 2326 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrame() 2337 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrameBorder() 2338 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrameBorder() 2424 …window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), display_rect.M… in RenderNavHighlight() 2430 …window->DrawList->AddRect(display_rect.Min, display_rect.Max, GetColorU32(ImGuiCol_NavHighlight), … in RenderNavHighlight() 5154 …window->DrawList->AddRect(window->Pos, window->Pos + window->Size, GetColorU32(ImGuiCol_Border), w… in Begin() 5175 …window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_NavWindowingHighlight, g.NavWindowi… in Begin() 7083 draw_list->AddRect(curr.Min, curr.Max, IM_COL32(255,200,0,100)); in NavScoreItem() 7084 draw_list->AddRect(cand.Min, cand.Max, IM_COL32(255,255,0,200)); in NavScoreItem() [all …]
|
D | imgui.h | 1823 …IMGUI_API void AddRect(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding = 0.0f, int ro…
|
D | imgui_draw.cpp | 1051 void ImDrawList::AddRect(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding, int rounding_… in AddRect() function in ImDrawList
|
D | imgui_widgets.cpp | 833 window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(border_col), 0.0f); in Image() 4447 …window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_FrameBg), rounding); // Color butto… in ColorButton()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 2381 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrame() 2382 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrame() 2393 …window->DrawList->AddRect(p_min+ImVec2(1,1), p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow)… in RenderFrameBorder() 2394 …window->DrawList->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_… in RenderFrameBorder() 2480 …window->DrawList->AddRect(display_rect.Min + ImVec2(THICKNESS*0.5f,THICKNESS*0.5f), display_rect.M… in RenderNavHighlight() 2486 …window->DrawList->AddRect(display_rect.Min, display_rect.Max, GetColorU32(ImGuiCol_NavHighlight), … in RenderNavHighlight() 4813 …window->DrawList->AddRect(window->Pos, window->Pos + window->Size, GetColorU32(ImGuiCol_Border), r… in RenderOuterBorders() 5301 …window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_NavWindowingHighlight, g.NavWindowi… in Begin() 7226 draw_list->AddRect(curr.Min, curr.Max, IM_COL32(255,200,0,100)); in NavScoreItem() 7227 draw_list->AddRect(cand.Min, cand.Max, IM_COL32(255,255,0,200)); in NavScoreItem() [all …]
|
D | imgui.h | 1831 …IMGUI_API void AddRect(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding = 0.0f, int ro…
|
D | imgui_draw.cpp | 1056 void ImDrawList::AddRect(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding, int rounding_… in AddRect() function in ImDrawList
|
D | imgui_widgets.cpp | 857 window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(border_col), 0.0f); in Image() 4459 …window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_FrameBg), rounding); // Color butto… in ColorButton()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 57 - drawlist: AddRect vs AddLine position confusing (#2441) 61 …- drawlist/opt: AddRect() axis aligned pixel aligned (no-aa) could use 8 triangles instead of 16 a…
|
D | CHANGELOG.txt | 357 - ImDrawList: upgraded AddRect(), AddRectFilled(), PathRect() to use ImDrawFlags instead of ImDrawC… 2224 - ImDrawList: Fixed AddRect() with anti-aliasing disabled (lower-right corner pixel was often missi… 2798 - ImDrawList: Fixed ImDrawList::AddRect() which used to render a rectangle 1 px too large on each a… 2800 - ImDrawList: AddCircle(), AddRect() takes optional thickness parameter.
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 46 …- drawlist/opt: AddRect() axis aligned pixel aligned (no-aa) could use 8 triangles instead of 16 a…
|
D | CHANGELOG.txt | 545 - ImDrawList: Fixed AddRect() with anti-aliasing disabled (lower-right corner pixel was often missi… 1119 - ImDrawList: Fixed ImDrawList::AddRect() which used to render a rectangle 1 px too large on each a… 1121 - ImDrawList: AddCircle(), AddRect() takes optional thickness parameter.
|