Lines Matching refs:imageRsContext
961 auto imageRsContext = image->GetRenderContext();
962 CHECK_NULL_VOID(imageRsContext);
968 imageRsContext->UpdateOpacity(1.0);
969 imageRsContext->UpdateTransformScale({NORMAL_SCALE, NORMAL_SCALE});
988 [imageRsContext, videoRsContext, repeatFlag = historyAutoAndRepeatLevel_]() {
989 imageRsContext->UpdateOpacity(0.0);
990 imageRsContext->UpdateTransformScale({ZOOM_IN_SCALE, ZOOM_IN_SCALE});
1043 auto imageRsContext = image->GetRenderContext();
1044 CHECK_NULL_VOID(imageRsContext);
1053 imageRsContext->UpdateOpacity(0.0);
1054 imageRsContext->UpdateTransformScale({ZOOM_IN_SCALE, ZOOM_IN_SCALE});
1065 AnimationUtils::Animate(option, [imageRsContext, videoRsContext]() {
1066 imageRsContext->UpdateOpacity(1.0);
1067 imageRsContext->UpdateTransformScale({NORMAL_SCALE, NORMAL_SCALE});