Home
last modified time | relevance | path

Searched refs:rsSurfaceFrame_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp161 rsSurfaceFrame_ = std::move(frame); in Draw()
162 auto canvas = rsSurfaceFrame_->GetCanvas(); in Draw()
165 rsSurface_->FlushFrame(rsSurfaceFrame_); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h57 std::unique_ptr<OHOS::Rosen::RSSurfaceFrame> rsSurfaceFrame_; variable