Home
last modified time | relevance | path

Searched refs:rsSurface_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp30 rsSurface_ = params.rsSurface; in BootPicturePlayer()
142 auto frame = rsSurface_->RequestFrame(windowWidth_, windowHeight_); in Draw()
150 if (rsSurface_ == nullptr) { in Draw()
155 auto canvas = rsSurface_->GetCanvas(); in Draw()
158 rsSurface_->FlushFrame(); in Draw()
165 rsSurface_->FlushFrame(rsSurfaceFrame_); in Draw()
H A Dboot_animation_operation.cpp172 params.rsSurface = rsSurface_; in PlayPicture()
204rsSurface_ = Rosen::RSSurfaceFactory::CreateRSSurface(Rosen::PlatformName::OHOS, surface, drawingC… in InitRsSurface()
205 rsSurface_->SetRenderContext(renderContext); in InitRsSurface()
207 rsSurface_ = OHOS::Rosen::RSSurfaceExtractor::ExtractRSSurface(rsSurfaceNode_); in InitRsSurface()
208 if (rsSurface_ == nullptr) { in InitRsSurface()
222 rsSurface_->SetRenderContext(rc); in InitRsSurface()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h54 std::shared_ptr<OHOS::Rosen::RSRenderSurface> rsSurface_; variable
56 std::shared_ptr<OHOS::Rosen::RSSurface> rsSurface_; variable
H A Dboot_animation_operation.h73 std::shared_ptr<OHOS::Rosen::RSRenderSurface> rsSurface_; variable
75 std::shared_ptr<OHOS::Rosen::RSSurface> rsSurface_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_root_render_node.h73 std::shared_ptr<RSRenderSurface> rsSurface_ = nullptr; variable
75 std::shared_ptr<RSSurface> rsSurface_ = nullptr; variable
/ohos5.0/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp205 rsSurface_ = rsSurface; in EnableSensorIllumination()
230 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurface_ != nullptr, ResultCode::GENERAL_ERROR); in DrawSurfaceNode()
249 auto surfaceFrame = rsSurface_->RequestFrame(canvasParam_.frameWidth, canvasParam_.frameHeight); in DrawSurfaceNode()
259 rsSurface_->FlushFrame(surfaceFrame); in DrawSurfaceNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_root_render_node.cpp73 return rsSurface_; in GetSurface()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp97 ASSERT_NE(nullptr, operation.rsSurface_);
/ohos5.0/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h66 std::shared_ptr<Rosen::RSSurface> rsSurface_ = nullptr; variable