/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/ |
H A D | event_resample.h | 89 std::map<uint32_t, Pointer> pointers; member 99 pointers.clear(); in Reset() 110 for (auto &it : other.pointers) { in InitializeFrom() 111 pointers[it.first] = it.second; in InitializeFrom() 152 std::map<uint32_t, Pointer> pointers; member 158 for (auto &it : event.pointers) { in InitializeFrom() 159 pointers[it.first] = it.second; in InitializeFrom() 166 for (auto &it : other.pointers) { in InitializeFrom() 173 auto item = pointers.find(id); in GetPointerById() 179 auto item = pointers.find(id); in HasPointerId() [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 96 for (auto &it : event.pointers) { in EventDump() 182 for (auto &it : outEvent->pointers) { in UpdatePointerEvent() 296 for (auto &it : event->pointers) { in AddSample() 297 outEvent->pointers[it.first] = it.second; in AddSample() 365 for (auto &it : event->pointers) { in ResampleTouchState() 415 for (auto &it : event->pointers) { in ResampleCoordinates() 419 if (lastItem != touchState.lastResample.pointers.end()) { in ResampleCoordinates() 429 auto item = event->pointers.find(id); in ResampleCoordinates() 430 if (item == event->pointers.end()) { in ResampleCoordinates() 480 for (auto &it : event.pointers) { in RewriteMessage() [all …]
|
/ohos5.0/build/config/compiler/ |
H A D | compiler.gni | 96 # Determine whether to enable or disable frame pointers, based on the platform 101 # 64-bit Windows ABI doesn't support frame pointers. 108 # ChromeOS generally prefers frame pointers, to support CWP. 109 # However, Clang does not currently generate usable frame pointers in ARM 118 # For x86 ohos, unwind tables are huge without frame pointers 119 # (crbug.com/762629). Enabling frame pointers grows the code size slightly 125 # Explicitly ask for frame pointers, otherwise: 131 # In general assume that if we have frame pointers then we can use them to 137 # We cannot currently unwind ARM Thumb frame pointers correctly. 141 # Windows 32-bit does provide frame pointers, but the compiler does not [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_manager_ng_test_ng.cpp | 124 touchEvent.pointers.push_back(pointOne); 126 touchEvent.pointers.push_back(pointTwo); 139 touchEvent.pointers.push_back(pointOne); 140 touchEvent.pointers.push_back(pointTwo); 145 touchEvent.pointers.push_back(pointOne); 146 touchEvent.pointers.push_back(pointTwo); 335 touchEvent.pointers.clear(); 346 touchEvent.pointers.push_back(pointOne); 347 touchEvent.pointers.push_back(pointTwo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 108 std::vector<TouchPoint> pointers; member 242 TouchEvent& SetPointers(std::vector<TouchPoint> pointers) in SetPointers() 244 this->pointers = std::move(pointers); in SetPointers() 316 event.pointers = std::move(pointers); in CloneWith() 403 auto temp = pointers; in CreateScalePoint() 415 auto temp = pointers; in UpdateScalePoint() 463 event.pointers.emplace_back(std::move(point)); in UpdatePointers()
|
H A D | event_convertor.cpp | 65 event.pointers.emplace_back(std::move(touchPoint)); in UpdateTouchEvent()
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | native-unified-data-management-framework-guidelines.md | 92 5. Destroy the pointers created. 113 // 5. Destroy the pointers obtained by OH_Utd_GetTypesByFilenameExtension and OH_Utd_GetFilenameExt… 128 6. Destroy the pointers created. 156 // 6. Destroy all the pointers created. 170 6. Destroy the pointers created. 212 // 6. Destroy the pointers. 253 5. Destroy the pointers created. 275 // 5. Destroy all the pointers created.
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_mouse_autoclick.cpp | 59 std::vector<int32_t> pointers = event.GetPointerIds(); in OnPointerEvent() local 60 size_t pointerCount = pointers.size(); in OnPointerEvent()
|
H A D | accessibility_mouse_key.cpp | 105 std::vector<int32_t> pointers = event.GetPointerIds(); in OnPointerEvent() local 106 size_t pointerCount = pointers.size(); in OnPointerEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | multi_fingers_recognizer.cpp | 49 && point.second.pointers.size() >= touchPoints_.size()) { in UpdateFingerListInfo() 122 touchPoints_[event.id].pointers = { point }; in UpdateTouchPointWithAxisEvent()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/ |
H A D | js-apis-uitest.md | 2669 pointers.setPoint(0,0,{x:250,y:480}); 2670 pointers.setPoint(0,1,{x:250,y:440}); 2671 pointers.setPoint(0,2,{x:250,y:400}); 2672 pointers.setPoint(0,3,{x:250,y:360}); 2673 pointers.setPoint(0,4,{x:250,y:320}); 2674 pointers.setPoint(1,0,{x:250,y:480}); 2675 pointers.setPoint(1,1,{x:250,y:440}); 2676 pointers.setPoint(1,2,{x:250,y:400}); 2677 pointers.setPoint(1,3,{x:250,y:360}); 2678 pointers.setPoint(1,4,{x:250,y:320}); [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | _a_v_player_callback.md | 6 …f the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo** callback function pointers. To ensure the no…
|
H A D | _o_h___a_v_screen_capture_callback.md | 6 The OH_AVScreenCaptureCallback struct describes all the asynchronous callback function pointers of …
|
H A D | avplayer__base_8h.md | 24 …f the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo** callback function pointers. To ensure the no… 40 …k](_a_v_player.md#avplayercallback) | Defines all the callback function pointers of an **OH_AVPlay…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-unitest.md | 11 | ohos.uitest | UiDriver | injectMultiPointerAction(pointers: PointerMatrix, speed?: number)…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-unitest.md | 11 | ohos.uitest | UiDriver | injectMultiPointerAction(pointers: PointerMatrix, speed?: number)…
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/ |
H A D | event_resample_test.cpp | 645 outEvent.pointers.insert(std::make_pair(1, p)); 672 outEvent.pointers.insert(std::make_pair(1, p)); 853 event.pointers.insert(std::make_pair(1, p)); 884 event.pointers.insert(std::make_pair(1, p)); 959 event.pointers.insert(std::make_pair(1, p));
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | _o_h___a_v_codec_async_callback.md | 6 The **OH_AVCodecAsyncCallback** struct defines all the asynchronous callback function pointers of a…
|
H A D | _o_h___a_v_codec_callback.md | 6 The **OH_AVCodecCallback** struct defines all the asynchronous callback function pointers of an **O…
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 81 std::vector<TouchPoint> pointers; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_coverage_new.cpp | 352 touchEvent.pointers.emplace_back(touchPoint); 356 touchEvent.pointers.emplace_back(touchPoint1);
|
/ohos5.0/build/config/linux/ |
H A D | BUILD.gn | 65 # (de)allocate memory on a different heap, which would spell trouble if pointers
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 242 ConvertTouchPointsToPoints(info, tempTouchEvent.pointers, points); in ConvertIMMEventToTouchEvent() 243 if (tempTouchEvent.pointers.size() > 0) { in ConvertIMMEventToTouchEvent() 253 touchEvent.touchPointSize = tempTouchEvent.pointers.size() < MAX_POINTS ? in ConvertIMMEventToTouchEvent() 254 tempTouchEvent.pointers.size() : MAX_POINTS; in ConvertIMMEventToTouchEvent()
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | native-window-guidelines.md | 74 …of the reference count by 1 helps to avoid issues with dangling or null pointers that could occur … 87 … be made through the window. This operation results in a crash caused by dangling or null pointers.
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 192 pointerEvent_->pointers = {}; in RecognizePointerEvent()
|