Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_region_unittest.cc57 r.AddRect(rect); in TEST()
65 r.AddRect(rect); in TEST()
104 r.AddRect(cases[i].rects[j]); in TEST()
113 r.AddRect(cases[i].rects[j]); in TEST()
224 r.AddRect(cases[i].input_rect1); in TEST()
225 r.AddRect(cases[i].input_rect2); in TEST()
232 r.AddRect(cases[i].input_rect2); in TEST()
233 r.AddRect(cases[i].input_rect1); in TEST()
251 base_region.AddRect(DesktopRect::MakeXYWH(5, 0, 5, 1)); in TEST()
253 base_region.AddRect(DesktopRect::MakeXYWH(15, 0, 5, 1)); in TEST()
[all …]
Dblank_detector_desktop_capturer_wrapper_unittest.cc94 painter_.updated_region()->AddRect(DesktopRect::MakeXYWH(0, 0, 100, 100)); in TEST_F()
100 painter_.updated_region()->AddRect( in TEST_F()
107 painter_.updated_region()->AddRect( in TEST_F()
114 painter_.updated_region()->AddRect( in TEST_F()
121 painter_.updated_region()->AddRect(DesktopRect::MakeXYWH( in TEST_F()
136 painter_.updated_region()->AddRect( in TEST_F()
Dscreen_capturer_helper_unittest.cc167 region.AddRect(DesktopRect::MakeXYWH(x - 1, y - 1, 1, 1)); in TEST_F()
168 expanded_region_expected.AddRect(DesktopRect::MakeXYWH( in TEST_F()
172 region.AddRect(DesktopRect::MakeXYWH(x, y - 1, 1, 1)); in TEST_F()
173 expanded_region_expected.AddRect( in TEST_F()
177 region.AddRect(DesktopRect::MakeXYWH(x - 1, y, 1, 1)); in TEST_F()
178 expanded_region_expected.AddRect( in TEST_F()
182 region.AddRect(DesktopRect::MakeXYWH(x, y, 1, 1)); in TEST_F()
183 expanded_region_expected.AddRect( in TEST_F()
Dscreen_capturer_helper.cc35 invalid_region_.AddRect(DesktopRect::MakeSize(size)); in InvalidateScreen()
92 result->AddRect(DesktopRect::MakeLTRB(left, top, right, bottom)); in ExpandToGrid()
Ddesktop_capturer_differ_wrapper.cc82 output->AddRect( in CompareRow()
103 output->AddRect(DesktopRect::MakeLTRB( in CompareRow()
106 output->AddRect( in CompareRow()
Ddesktop_region.cc34 AddRect(rect); in DesktopRegion()
86 AddRect(rect); in SetRect()
89 void DesktopRegion::AddRect(const DesktopRect& rect) { in AddRect() function in webrtc::DesktopRegion
146 AddRect(rects[i]); in AddRects()
172 AddRect(it.rect()); in AddRegion()
271 region.AddRect(rect); in IntersectWith()
366 region.AddRect(rect); in Subtract()
Ddesktop_and_cursor_composer.cc107 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()
108 mutable_updated_region()->AddRect(previous_cursor_rect); in DesktopFrameWithCursor()
110 mutable_updated_region()->AddRect(cursor_rect_); in DesktopFrameWithCursor()
Ddesktop_capturer_differ_wrapper_unittest.cc41 region.AddRect(rect); in AssertUpdatedRegionIs()
56 region.AddRect(rect); in AssertUpdatedRegionCovers()
137 frame_painter->updated_region()->AddRect(rect); in ExecuteDifferWrapperCase()
Ddesktop_and_cursor_composer_unittest.cc359 expected_region.AddRect(first_cursor_rect); in TEST_F()
360 expected_region.AddRect(second_cursor_rect); in TEST_F()
393 expected_region.AddRect(first_cursor_rect); in TEST_F()
394 expected_region.AddRect(second_cursor_rect); in TEST_F()
Ddesktop_frame_generator.cc48 frame->mutable_updated_region()->AddRect(rect); in SetUpdatedRegion()
58 frame->mutable_updated_region()->AddRect( in SetUpdatedRegion()
Ddesktop_region.h113 void AddRect(const DesktopRect& rect);
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_traits_unittest.cc66 void AddRect(const RectChromium& r) override { in AddRect() function in mojo::test::__anon2534cea60111::ChromiumRectServiceImpl
90 void AddRect(const RectBlink& r) override { in AddRect() function in mojo::test::__anon2534cea60111::BlinkRectServiceImpl
211 chromium_proxy->AddRect(RectChromium(1, 1, 4, 5)); in TEST_F()
212 chromium_proxy->AddRect(RectChromium(-1, -1, 2, 2)); in TEST_F()
231 chromium_proxy->AddRect(RectChromium(1, 1, 4, 5)); in TEST_F()
232 chromium_proxy->AddRect(RectChromium(2, 2, 5, 5)); in TEST_F()
249 chromium_proxy->AddRect(RectChromium(-1, -1, 2, 2)); in TEST_F()
261 blink_proxy->AddRect(RectBlink(1, 1, 4, 5)); in TEST_F()
262 blink_proxy->AddRect(RectBlink(10, 10, 20, 20)); in TEST_F()
281 blink_proxy->AddRect(RectBlink(1, 1, 4, 5)); in TEST_F()
[all …]
/external/webrtc/modules/desktop_capture/win/
Ddxgi_output_duplicator.cc315 updated_region->AddRect( in DoDetectUpdatedRegion()
323 updated_region->AddRect( in DoDetectUpdatedRegion()
341 updated_region->AddRect(RotateRect( in DoDetectUpdatedRegion()
355 context->updated_region.AddRect(GetUntranslatedDesktopRect()); in Setup()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dtest_native_types.mojom35 AddRect(TypemappedRect r);
/external/dng_sdk/source/
Ddng_bad_pixels.h184 void AddRect (const dng_rect &r);
Ddng_bad_pixels.cpp306 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()
/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.cc369 updated_region->AddRect(DesktopRect::MakeXYWH( in CaptureScreen()
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm247 new_frame->mutable_updated_region()->AddRect(DesktopRect::MakeSize(new_frame->size()));
532 region.AddRect(rect);
/external/mesa3d/src/imgui/
Dimgui.cpp2381 …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 …]
Dimgui.h1831 …IMGUI_API void AddRect(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding = 0.0f, int ro…
Dimgui_draw.cpp1056 void ImDrawList::AddRect(const ImVec2& a, const ImVec2& b, ImU32 col, float rounding, int rounding_… in AddRect() function in ImDrawList
Dimgui_widgets.cpp857 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()