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

  /external/chromium_org/content/common/cursors/
webcursor.cc 84 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
90 !iter->ReadInt(&hotspot_x) ||
118 hotspot_.set_x(hotspot_x);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 209 int hotspot_x, hotspot_y; member in struct:webrtc::__anon20554::__anon20555
232 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor.cc 122 int hotspot_x = iinfo.xHotspot; local
247 image.release(), DesktopVector(hotspot_x, hotspot_y));
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 571 int hotspot_x = cursor_shape.hotspot_x(); local
596 int x = hotspot_x - (kMaxCursorWidth / 2);
603 hotspot_x -= x;
608 cursor_hotspot = pp::Point(hotspot_x, hotspot_y);
    [all...]
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 259 EXPECT_EQ(kHotspotX, cursor_shape.hotspot_x());
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.cc 350 cursor_shape.hotspot_x(),

Completed in 519 milliseconds