Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp81 * CaseDescription: 1. call Repaint
86 // Repaint before SetHdiBackendDevice in HWTEST_F()
87 hdiBackend_->Repaint(nullptr); in HWTEST_F()
90 hdiBackend_->Repaint(output_); in HWTEST_F()
98 hdiBackend_->Repaint(output_); in HWTEST_F()
100 hdiBackend_->Repaint(output_); in HWTEST_F()
105 hdiBackend_->Repaint(output_); in HWTEST_F()
110 hdiBackend_->Repaint(output_); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/delegate/
H A Drs_functional_delegate_test.cpp42 * @tc.desc: test results of Repaint
50 rsfunctionaldelegate_->Repaint(); in HWTEST_F()
56 * @tc.desc: test results of Repaint
63 rsfunctionaldelegate_->Repaint(); in HWTEST_F()
/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;
/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
/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()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
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.cpp41 void FlutterRenderContext::Repaint(const RefPtr<RenderNode>& node) in Repaint() function in OHOS::Ace::FlutterRenderContext
84 context.Repaint(child); in PaintChild()
H A Drosen_render_context.h46 void Repaint(const RefPtr<RenderNode>& node) override;
H A Dflutter_render_context.h40 void Repaint(const RefPtr<RenderNode>& node) override;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsfunctionaldelegate_fuzzer/
H A Drsfunctionaldelegate_fuzzer.cpp101 delegate->Repaint(); in DoRepaint()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/
H A Dhdibackend_fuzzer.cpp97 hdiBackend_->Repaint(outputptr); in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_util.h107 void Repaint(const RefPtr<RenderNode>& node) override {};
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_backend.h56 void Repaint(const OutputPtr &output);
/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
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp169 backend_->Repaint(curOutput_); in Draw()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_backend.cpp184 void HdiBackend::Repaint(const OutputPtr &output) in Repaint() function in OHOS::Rosen::HdiBackend
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp280 backend_->Repaint(curOutput_); in Draw()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp326 backend_->Repaint(output_); in Draw()
H A Ddrawing_engine_sample.cpp330 backend_->Repaint(output_); in OutPutDisplay()
H A Ddrawing_sample_canvaskit0310.cpp307 backend->Repaint(output); in Draw()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp205 hdiBackend_->Repaint(output); in CommitAndReleaseLayers()
H A Drs_composer_adapter.cpp151 hdiBackend_->Repaint(output_); in CommitLayers()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp564 context->Repaint(dirtyNode); in FlushRender()
579 context->Repaint(dirtyNodeInOverlay); in FlushRender()

Completed in 18 milliseconds