HomeSort by relevance Sort by last modified time
    Searched refs:hotspot_y (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
91 !iter->ReadInt(&hotspot_y) ||
119 hotspot_.set_y(hotspot_y);
  /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 123 int hotspot_y = iinfo.yHotspot; local
247 image.release(), DesktopVector(hotspot_x, hotspot_y));
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 572 int hotspot_y = cursor_shape.hotspot_y(); local
587 int y = hotspot_y - (kMaxCursorHeight / 2);
593 hotspot_y -= y;
608 cursor_hotspot = pp::Point(hotspot_x, hotspot_y);
    [all...]
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 261 EXPECT_EQ(kHotspotY, cursor_shape.hotspot_y());
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.cc 351 cursor_shape.hotspot_y(),

Completed in 96 milliseconds