Home
last modified time | relevance | path

Searched defs:newPos (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/events/
Ddrag_event.h58 DragEvent(const Point& newPos, const Point& lastPos, const Point& totalLen) : Event(newPos) in DragEvent()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
Dhcodec_utils.h62 size_t newPos = mCurrPos + sizeof(T); in Read() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
Dnnrt_utils.h126 int32_t newPos = c * (height * width) * batch + j * batch + n; in TransposeTensor() local
/foundation/communication/dsoftbus/core/transmission/session/src/
Dtrans_session_manager.c371 SessionServer *newPos = (SessionServer *)SoftBusMalloc(sizeof(SessionServer)); in TransListCopy() local
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_capi_parcel_unittest.cpp464 int32_t newPos = sizeof(int32_t) * 3; variable
487 int32_t newPos = sizeof(int32_t) * 5; variable
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/
Dffmpeg_muxer_plugin.cpp546 uint64_t newPos = 0; in IoSeek() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
Dffmpeg_demuxer_plugin.cpp574 uint64_t newPos = 0; in AVSeek() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp5688 auto newPos = direction == CaretMoveIntent::LeftWord ? GetLeftWordIndex() : GetRightWordIndex(); in OnBackPressed() local
5703 int32_t newPos = std::max(0, index - 1); in OnBackPressed() local
5712 int32_t newPos = std::min(index + 1, GetTextContentLength()); in OnBackPressed() local
5723 auto newPos = GetParagraphBeginPosition(caretPosition_); in OnBackPressed() local
5743 auto newPos = GetParagraphEndPosition(caretPosition_); in OnBackPressed() local
5785 auto newPos = GetTextContentLength(); in OnBackPressed() local
5931 int32_t newPos = static_cast<int32_t>(GetTextContentLength()); in OnBackPressed() local
5942 int32_t newPos = caretPosition_; in OnBackPressed() local
5971 int32_t newPos, fixedPos = caretPosition_; in OnBackPressed() local
10165 auto newPos = paragraphs_.GetIndex(textOffset); in OnBackPressed() local
[all …]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
Dffmpeg_muxer_plugin.cpp1105 int64_t newPos = 0; in IoSeek() local
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
Dffmpeg_demuxer_plugin.cpp869 uint64_t newPos = 0; in AVSeek() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp4810 auto newPos = GetLineBeginPosition(originCaretPosition, false); in CursorMoveToParagraphBegin() local
4907 auto newPos = GetLineEndPosition(originCaretPosition, false); in CursorMoveToParagraphEnd() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp1999 auto newPos = centerPos - OffsetF(centOffset.GetX() * scale[0], centOffset.GetY() * scale[1]); in GetPaintRectWithTransform() local