/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.cpp | 510 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 D | text_select_controller.cpp | 223 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 D | text_field_select_overlay.cpp | 359 auto start = pattern->GetTextSelectController()->GetStartIndex(); in GetSelectedText() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 257 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 D | web_pattern.h | 54 TimeStamp start; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | txt_paragraph.cpp | 350 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 D | slider_content_modifier.h | 111 void SetBackgroundSize(const PointF& start, const PointF& end) in SetBackgroundSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_string.cpp | 26 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 D | ui_canvas.cpp | 172 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 D | date_time_format_module.cpp | 191 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 D | decoder_surface_filter.cpp | 420 Status DecoderSurfaceFilter::DoSetPlayRange(int64_t start, int64_t end) in DoSetPlayRange() argument
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 1108 const char* start = loaderFlags->second.data(); in LoadImageResource() local
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 165 auto start = chrono::system_clock::now(); in StartRenderThread() local
|
/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | audio_sink.cpp | 226 Status AudioSink::SetPlayRange(int64_t start, int64_t end) in SetPlayRange() argument
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 1206 const char* start = loaderFlags->second.data(); in LoadImageResource() local
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/ |
H A D | remote_fast_audio_renderer_sink.cpp | 289 int64_t start = ClockTime::GetCurNano(); in CreateRender() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 347 size_t start = 0; in ParseExtensions() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 381 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 D | rs_attraction_effect_filter.cpp | 94 float start = 0.0f; in BinarySearch() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/ |
H A D | js_paragraph.cpp | 374 size_t start = 0; in OnGetRectsForRange() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | path.cpp | 138 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 D | js_path.cpp | 853 int32_t start = 0; in OnAddOval() local
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 517 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 D | media_cached_buffer.cpp | 44 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 D | downloader.cpp | 794 size_t start; in HandleContentRange() local
|