OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DesktopRegion
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/
desktop_region.h
23
//
DesktopRegion
represents a region of the screen or window.
27
class
DesktopRegion
{
65
// Iterator that can be used to iterate over rectangles of a
DesktopRegion
.
69
explicit Iterator(const
DesktopRegion
& target);
78
const
DesktopRegion
& region_;
91
DesktopRegion
();
92
explicit
DesktopRegion
(const DesktopRect& rect);
93
DesktopRegion
(const DesktopRect* rects, int count);
94
DesktopRegion
(const
DesktopRegion
& other)
[
all
...]
desktop_region.cc
19
DesktopRegion
::RowSpan::RowSpan(int32_t left, int32_t right)
23
DesktopRegion
::Row::Row(int32_t top, int32_t bottom)
27
DesktopRegion
::Row::~Row() {}
29
DesktopRegion
::
DesktopRegion
() {}
31
DesktopRegion
::
DesktopRegion
(const DesktopRect& rect) {
35
DesktopRegion
::
DesktopRegion
(const DesktopRect* rects, int count) {
39
DesktopRegion
::DesktopRegion(const DesktopRegion& other)
[
all
...]
Completed in 2651 milliseconds