Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
Drs_render_path_animation_test.cpp47 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
65 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
84 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
102 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
119 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
137 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
154 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
173 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
191 auto endPosition = std::make_shared<RSRenderPropertyBase>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/animation/
Dspring_animation.cpp51 void SpringAnimation::SetEndPosition(float endPosition, float startVelocity) in SetEndPosition()
Dspring_curve.cpp42 void SpringCurve::SetEndPosition(float endPosition, float startVelocity) in SetEndPosition()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dstd_file.cpp189 if (auto const endPosition = ftell(file_); endPosition != EOF) { in GetLength() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
Drender_list_item_group.cpp314 double endPosition = mainSize; in PerformLayout() local
347 …erListItemGroup::AnimationPerformLayout(double crossSize, double startPosition, double endPosition) in AnimationPerformLayout()
375 double crossSize, double startPosition, double endPosition) in createPositionAnimation()
Drender_list.cpp333 double endPosition = 0.0; in GetChildByPosition() local
360 double endPosition = 0.0; in GetNearChildByPosition() local
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
Ddata_packer.cpp255 auto endPosition = Position(index, bufferOffset, mediaOffset); in PreRemove() local
305 auto endPosition = Position(index, lastBufferOffsetEnd, mediaOffset_ + size - needCopySize); in GetRange() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_render_path_animation.cpp28 const std::shared_ptr<RSRenderPropertyBase>& endPosition, float originRotation, in RSRenderPathAnimation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
Drs_render_path_animation_test.cpp36 const std::shared_ptr<RSRenderPropertyBase>& endPosition, float originRotation, in RSRenderPathAnimationMock()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
Ddata_packer.cpp285 auto endPosition = Position(index, lastBufferOffsetEnd, mediaOffset_ + size - needCopySize); in GetRange() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_pattern.cpp1532 int32_t endPosition = std::min(GetTextContentLength(), spanItem->position); in GetTextResultObject() local
1574 int32_t endPosition = std::min(GetTextContentLength(), spanItem->position); in GetSymbolSpanResultObject() local
1631 int32_t endPosition = std::min(GetTextContentLength(), GetSpanItemByIndex(index)->position); in GetImageResultObject() local
2747 int32_t endPosition = std::min(GetTextContentLength(), GetSpanItemByIndex(index)->position); in GetBuilderResultObject() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
Drender_grid_scroll.cpp1621 double endPosition = 0.0; in GetIndexByPosition() local