/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_path_animat_test.cpp | 46 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 64 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 82 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 100 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 118 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 137 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 154 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 172 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 189 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 207 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 225 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 243 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 261 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 279 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 297 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 316 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 333 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 350 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 369 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 386 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 415 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 434 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 454 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 472 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 492 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 46 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 64 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 82 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 100 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 119 auto startPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local 137 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 155 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 172 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 190 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 207 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 226 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 244 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 262 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 280 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 299 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 317 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 334 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 351 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 368 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 387 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 406 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 435 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 453 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 473 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local 492 auto startPosition = std::make_shared<RSRenderPropertyBase>(); HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_data_generate_unit_test.cpp | 22 void GenerateKey(int keyCount, int startPosition, Key &keyTest) in GenerateKey() argument 33 void GenerateValue(int valueCount, int startPosition, Value &valueTest) in GenerateValue() argument 44 void GenerateEntry(int entryCount, int startPosition, Entry &entryTest) in GenerateEntry() argument
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_adapter_impl.cpp | 85 OH_ArkUI_NodeAdapter_ReloadItem( ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount) OH_ArkUI_NodeAdapter_ReloadItem() argument 95 OH_ArkUI_NodeAdapter_RemoveItem( ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount) OH_ArkUI_NodeAdapter_RemoveItem() argument 105 OH_ArkUI_NodeAdapter_InsertItem( ArkUI_NodeAdapterHandle handle, uint32_t startPosition, uint32_t itemCount) OH_ArkUI_NodeAdapter_InsertItem() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_path_animation_test.cpp | 33 RSRenderPathAnimationMock(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originPosition, const std::shared_ptr<RSRenderPropertyBase>& startPosition, const std::shared_ptr<RSRenderPropertyBase>& endPosition, float originRotation, const std::shared_ptr<RSPath>& animationPath) RSRenderPathAnimationMock() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_adapter_impl.cpp | 345 ArkUI_Int32 NotifyItemChanged(ArkUINodeAdapterHandle handle, ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemChanged() argument 353 ArkUI_Int32 NotifyItemRemoved(ArkUINodeAdapterHandle handle, ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemRemoved() argument 361 ArkUI_Int32 NotifyItemInserted(ArkUINodeAdapterHandle handle, ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemInserted() argument
|
H A D | node_adapter_impl.h | 72 ArkUI_Int32 NotifyItemChanged(ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemChanged() argument 81 ArkUI_Int32 NotifyItemRemoved(ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemRemoved() argument 89 ArkUI_Int32 NotifyItemInserted(ArkUI_Uint32 startPosition, ArkUI_Uint32 itemCount) in NotifyItemInserted() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 27 RSRenderPathAnimation(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originPosition, const std::shared_ptr<RSRenderPropertyBase>& startPosition, const std::shared_ptr<RSRenderPropertyBase>& endPosition, float originRotation, const std::shared_ptr<RSPath>& animationPath) RSRenderPathAnimation() argument
|
/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avmedia_description.cpp | 248 void AVMediaDescription::SetStartPosition(const int32_t startPosition) in SetStartPosition() argument
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avcast_controller_item.cpp | 199 std::string startPosition = ""; in Start() local 242 std::string startPosition = ""; in Prepare() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.cpp | 161 auto startPosition = GetTextOffset(); in StartMarqueeAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.cpp | 230 OffsetF startPosition; in Layout() local 336 AddExtraSpaceToStartPosition(OffsetF& startPosition, float extraSpace, bool onMainAxis) const AddExtraSpaceToStartPosition() argument 356 LayoutWholeWrap( OffsetF& startPosition, OffsetF& spaceBetweenContentsOnCrossAxis, LayoutWrapper* layoutWrapper) LayoutWholeWrap() argument 461 TraverseContent(const OffsetF& startPosition, const OffsetF& spaceBetweenContentsOnCrossAxis) TraverseContent() argument 531 CalcItemMainAxisStartAndSpaceBetween( OffsetF& startPosition, OffsetF& spaceBetweenItemsOnMainAxis, const ContentInfo& content) CalcItemMainAxisStartAndSpaceBetween() argument 689 UpdateStartPositionByAlign( OffsetF& startPosition, float crossAxisRemainSpace, OffsetF& spaceBetweenContentsOnCrossAxis, int32_t contentNum) UpdateStartPositionByAlign() argument 733 LayoutWholeColumnWrap( OffsetF& startPosition, OffsetF& spaceBetweenContentsOnCrossAxis, LayoutWrapper* layoutWrapper) LayoutWholeColumnWrap() argument 800 TraverseColumnContent( const OffsetF& startPosition, const OffsetF& spaceBetweenContentsOnCrossAxis) TraverseColumnContent() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.cpp | 385 Offset startPosition; in LayoutWholeWrap() local 456 TraverseContent(const Offset& startPosition, const Offset& betweenPosition) const TraverseContent() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_scroll.h | 58 virtual void NotifyDragStart(double startPosition) {} in NotifyDragStart() argument
|
H A D | render_multi_child_scroll.cpp | 834 void RenderMultiChildScroll::NotifyDragStart(double startPosition) in NotifyDragStart() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
H A D | flex_testtwo_ng.cpp | 384 OffsetF startPosition = OffsetF(ZERO, ZERO); in HWTEST_F() local 481 OffsetF startPosition = OffsetF(ZERO, ZERO); in HWTEST_F() local 578 OffsetF startPosition = OffsetF(ZERO, ZERO); in HWTEST_F() local 676 OffsetF startPosition = OffsetF(ZERO, ZERO); in HWTEST_F() local 773 OffsetF startPosition = OffsetF(ZERO, ZERO); in HWTEST_F() local 1742 OffsetF startPosition = OffsetF(ZERO, ZERO); HWTEST_F() local 1821 OffsetF startPosition = OffsetF(ZERO, ZERO); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item_group.cpp | 310 double startPosition = curMainSize; in PerformLayout() local 344 void RenderListItemGroup::AnimationPerformLayout(double crossSize, double startPosition, double endPosition) in AnimationPerformLayout() argument 371 createPositionAnimation( double crossSize, double startPosition, double endPosition) createPositionAnimation() argument [all...] |
H A D | render_list.cpp | 324 double startPosition = 0.0; in GetChildByPosition() local 351 double startPosition = 0.0; in GetNearChildByPosition() local 737 void RenderList::NotifyDragStart(double startPosition) in NotifyDragStart() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.cpp | 533 int32_t startPosition = interval.first; in GetSpanResultObject() local 940 int32_t startPosition = interval.first; GetSpanResultObject() local 964 int32_t startPosition = interval.first; GetSpanResultObject() local [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 919 uint32_t startPosition = inputStreamPtr_->Tell(); in UpdateGifFileType() local
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | cast_engine_common.h | 378 uint32_t startPosition; member
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 1612 double startPosition = 0.0; in GetIndexByPosition() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.cpp | 534 float startPosition = in MeasureSwiper() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 1967 void RenderList::ProcessDragStart(double startPosition) in ProcessDragStart() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 10440 int32_t startPosition = 0; in HandleSelectWrapper() local 10593 int32_t startPosition = 0; in HandleOnDeleteComb() local
|