Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp111 rsCanvasNode_ = Rosen::RSCanvasNode::Create(); in CreateCanvasNode()
112 rsCanvasNode_->SetBounds(0, 0, windowWidth_, windowHeight_); in CreateCanvasNode()
113 rsCanvasNode_->SetFrame(0, windowHeight_ * OFFSET_Y_PERCENT, windowWidth_, windowHeight_ * HEIGHT_PERCENT); in CreateCanvasNode()
114 rsCanvasNode_->SetBackgroundColor(Rosen::Drawing::Color::COLOR_TRANSPARENT); in CreateCanvasNode()
115 rsCanvasNode_->SetPositionZ(positionZ); in CreateCanvasNode()
116 rsSurfaceNode_->AddChild(rsCanvasNode_, 0); in CreateCanvasNode()
197 rsCanvasNode_->BeginRecording(windowWidth_, windowHeight_ * HEIGHT_PERCENT)); in DrawCompileProgress()
233 int pointY = rsCanvasNode_->GetPaintHeight() - 2 * RADIUS; in DrawCompileProgress()
238 rsCanvasNode_->FinishRecording(); in DrawCompileProgress()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h60 std::shared_ptr<Rosen::RSCanvasNode> rsCanvasNode_; member in OHOS::BootCompileProgress

Completed in 2 milliseconds