Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer_unittest.cc417 DesktopRect second_cursor_rect = first_cursor_rect; in TEST_F() local
418 second_cursor_rect.Translate(cursor_move_offset); in TEST_F()
426 expected_region.AddRect(second_cursor_rect); in TEST_F()
448 DesktopRect second_cursor_rect; in TEST_F() local
451 second_cursor_rect = DesktopRect::MakeSize(test_cursor->image()->size()); in TEST_F()
460 expected_region.AddRect(second_cursor_rect); in TEST_F()