Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Repaint
(Results
1 - 25
of
25
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H
A
D
hdibackend_test.cpp
81
* 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
D
rs_functional_delegate_test.cpp
42
* @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
D
rs_delegate.h
24
virtual void
Repaint
() = 0;
H
A
D
rs_functional_delegate.h
35
void
Repaint
() override;
/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
/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()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
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.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
rosen_render_context.h
46
void
Repaint
(const RefPtr<RenderNode>& node) override;
H
A
D
flutter_render_context.h
40
void
Repaint
(const RefPtr<RenderNode>& node) override;
/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()
/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()
/foundation/arkui/ace_engine/test/mock/core/animation/
H
A
D
mock_animation_util.h
107
void
Repaint
(const RefPtr<RenderNode>& node) override {};
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_backend.h
56
void
Repaint
(const OutputPtr &output);
/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
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H
A
D
drawing_sample.cpp
169
backend_->
Repaint
(curOutput_);
in Draw()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_backend.cpp
184
void HdiBackend::
Repaint
(const OutputPtr &output)
in Repaint()
function in OHOS::Rosen::HdiBackend
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
hello_composer.cpp
280
backend_->
Repaint
(curOutput_);
in Draw()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
render_context_sample.cpp
326
backend_->
Repaint
(output_);
in Draw()
H
A
D
drawing_engine_sample.cpp
330
backend_->
Repaint
(output_);
in OutPutDisplay()
H
A
D
drawing_sample_canvaskit0310.cpp
307
backend->
Repaint
(output);
in Draw()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_hardware_thread.cpp
205
hdiBackend_->
Repaint
(output);
in CommitAndReleaseLayers()
H
A
D
rs_composer_adapter.cpp
151
hdiBackend_->
Repaint
(output_);
in CommitLayers()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.cpp
564
context->
Repaint
(dirtyNode);
in FlushRender()
579
context->
Repaint
(dirtyNodeInOverlay);
in FlushRender()
Completed in 18 milliseconds