Home
last modified time | relevance | path

Searched refs:imageRsContext (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp961 auto imageRsContext = image->GetRenderContext(); in StartAnimation() local
962 CHECK_NULL_VOID(imageRsContext); in StartAnimation()
968 imageRsContext->UpdateOpacity(1.0); in StartAnimation()
969 imageRsContext->UpdateTransformScale({NORMAL_SCALE, NORMAL_SCALE}); in StartAnimation()
988 [imageRsContext, videoRsContext, repeatFlag = historyAutoAndRepeatLevel_]() { in StartAnimation()
989 imageRsContext->UpdateOpacity(0.0); in StartAnimation()
990 imageRsContext->UpdateTransformScale({ZOOM_IN_SCALE, ZOOM_IN_SCALE}); in StartAnimation()
1043 auto imageRsContext = image->GetRenderContext(); in StopAnimation() local
1044 CHECK_NULL_VOID(imageRsContext); in StopAnimation()
1053 imageRsContext in StopAnimation()
[all...]

Completed in 2 milliseconds