Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h51 class DesktopSize {
53 DesktopSize() : width_(0), height_(0) {} in DesktopSize() function
54 DesktopSize(int32_t width, int32_t height) in DesktopSize() function
63 bool equals(const DesktopSize& other) const { in equals()
80 static DesktopRect MakeSize(const DesktopSize& size) { in MakeSize()
95 const DesktopSize& size) { in MakeOriginSize()
109 DesktopSize size() const { return DesktopSize(width(), height()); } in size()
Dscreen_capturer_helper.h37 void InvalidateScreen(const DesktopSize& size);
44 const DesktopSize& size_most_recent() const;
45 void set_size_most_recent(const DesktopSize& size);
76 DesktopSize size_most_recent_;
Ddesktop_frame.h31 const DesktopSize& size() const { return size_; } in size()
74 DesktopFrame(DesktopSize size,
79 const DesktopSize size_;
100 explicit BasicDesktopFrame(DesktopSize size);
114 SharedMemoryDesktopFrame(DesktopSize size,
Dscreen_capturer_helper.cc39 void ScreenCapturerHelper::InvalidateScreen(const DesktopSize& size) { in InvalidateScreen()
66 const DesktopSize& ScreenCapturerHelper::size_most_recent() const { in size_most_recent()
71 const DesktopSize& size) { in set_size_most_recent()
Ddesktop_frame.cc18 DesktopFrame::DesktopFrame(DesktopSize size, in DesktopFrame()
57 BasicDesktopFrame::BasicDesktopFrame(DesktopSize size) in BasicDesktopFrame()
82 DesktopSize size, in SharedMemoryDesktopFrame()
Ddesktop_frame_win.h27 static DesktopFrameWin* Create(DesktopSize size,
34 DesktopFrameWin(DesktopSize size,
Ddesktop_frame_win.cc17 DesktopFrameWin::DesktopFrameWin(DesktopSize size, in DesktopFrameWin()
32 DesktopFrameWin* DesktopFrameWin::Create(DesktopSize size, in Create()
Dscreen_capturer_helper_unittest.cc51 capturer_helper_.InvalidateScreen(DesktopSize(12, 34)); in TEST_F()
58 capturer_helper_.set_size_most_recent(DesktopSize(12, 34)); in TEST_F()
60 DesktopSize(12, 34).equals(capturer_helper_.size_most_recent())); in TEST_F()
64 capturer_helper_.set_size_most_recent(DesktopSize(10, 10)); in TEST_F()
Dwindow_capturer_win.cc102 DesktopSize previous_size_;
169 BasicDesktopFrame* frame = new BasicDesktopFrame(DesktopSize(1, 1)); in Capture()
Ddesktop_and_cursor_composer_unittest.cc63 new BasicDesktopFrame(DesktopSize(kScreenWidth, kScreenHeight)); in CreateTestFrame()
113 new BasicDesktopFrame(DesktopSize(kCursorWidth, kCursorHeight))); in Capture()
Dmouse_cursor_monitor_mac.mm234 DesktopSize size(nssize.width, nssize.height);
272 new BasicDesktopFrame(DesktopSize(size.width(), size.height())));
Ddesktop_and_cursor_composer.cc27 const DesktopSize& size) { in AlphaBlend()
Dmouse_cursor_monitor_x11.cc194 new BasicDesktopFrame(DesktopSize(img->width, img->height))); in CaptureCursor()
Dwindow_capturer_x11.cc314 if (!DesktopSize(xce.width, xce.height).equals( in HandleXEvent()
Dwindow_capturer_mac.mm213 DesktopSize(width, height));
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.h41 const DesktopSize& window_size() { return window_size_; } in window_size()
74 DesktopSize window_size_;
Dx_server_pixel_buffer.cc109 window_size_ = DesktopSize(attributes.width, attributes.height); in Init()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc33 DesktopSize border = DesktopSize(GetSystemMetrics(SM_CXSIZEFRAME), in GetCroppedWindowRect()
Dcursor.cc166 new BasicDesktopFrame(DesktopSize(width, height))); in CreateMouseCursorFromHCursor()
170 image.reset(new BasicDesktopFrame(DesktopSize(width, height))); in CreateMouseCursorFromHCursor()
194 image.reset(new BasicDesktopFrame(DesktopSize(width, height))); in CreateMouseCursorFromHCursor()
Dcursor_unittest.cc61 EXPECT_TRUE(DesktopSize(width, height).equals(mouse_shape->image()->size())); in ConvertToMouseShapeAndCompare()
Dscreen_capturer_win_magnifier.h97 void CreateCurrentFrameIfNecessary(const DesktopSize& size);
Dscreen_capturer_win_gdi.cc231 DesktopSize size = screen_rect.size(); in CaptureImage()
Dscreen_capturer_win_magnifier.cc420 const DesktopSize& size) { in CreateCurrentFrameIfNecessary()
/external/libvncserver/webclients/novnc/include/
Drfb.js1836 DesktopSize: function () { method