Home
last modified time | relevance | path

Searched defs:start (Results 2876 - 2900 of 4053) sorted by relevance

1...<<111112113114115116117118119120>>...163

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp510 void SpanItem::StartDrag(int32_t start, int32_t end) in StartDrag() argument
528 ResultObject SpanItem::GetSpanResultObject(int32_t start, int32_t end) in GetSpanResultObject() argument
690 int32_t start = TLVUtil::ReadInt32(buff, cursor); DecodeTlv() local
775 int32_t start = std::max(this->interval.first, interval.first); GetIntersectionInterval() local
822 int32_t start = TLVUtil::ReadInt32(buff, cursor); DecodeTlv() local
934 GetSpanResultObject(int32_t start, int32_t end) GetSpanResultObject() argument
958 GetSpanResultObject(int32_t start, int32_t end) GetSpanResultObject() argument
998 GetIndex(int32_t& start, int32_t& end) const GetIndex() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp223 int32_t start = range.first; in UpdateSelectByOffset() local
239 int32_t start = range.first; in UpdateSelectPragraphByOffset() local
254 int32_t start = 0; in GetSelectRangeByOffset() local
291 int32_t start = 0; GetSelectParagraphByOffset() local
325 GetSubParagraphByOffset(int32_t pos, int32_t &start, int32_t &end) GetSubParagraphByOffset() argument
780 AdjustWordSelection( int32_t& index, int32_t& start, int32_t& end, const OHOS::Ace::Offset& touchOffset) AdjustWordSelection() argument
[all...]
H A Dtext_field_select_overlay.cpp359 auto start = pattern->GetTextSelectController()->GetStartIndex(); in GetSelectedText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h257 bool ActActionSetSelection(int32_t start, int32_t end, bool isForward = false) in ActActionSetSelection() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h54 TimeStamp start; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp350 auto start = x; in CalculateLeadingMarginOffest() local
422 auto start = 0; in AdjustIndexForward() local
619 int32_t start = 0; in ComputeOffsetForCaretDownstream() local
652 void TxtParagraph::GetRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRects) in GetRectsForRange() argument
664 auto start = std::min(range.leftIndex, range.rightIndex); GetEllipsisTextRange() local
669 GetTightRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRects) GetTightRectsForRange() argument
676 GetRectsForRangeInner(int32_t start, int32_t end, std::vector<RectF>& selectedRects, RectHeightPolicy rectHeightPolicy) GetRectsForRangeInner() argument
703 TxtGetRectsForRange(int32_t start, int32_t end, RectHeightStyle heightStyle, RectWidthStyle widthStyle, std::vector<RectF>& selectedRects, std::vector<TextDirection>& textDirections) TxtGetRectsForRange() argument
731 int32_t start = 0; AdjustIndexForEmoji() local
743 int32_t start = 0; IsIndexInEmoji() local
838 GetWordBoundary(int32_t offset, int32_t& start, int32_t& end) GetWordBoundary() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.h111 void SetBackgroundSize(const PointF& start, const PointF& end) in SetBackgroundSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.cpp26 std::wstring SpanString::GetWideStringSubstr(const std::wstring& content, int32_t start, int32_t length) in GetWideStringSubstr() argument
34 std::wstring SpanString::GetWideStringSubstr(const std::wstring& content, int32_t start) in GetWideStringSubstr() argument
287 auto start = (*iter)->interval.first; in GetStepsByPosition() local
299 void SpanString::AddSpecialSpan(const RefPtr<SpanBase>& span, SpanType type, int32_t start) in AddSpecialSpan() argument
363 ChangeStartAndEndToCorrectNum(int32_t& start, int32_t& end) ChangeStartAndEndToCorrectNum() argument
392 ChangeStartToCorrectNum(int32_t& start) ChangeStartToCorrectNum() argument
450 auto start = span->GetStartIndex(); AddSpan() local
472 RemoveSpan(int32_t start, int32_t length, SpanType key) RemoveSpan() argument
540 auto start = spanBase->GetStartIndex(); CheckRange() local
560 CheckRange(int32_t start, int32_t length, bool allowLengthZero) const CheckRange() argument
631 GetSubSpanString(int32_t start, int32_t length) const GetSubSpanString() argument
669 GetSubSpanList( int32_t start, int32_t length, const std::list<RefPtr<SpanBase>>& spans) const GetSubSpanList() argument
695 GetSpans(int32_t start, int32_t length) const GetSpans() argument
709 GetSpans(int32_t start, int32_t length, SpanType spanType) const GetSpans() argument
725 GetSpan(int32_t start, int32_t length, SpanType spanType) const GetSpan() argument
800 UpdateSpansWithOffset(int32_t start, int32_t offset) UpdateSpansWithOffset() argument
812 UpdateSpanMapWithOffset(int32_t start, int32_t offset) UpdateSpanMapWithOffset() argument
826 UpdateSpanBaseWithOffset(RefPtr<SpanBase>& span, int32_t start, int32_t offset) UpdateSpanBaseWithOffset() argument
836 RemoveSpecialSpan(int32_t start, int32_t end, SpanType type) RemoveSpecialSpan() argument
871 GetSpecialTypesVector(std::list<int32_t>& indexList, int32_t start, int32_t length) GetSpecialTypesVector() argument
888 GetNormalTypesVector(std::list<std::pair<int32_t, int32_t>>& indexList, int32_t start, int32_t length) GetNormalTypesVector() argument
905 ContainSpecialNode(int32_t start, int32_t length) ContainSpecialNode() argument
1025 auto start = spanItem->interval.first; UpdateSpansMap() local
1052 ToFontSpan(const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToFontSpan() argument
1064 ToDecorationSpan( const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToDecorationSpan() argument
1074 ToBaselineOffsetSpan( const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToBaselineOffsetSpan() argument
1085 ToLetterSpacingSpan( const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToLetterSpacingSpan() argument
1096 ToGestureSpan(const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToGestureSpan() argument
1108 ToTextShadowSpan( const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToTextShadowSpan() argument
1116 ToImageSpan(const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToImageSpan() argument
1123 ToParagraphStyleSpan( const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToParagraphStyleSpan() argument
1137 ToLineHeightSpan(const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end) ToLineHeightSpan() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp172 int16_t start; in SetArcParamInfo() local
621 int16_t start; DrawArc() local
1051 Point start; DoDrawLine() local
1071 Point start; DoDrawCurve() local
1108 Point start; DoDrawRect() local
1160 Point start; DoFillRect() local
1254 Point start; DoDrawImage() local
1281 Point start; DoDrawLabel() local
1503 Point start; DoDrawText() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp191 uint8_t start = 0; in Format() local
233 uint8_t start = 0; in GetMonthVal() local
273 void DateTimeFormatModule::FormatDate(time_t time, char *res, const uint8_t resSize, uint8_t &start) in FormatDate() argument
332 FormatTime(time_t time, char *res, const uint8_t resSize, uint8_t &start) FormatTime() argument
368 FormatDigit(const char *time, char *res, const uint8_t resSize, uint8_t &start, bool is2Digit) const FormatDigit() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp420 Status DecoderSurfaceFilter::DoSetPlayRange(int64_t start, int64_t end) in DoSetPlayRange() argument
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp1108 const char* start = loaderFlags->second.data(); in LoadImageResource() local
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp165 auto start = chrono::system_clock::now(); in StartRenderThread() local
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Daudio_sink.cpp226 Status AudioSink::SetPlayRange(int64_t start, int64_t end) in SetPlayRange() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp1206 const char* start = loaderFlags->second.data(); in LoadImageResource() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp289 int64_t start = ClockTime::GetCurNano(); in CreateRender() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp347 size_t start = 0; in ParseExtensions() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h381 static Color Lerp(const Color& start, const Color& end, float t) in Lerp() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp94 float start = 0.0f; in BinarySearch() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp374 size_t start = 0; in OnGetRectsForRange() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp138 void Path::AddRect(const Rect& rect, unsigned start, PathDirection dir) in AddRect() argument
153 void Path::AddOval(const Rect& oval, unsigned start, PathDirection dir) in AddOval() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp853 int32_t start = 0; in OnAddOval() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp517 uint8_t *start = dst; in ReadOneFrameYUV420SP() local
537 uint8_t *start = dst; in ReadOneFrameYUVP010() local
558 uint8_t *start = dst; in ReadOneFrameRGBA8888() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.cpp44 inline constexpr bool BoundedIntervalComp(int64_t mid, uint64_t start, int64_t end) in BoundedIntervalComp() argument
49 inline constexpr bool LeftBoundedRightOpenComp(int64_t mid, uint64_t start, int64_t end) in LeftBoundedRightOpenComp() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp794 size_t start; in HandleContentRange() local

Completed in 57 milliseconds

1...<<111112113114115116117118119120>>...163