/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdibackend_test.cpp | 87 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 D | rs_functional_delegate_test.cpp | 50 rsfunctionaldelegate_->Repaint(); 63 rsfunctionaldelegate_->Repaint();
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | application-performance-guide.md | 21 | Repaint | 硬件合成器合成绘制 | 18 | 29.27 | 26 如果依据Repaint标签,从硬件合成器合成绘制的角度,去模拟最终呈现给用户的上屏帧数,平均帧率为29.27FPS。 75 Repaint 硬件合成器合成绘制。
|
H A D | common-trace-using-instructions.md | 65 | 7 | Repaint | 硬件合成器合成绘制 | 241 - `H:Repaint` 硬件合成器合成绘制当前节点树。
|
H A D | long-frame-optimization.md | 94 框选RenderService主线程的一段时间,SmartPerf会通过其中`RSMainThread::DoComposition`或`Repaint`标签,自动计算该段平均帧率。如下图所示,平均…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_overdraw_controller.cpp | 107 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 D | rs_delegate.h | 24 virtual void Repaint() = 0;
|
H A D | rs_functional_delegate.h | 35 void Repaint() override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/delegate/ |
H A D | rs_functional_delegate.cpp | 24 void RSFunctionalDelegate::Repaint() in Repaint() function in OHOS::Rosen::RSFunctionalDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | flutter_render_context.cpp | 41 void FlutterRenderContext::Repaint(const RefPtr<RenderNode>& node) in Repaint() function in OHOS::Ace::FlutterRenderContext 84 context.Repaint(child); in PaintChild()
|
H A D | render_context.h | 41 virtual void Repaint(const RefPtr<RenderNode>&) = 0;
|
H A D | rosen_render_context.cpp | 42 void RosenRenderContext::Repaint(const RefPtr<RenderNode>& node) in Repaint() function in OHOS::Ace::RosenRenderContext 96 context.Repaint(child); in PaintChild()
|
H A D | flutter_render_context.h | 40 void Repaint(const RefPtr<RenderNode>& node) override;
|
H A D | rosen_render_context.h | 46 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 D | rsfunctionaldelegate_fuzzer.cpp | 101 delegate->Repaint(); in DoRepaint()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/ |
H A D | hdibackend_fuzzer.cpp | 97 hdiBackend_->Repaint(outputptr); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_backend.h | 55 void Repaint(const OutputPtr &output);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation_util.h | 107 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 D | rs_overdraw_controller_test.cpp | 54 void Repaint() in Repaint() function in OHOS::Rosen::RSDelegateTest
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_backend.cpp | 165 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 D | drawing_sample.cpp | 169 backend_->Repaint(curOutput_); in Draw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_engine_sample.cpp | 320 backend_->Repaint(output_); in OutPutDisplay()
|
H A D | render_context_sample.cpp | 326 backend_->Repaint(output_); in Draw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 280 backend_->Repaint(curOutput_); in Draw()
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | common-trace-using-instructions.md | 77 | 7 | Repaint | The hardware composer performs composition. | 258 - **H:Repaint**: uses a hardware composer to composite and draw the current node tree.
|