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:NeedRender
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H
A
D
rosen_render_context.cpp
44
if (!ShouldPaint(node) || !node->
NeedRender
() || node->GetRSNode() == nullptr) {
in Repaint()
88
if (child->
NeedRender
()) {
in PaintChild()
H
A
D
flutter_render_context.cpp
43
if (!ShouldPaint(node) || !node->
NeedRender
() || !node->GetRenderLayer()) {
in Repaint()
75
if (child->
NeedRender
()) {
in PaintChild()
H
A
D
render_node.h
364
bool
NeedRender
() const
in NeedRender()
function in OHOS::Ace::RenderNode
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
extension_companion_node.h
64
bool
NeedRender
() const override;
H
A
D
extension_companion_node.cpp
213
bool ExtensionCompanionNode::
NeedRender
() const
in NeedRender()
function in OHOS::Ace::NG::ExtensionCompanionNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
extension_handler.h
121
virtual bool
NeedRender
() const
in NeedRender()
function in OHOS::Ace::NG::ExtensionHandler
H
A
D
frame_node.cpp
4304
if (needRerender || (extensionHandler_ && extensionHandler_->
NeedRender
()) ||
in OnLayoutFinish()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H
A
D
intf_ecs.h
202
virtual bool
NeedRender
() const = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H
A
D
water_flow_pattern.h
217
bool
NeedRender
();
H
A
D
water_flow_pattern.cpp
332
return
NeedRender
();
in OnDirtyLayoutWrapperSwap()
619
bool WaterFlowPattern::
NeedRender
()
in NeedRender()
function in OHOS::Ace::NG::WaterFlowPattern
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H
A
D
ecs.cpp
88
bool
NeedRender
() const override;
554
bool Ecs::
NeedRender
() const
in NeedRender()
function in __anon9609::Ecs
Completed in 18 milliseconds