Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp64 void BootCompileProgress::Init(const BootAnimationConfig& config) in Init()
88 bool BootCompileProgress::CreateCanvasNode() in CreateCanvasNode()
122 bool BootCompileProgress::RegisterVsyncCallback() in RegisterVsyncCallback()
146 receiver_ = rsClient.CreateVSyncReceiver("BootCompileProgress", compileHandler_); in RegisterVsyncCallback()
173 bool BootCompileProgress::WaitBmsStartIfNeeded() in WaitBmsStartIfNeeded()
182 void BootCompileProgress::OnVsync() in OnVsync()
192 void BootCompileProgress::DrawCompileProgress() in DrawCompileProgress()
246 void BootCompileProgress::UpdateCompileProgress() in UpdateCompileProgress()
266 Rosen::Drawing::Brush BootCompileProgress::DrawProgressPoint(int32_t idx, int32_t frameNum) in DrawProgressPoint()
H A Dboot_independent_display_strategy.cpp48 bootCompileProgress_ = std::make_shared<BootCompileProgress>(); in Display()
H A Dboot_compatible_display_strategy.cpp54 bootCompileProgress_ = std::make_shared<BootCompileProgress>(); in Display()
H A Dboot_associative_display_strategy.cpp60 bootCompileProgress_ = std::make_shared<BootCompileProgress>(); in Display()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_strategy.h36 std::shared_ptr<BootCompileProgress> bootCompileProgress_;
H A Dboot_compile_progress.h31 class BootCompileProgress { class

Completed in 2 milliseconds