Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 14 of 14) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
Daccessibility_touchEvent_injector.cpp187 const std::vector<AccessibilityGesturePosition> &positions = gesturePath->GetPositions(); in ParseTapsEvents() local
188 size_t positionSize = positions.size(); in ParseTapsEvents()
205 int32_t px = static_cast<int32_t>(positions[i].positionX_); in ParseTapsEvents()
206 int32_t py = static_cast<int32_t>(positions[i].positionY_); in ParseTapsEvents()
232 std::vector<AccessibilityGesturePosition> positions = gesturePath->GetPositions(); in ParseMovesEvents() local
233 size_t positionSize = positions.size(); in ParseMovesEvents()
249 int32_t px = static_cast<int32_t>(positions[i].positionX_); in ParseMovesEvents()
250 int32_t py = static_cast<int32_t>(positions[i].positionY_); in ParseMovesEvents()
285 const std::vector<AccessibilityGesturePosition> &positions = gesturePath->GetPositions(); in ParseTouchEventsFromGesturePath() local
286 if (positions.size() == 0) { in ParseTouchEventsFromGesturePath()
[all …]
/foundation/barrierfree/accessibility/common/interface/src/
Daccessible_ability_channel_stub.cpp300 sptr<AccessibilityGestureInjectPathParcel> positions = in HandleSendSimulateGesturePath() local
302 if (!positions) { in HandleSendSimulateGesturePath()
308 std::make_shared<AccessibilityGestureInjectPath>(*positions); in HandleSendSimulateGesturePath()
/foundation/multimedia/player_framework/services/engine/gstreamer/plugins/source/audiocapture/src/
Dgst_audio_capture_src.cpp280 GstAudioChannelPosition positions[1] = {GST_AUDIO_CHANNEL_POSITION_MONO}; in process_caps_info() local
281 if (!gst_audio_channel_positions_to_mask(positions, channels, FALSE, &channel_mask)) { in process_caps_info()
288 GstAudioChannelPosition positions[2] = {GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT, in process_caps_info() local
290 if (!gst_audio_channel_positions_to_mask(positions, channels, FALSE, &channel_mask)) { in process_caps_info()
/foundation/window/window_manager/window_scene/session/screen/src/
Dscreen_session.cpp612 auto positions = GetChildrenPosition(); in ConvertToScreenGroupInfo() local
613 …nGroupInfo->position_.insert(screenGroupInfo->position_.end(), positions.begin(), positions.end()); in ConvertToScreenGroupInfo()
/foundation/window/window_manager/dmserver/src/
Dabstract_screen.cpp499 auto positions = GetChildrenPosition(); in ConvertToScreenGroupInfo() local
500 …nGroupInfo->position_.insert(screenGroupInfo->position_.end(), positions.begin(), positions.end()); in ConvertToScreenGroupInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_layout_algorithm.h39 …::map<int32_t, std::map<int32_t, int32_t>>& gridMatrix, const std::map<int32_t, float>& positions);
Dgrid_scroll_layout_algorithm.cpp1503 …d::map<int32_t, std::map<int32_t, int32_t>>& gridMatrix, const std::map<int32_t, float>& positions) in PrintGridMatrix() argument
1508 auto iter = positions.find(item.second); in PrintGridMatrix()
1509 if (iter != positions.end()) { in PrintGridMatrix()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
Dflutter_render_shape_container.cpp174 …if (memcpy_s(builder.positions(), vertCounts * sizeof(SkPoint), vertices, vertCounts * sizeof(SkPo… in DrawBitmapMesh()
Drosen_render_shape_container.cpp286 …if (memcpy_s(builder.positions(), vertCounts * sizeof(SkPoint), vertices, vertCounts * sizeof(SkPo… in DrawBitmapMesh()
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
Daccessible_ability_client_impl.cpp351 std::vector<AccessibilityGesturePosition> positions = gesturePath->GetPositions(); in InjectGesture() local
353 if (positions.size() == 0) { in InjectGesture()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_marshalling_test.cpp158 builder.positions()[i].set(x, 1); in CreateSkVertices()
/foundation/multimedia/audio_framework/
DREADME.md24 …Channels refer to different spatial positions where independent audio signals are recorded or play…
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Dflutter_render_custom_paint.cpp302 …if (memcpy_s(builder.positions(), vertCounts * sizeof(SkPoint), vertices, vertCounts * sizeof(SkPo… in Mesh()
Drosen_render_custom_paint.cpp2759 …if (memcpy_s(builder.positions(), vertCounts * sizeof(SkPoint), vertices, vertCounts * sizeof(SkPo… in DrawSvgImage()