Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h89 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 Devent_resample.cpp96 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 Dcompiler.gni96 # 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 Daccessibility_manager_ng_test_ng.cpp124 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 Dtouch_event.h108 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 Devent_convertor.cpp65 event.pointers.emplace_back(std::move(touchPoint)); in UpdateTouchEvent()
/ohos5.0/docs/en/application-dev/database/
H A Dnative-unified-data-management-framework-guidelines.md92 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 Daccessibility_mouse_autoclick.cpp59 std::vector<int32_t> pointers = event.GetPointerIds(); in OnPointerEvent() local
60 size_t pointerCount = pointers.size(); in OnPointerEvent()
H A Daccessibility_mouse_key.cpp105 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 Dmulti_fingers_recognizer.cpp49 && 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 Djs-apis-uitest.md2669 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.md6 …f the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo** callback function pointers. To ensure the no…
H A D_o_h___a_v_screen_capture_callback.md6 The OH_AVScreenCaptureCallback struct describes all the asynchronous callback function pointers of …
H A Davplayer__base_8h.md24 …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 Djs-apidiff-unitest.md11 | ohos.uitest | UiDriver | injectMultiPointerAction(pointers: PointerMatrix, speed?: number)…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-unitest.md11 | ohos.uitest | UiDriver | injectMultiPointerAction(pointers: PointerMatrix, speed?: number)…
/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp645 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.md6 The **OH_AVCodecAsyncCallback** struct defines all the asynchronous callback function pointers of a…
H A D_o_h___a_v_codec_callback.md6 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 Dpointer_event.h81 std::vector<TouchPoint> pointers; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp352 touchEvent.pointers.emplace_back(touchPoint);
356 touchEvent.pointers.emplace_back(touchPoint1);
/ohos5.0/build/config/linux/
H A DBUILD.gn65 # (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 Dnode_gesture_modifier.cpp242 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 Dnative-window-guidelines.md74 …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 Devent_adapter.cpp192 pointerEvent_->pointers = {}; in RecognizePointerEvent()

1234