Home
last modified time | relevance | path

Searched refs:Repaint (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp87 hdiBackend_->Repaint(nullptr);
90 hdiBackend_->Repaint(output_);
98 hdiBackend_->Repaint(output_);
100 hdiBackend_->Repaint(output_);
105 hdiBackend_->Repaint(output_);
110 hdiBackend_->Repaint(output_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/delegate/
H A Drs_functional_delegate_test.cpp50 rsfunctionaldelegate_->Repaint();
63 rsfunctionaldelegate_->Repaint();
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dapplication-performance-guide.md21 | Repaint | 硬件合成器合成绘制 | 18 | 29.27 |
26 如果依据Repaint标签,从硬件合成器合成绘制的角度,去模拟最终呈现给用户的上屏帧数,平均帧率为29.27FPS。
75 Repaint 硬件合成器合成绘制。
H A Dcommon-trace-using-instructions.md65 | 7 | Repaint | 硬件合成器合成绘制 |
241 - `H:Repaint` 硬件合成器合成绘制当前节点树。
H A Dlong-frame-optimization.md94 框选RenderService主线程的一段时间,SmartPerf会通过其中`RSMainThread::DoComposition`或`Repaint`标签,自动计算该段平均帧率。如下图所示,平均…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_overdraw_controller.cpp107 that.delegate_->Repaint(); in SwitchFunction()
146 that.delegate_->Repaint(); in OnColorChange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/delegate/
H A Drs_delegate.h24 virtual void Repaint() = 0;
H A Drs_functional_delegate.h35 void Repaint() override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/delegate/
H A Drs_functional_delegate.cpp24 void RSFunctionalDelegate::Repaint() in Repaint() function in OHOS::Rosen::RSFunctionalDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.cpp41 void FlutterRenderContext::Repaint(const RefPtr<RenderNode>& node) in Repaint() function in OHOS::Ace::FlutterRenderContext
84 context.Repaint(child); in PaintChild()
H A Drender_context.h41 virtual void Repaint(const RefPtr<RenderNode>&) = 0;
H A Drosen_render_context.cpp42 void RosenRenderContext::Repaint(const RefPtr<RenderNode>& node) in Repaint() function in OHOS::Ace::RosenRenderContext
96 context.Repaint(child); in PaintChild()
H A Dflutter_render_context.h40 void Repaint(const RefPtr<RenderNode>& node) override;
H A Drosen_render_context.h46 void Repaint(const RefPtr<RenderNode>& node) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsfunctionaldelegate_fuzzer/
H A Drsfunctionaldelegate_fuzzer.cpp101 delegate->Repaint(); in DoRepaint()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/
H A Dhdibackend_fuzzer.cpp97 hdiBackend_->Repaint(outputptr); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_backend.h55 void Repaint(const OutputPtr &output);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_util.h107 void Repaint(const RefPtr<RenderNode>& node) override {}; in Repaint() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_overdraw_controller_test.cpp54 void Repaint() in Repaint() function in OHOS::Rosen::RSDelegateTest
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp165 void HdiBackend::Repaint(const OutputPtr &output) in Repaint() function in OHOS::Rosen::HdiBackend
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp169 backend_->Repaint(curOutput_); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp320 backend_->Repaint(output_); in OutPutDisplay()
H A Drender_context_sample.cpp326 backend_->Repaint(output_); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp280 backend_->Repaint(curOutput_); in Draw()
/ohos5.0/docs/en/application-dev/performance/
H A Dcommon-trace-using-instructions.md77 | 7 | Repaint | The hardware composer performs composition. |
258 - **H:Repaint**: uses a hardware composer to composite and draw the current node tree.

12