/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_geometry.h | 51 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()
|
D | screen_capturer_helper.h | 37 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_;
|
D | desktop_frame.h | 31 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,
|
D | screen_capturer_helper.cc | 39 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()
|
D | desktop_frame.cc | 18 DesktopFrame::DesktopFrame(DesktopSize size, in DesktopFrame() 57 BasicDesktopFrame::BasicDesktopFrame(DesktopSize size) in BasicDesktopFrame() 82 DesktopSize size, in SharedMemoryDesktopFrame()
|
D | desktop_frame_win.h | 27 static DesktopFrameWin* Create(DesktopSize size, 34 DesktopFrameWin(DesktopSize size,
|
D | desktop_frame_win.cc | 17 DesktopFrameWin::DesktopFrameWin(DesktopSize size, in DesktopFrameWin() 32 DesktopFrameWin* DesktopFrameWin::Create(DesktopSize size, in Create()
|
D | screen_capturer_helper_unittest.cc | 51 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()
|
D | window_capturer_win.cc | 102 DesktopSize previous_size_; 169 BasicDesktopFrame* frame = new BasicDesktopFrame(DesktopSize(1, 1)); in Capture()
|
D | desktop_and_cursor_composer_unittest.cc | 63 new BasicDesktopFrame(DesktopSize(kScreenWidth, kScreenHeight)); in CreateTestFrame() 113 new BasicDesktopFrame(DesktopSize(kCursorWidth, kCursorHeight))); in Capture()
|
D | mouse_cursor_monitor_mac.mm | 234 DesktopSize size(nssize.width, nssize.height); 272 new BasicDesktopFrame(DesktopSize(size.width(), size.height())));
|
D | desktop_and_cursor_composer.cc | 27 const DesktopSize& size) { in AlphaBlend()
|
D | mouse_cursor_monitor_x11.cc | 194 new BasicDesktopFrame(DesktopSize(img->width, img->height))); in CaptureCursor()
|
D | window_capturer_x11.cc | 314 if (!DesktopSize(xce.width, xce.height).equals( in HandleXEvent()
|
D | window_capturer_mac.mm | 213 DesktopSize(width, height));
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_server_pixel_buffer.h | 41 const DesktopSize& window_size() { return window_size_; } in window_size() 74 DesktopSize window_size_;
|
D | x_server_pixel_buffer.cc | 109 window_size_ = DesktopSize(attributes.width, attributes.height); in Init()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | window_capture_utils.cc | 33 DesktopSize border = DesktopSize(GetSystemMetrics(SM_CXSIZEFRAME), in GetCroppedWindowRect()
|
D | cursor.cc | 166 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()
|
D | cursor_unittest.cc | 61 EXPECT_TRUE(DesktopSize(width, height).equals(mouse_shape->image()->size())); in ConvertToMouseShapeAndCompare()
|
D | screen_capturer_win_magnifier.h | 97 void CreateCurrentFrameIfNecessary(const DesktopSize& size);
|
D | screen_capturer_win_gdi.cc | 231 DesktopSize size = screen_rect.size(); in CaptureImage()
|
D | screen_capturer_win_magnifier.cc | 420 const DesktopSize& size) { in CreateCurrentFrameIfNecessary()
|
/external/libvncserver/webclients/novnc/include/ |
D | rfb.js | 1836 DesktopSize: function () { method
|