/external/chromium_org/content/common/input/ |
D | synthetic_web_input_event_builders.cc | 150 point.position.x = point.screenPosition.x = x; in PressPoint() 151 point.position.y = point.screenPosition.y = y; in PressPoint() 162 point.position.x = point.screenPosition.x = x; in MovePoint() 163 point.position.y = point.screenPosition.y = y; in MovePoint()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebInputEventConversionTest.cpp | 225 webTouchEvent.touches[0].screenPosition.x = 10; in TEST() 226 webTouchEvent.touches[0].screenPosition.y = 10; in TEST() 284 EXPECT_EQ(10, webTouchBuilder.touches[0].screenPosition.x); in TEST() 285 EXPECT_EQ(10, webTouchBuilder.touches[0].screenPosition.y); in TEST() 424 webTouchEvent.touches[0].screenPosition.x = 100; in TEST() 425 webTouchEvent.touches[0].screenPosition.y = 110; in TEST()
|
D | FakeWebPlugin.h | 62 …rationsMask, const blink::WebPoint& position, const blink::WebPoint& screenPosition) OVERRIDE { re… in handleDragStatusUpdate() argument
|
D | TouchActionTest.cpp | 290 webTouchEvent.touches[0].screenPosition.x = clientPoint.x(); in sendTouchEvent() 291 webTouchEvent.touches[0].screenPosition.y = clientPoint.y(); in sendTouchEvent()
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 132 location = gfx::Point(point.screenPosition.x, point.screenPosition.y); in MakeUITouchEventsFromWebTouchEvents() 320 point->screenPosition.x = root_point.x(); in UpdateWebTouchEventFromUIEvent() 321 point->screenPosition.y = root_point.y(); in UpdateWebTouchEventFromUIEvent()
|
D | render_widget_host_view_win.cc | 2197 touch_point->screenPosition.x == coordinates.x && in UpdateTouchPoint() 2198 touch_point->screenPosition.y == coordinates.y && in UpdateTouchPoint() 2205 touch_point->screenPosition.x = coordinates.x; in UpdateTouchPoint() 2206 touch_point->screenPosition.y = coordinates.y; in UpdateTouchPoint()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebTouchPoint.h | 62 WebPoint screenPosition; variable
|
D | WebPlugin.h | 97 …a&, WebDragOperationsMask, const WebPoint& position, const WebPoint& screenPosition) { return fals… in handleDragStatusUpdate() argument
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | synthetic_gesture_target_aura.cc | 44 point->screenPosition.x = position.x(); in DispatchWebTouchEventToPlatform() 45 point->screenPosition.y = position.y(); in DispatchWebTouchEventToPlatform()
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | TestPlugin.h | 72 …nk::WebDragOperationsMask, const blink::WebPoint& position, const blink::WebPoint& screenPosition);
|
D | TestPlugin.cpp | 547 …onst WebDragData&, WebDragOperationsMask, const WebPoint& position, const WebPoint& screenPosition) in handleDragStatusUpdate() argument
|
D | EventSender.cpp | 996 touchPoint.screenPosition = touchPoint.position; in addTouchPoint() 1066 touchPoint->screenPosition = position; in updateTouchPoint()
|
/external/chromium_org/content/browser/android/ |
D | touch_point.cc | 43 wtp.screenPosition = wtp.position; in MaybeAddTouchPoint()
|
/external/chromium_org/content/renderer/input/ |
D | input_handler_proxy_unittest.cc | 1101 touch.touches[0].screenPosition = WebPoint(); in TEST_F() 1105 touch.touches[1].screenPosition = WebPoint(10, 10); in TEST_F() 1109 touch.touches[2].screenPosition = WebPoint(-10, 10); in TEST_F() 1137 touch.touches[0].screenPosition = WebPoint(); in TEST_F() 1141 touch.touches[1].screenPosition = WebPoint(10, 10); in TEST_F() 1145 touch.touches[2].screenPosition = WebPoint(-10, 10); in TEST_F()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Camera.java | 1308 public Vector3f getWorldCoordinates(Vector2f screenPosition, in getWorldCoordinates() argument 1318 … (screenPosition.x / getWidth() - viewPortLeft) / (viewPortRight - viewPortLeft) * 2 - 1, in getWorldCoordinates() 1319 … (screenPosition.y / getHeight() - viewPortBottom) / (viewPortTop - viewPortBottom) * 2 - 1, in getWorldCoordinates()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.cc | 130 tpoint->screenPosition.x = tpoint->position.x + origin.x(); in UpdateTouchPointPosition() 131 tpoint->screenPosition.y = tpoint->position.y + origin.y(); in UpdateTouchPointPosition()
|
/external/chromium_org/content/renderer/pepper/ |
D | event_conversion.cc | 279 pt.screenPosition.x = 0; in SetWebTouchPoints() 280 pt.screenPosition.y = 0; in SetWebTouchPoints()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventConversion.cpp | 410 m_screenPos = point.screenPosition; in PlatformTouchPointBuilder() 707 point.screenPosition = WebPoint(touch->screenX(), touch->screenY()); in addTouchPoints()
|