Searched refs:hotspot_x (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/common/cursors/
H A Dwebcursor.cc84 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/
H A Ddesktop_and_cursor_composer_unittest.cc209 int hotspot_x, hotspot_y; member in struct:webrtc::__anon15936::__anon15937
232 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dcursor.cc122 int hotspot_x = iinfo.xHotspot; local
247 image.release(), DesktopVector(hotspot_x, hotspot_y));
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc571 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);
/external/chromium_org/remoting/host/
H A Dvideo_scheduler_unittest.cc259 EXPECT_EQ(kHotspotX, cursor_shape.hotspot_x());
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.cc350 cursor_shape.hotspot_x(),

Completed in 233 milliseconds