Home
last modified time | relevance | path

Searched defs:startPosition (Results 1 - 25 of 26) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_path_animat_test.cpp46 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 Drs_render_path_animation_test.cpp46 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 Ddistributeddb_data_generate_unit_test.cpp22 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 Dnode_adapter_impl.cpp85 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 Drs_render_path_animation_test.cpp33 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 Dnode_adapter_impl.cpp345 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 Dnode_adapter_impl.h72 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 Drs_render_path_animation.cpp27 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 Davmedia_description.cpp248 void AVMediaDescription::SetStartPosition(const int32_t startPosition) in SetStartPosition() argument
/foundation/multimedia/av_session/services/session/server/
H A Davcast_controller_item.cpp199 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 Dmarquee_pattern.cpp161 auto startPosition = GetTextOffset(); in StartMarqueeAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.cpp230 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 Drender_wrap.cpp385 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 Drender_scroll.h58 virtual void NotifyDragStart(double startPosition) {} in NotifyDragStart() argument
H A Drender_multi_child_scroll.cpp834 void RenderMultiChildScroll::NotifyDragStart(double startPosition) in NotifyDragStart() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_testtwo_ng.cpp384 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 Drender_list_item_group.cpp310 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 Drender_list.cpp324 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 Dspan_node.cpp533 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 Dgif_decoder.cpp919 uint32_t startPosition = inputStreamPtr_->Tell(); in UpdateGifFileType() local
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h378 uint32_t startPosition; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1612 double startPosition = 0.0; in GetIndexByPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp534 float startPosition = in MeasureSwiper() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1967 void RenderList::ProcessDragStart(double startPosition) in ProcessDragStart() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp10440 int32_t startPosition = 0; in HandleSelectWrapper() local
10593 int32_t startPosition = 0; in HandleOnDeleteComb() local

Completed in 69 milliseconds

12