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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 106 gfx::Point* point_in_native) {
107 if (native_bounds.x() > point_in_native->x())
108 point_in_native->set_x(native_bounds.x());
109 if (native_bounds.right() < point_in_native->x())
110 point_in_native->set_x(native_bounds.right());
112 if (native_bounds.y() > point_in_native->y())
113 point_in_native->set_y(native_bounds.y());
114 if (native_bounds.bottom() < point_in_native->y())
115 point_in_native->set_y(native_bounds.bottom());
121 gfx::Point point_in_native = point_in_screen local
    [all...]
mouse_cursor_event_filter.h 80 bool WarpMouseCursorInNativeCoords(const gfx::Point& point_in_native,

Completed in 260 milliseconds