HomeSort by relevance Sort by last modified time
    Searched refs:kCursorWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 59 static const int kCursorWidth = 64;
237 webrtc::DesktopSize(kCursorWidth, kCursorHeight)),
255 EXPECT_EQ(kCursorWidth, cursor_shape.width());
263 EXPECT_EQ(kCursorWidth * kCursorHeight * webrtc::DesktopFrame::kBytesPerPixel,
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 28 const int kCursorWidth = 10;
117 new BasicDesktopFrame(DesktopSize(kCursorWidth, kCursorHeight)));
124 data[(hotspot_.y() + y) * kCursorWidth + (hotspot_.x() + x)] =

Completed in 4422 milliseconds