Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_event_normalize_test.cpp106 touchInfo.toolRect.point.x = 300; in HWTEST_F()
107 touchInfo.toolRect.point.y = 600; in HWTEST_F()
108 touchInfo.toolRect.width = 720; in HWTEST_F()
109 touchInfo.toolRect.height = 1000; in HWTEST_F()
H A Dtouch_transform_processor_test.cpp140 touchInfo.toolRect.point.x = 30; in HWTEST_F()
141 touchInfo.toolRect.point.y = 40; in HWTEST_F()
142 touchInfo.toolRect.width = 50; in HWTEST_F()
143 touchInfo.toolRect.height = 60; in HWTEST_F()
153 ASSERT_EQ(item.GetToolDisplayX(), touchInfo.toolRect.point.x); in HWTEST_F()
154 ASSERT_EQ(item.GetToolDisplayY(), touchInfo.toolRect.point.y); in HWTEST_F()
155 ASSERT_EQ(item.GetToolWidth(), touchInfo.toolRect.width); in HWTEST_F()
156 ASSERT_EQ(item.GetToolHeight(), touchInfo.toolRect.height); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_transform_processor.cpp111 item.SetToolDisplayX(touchInfo.toolRect.point.x); in UpdatePointerItemProperties()
112 item.SetToolDisplayY(touchInfo.toolRect.point.y); in UpdatePointerItemProperties()
113 item.SetToolWidth(touchInfo.toolRect.width); in UpdatePointerItemProperties()
114 item.SetToolHeight(touchInfo.toolRect.height); in UpdatePointerItemProperties()
184 item.SetToolDisplayX(touchInfo.toolRect.point.x); in OnEventTouchMotion()
185 item.SetToolDisplayY(touchInfo.toolRect.point.y); in OnEventTouchMotion()
186 item.SetToolWidth(touchInfo.toolRect.width); in OnEventTouchMotion()
187 item.SetToolHeight(touchInfo.toolRect.height); in OnEventTouchMotion()
/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h398 LogicalRectangle toolRect; member
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp763 touchInfo.toolRect.point.x = 300; in HWTEST_F()
764 touchInfo.toolRect.point.y = 600; in HWTEST_F()
765 touchInfo.toolRect.width = 720; in HWTEST_F()
766 touchInfo.toolRect.height = 1000; in HWTEST_F()
787 touchInfo.toolRect.point.x = 300; in HWTEST_F()
788 touchInfo.toolRect.point.y = 600; in HWTEST_F()
789 touchInfo.toolRect.width = 720; in HWTEST_F()
790 touchInfo.toolRect.height = 1000; in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1696 touchInfo.toolRect.point.x = static_cast<int32_t>(libinput_event_touch_get_tool_x_transformed(touch, width)); in UpdateDisplayInfo()
1697 touchInfo.toolRect.point.y = static_cast<int32_t>(libinput_event_touch_get_tool_y_transformed(touch, height)); in UpdateDisplayInfo()
1698 touchInfo.toolRect.width = static_cast<int32_t>( in UpdateDisplayInfo()
1700 touchInfo.toolRect.height = static_cast<int32_t>( in UpdateDisplayInfo()

Completed in 14 milliseconds