OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktop_shape_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/host/
desktop_shape_tracker_win.cc
40
webrtc::DesktopRegion
desktop_shape_
;
member in class:remoting::__anon10142::DesktopShapeTrackerWin
61
desktop_shape_
.Clear();
65
// If the shape has changed, refresh |
desktop_shape_
|.
80
// Reset |
desktop_shape_
| and add new rectangles into it.
81
desktop_shape_
.Clear();
83
desktop_shape_
.AddRect(webrtc::DesktopRect::MakeLTRB(
90
return
desktop_shape_
;
/external/chromium_org/remoting/codec/
video_decoder_vpx.cc
159
difference.Subtract(
desktop_shape_
);
281
return &
desktop_shape_
;
294
transparent_region_.AddRegion(
desktop_shape_
);
301
difference.Subtract(
desktop_shape_
);
306
desktop_shape_
.Swap(new_desktop_shape);
video_decoder_vpx.h
59
webrtc::DesktopRegion
desktop_shape_
;
member in class:remoting::VideoDecoderVpx
/external/chromium_org/remoting/client/plugin/
chromoting_instance.cc
386
if (
desktop_shape_
&& shape.Equals(*
desktop_shape_
))
389
desktop_shape_
.reset(new webrtc::DesktopRegion(shape));
[
all
...]
chromoting_instance.h
246
scoped_ptr<webrtc::DesktopRegion>
desktop_shape_
;
member in class:remoting::ChromotingInstance
Completed in 257 milliseconds