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
defs:blendApplyType
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract_model_ng.h
1453
static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType
blendApplyType
)
in SetBlendApplyType()
argument
H
A
D
view_abstract.cpp
2106
void ViewAbstract::SetBlendApplyType(BlendApplyType
blendApplyType
)
in SetBlendApplyType()
argument
3682
void ViewAbstract::SetBlendApplyType(FrameNode* frameNode, BlendApplyType
blendApplyType
)
in SetBlendApplyType()
argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
view_abstract_test_ng.cpp
187
BlendApplyType
blendApplyType
= BlendApplyType::FAST;
in HWTEST_F()
local
189
ViewAbstract::SetBlendApplyType(AceType::RawPtr(FRAME_NODE_REGISTER),
blendApplyType
);
in HWTEST_F()
local
278
BlendApplyType
blendApplyType
= BlendApplyType::FAST;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable_utils.cpp
1006
bool RSPropertyDrawableUtils::IsDangerousBlendMode(int blendMode, int
blendApplyType
)
in IsDangerousBlendMode()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
view_abstract_model_impl.cpp
951
void ViewAbstractModelImpl::SetBlendApplyType(BlendApplyType
blendApplyType
)
in SetBlendApplyType()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties_painter.cpp
2040
bool RSPropertiesPainter::IsDangerousBlendMode(int blendMode, int
blendApplyType
)
in IsDangerousBlendMode()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
render_context.h
815
virtual void OnBackBlendApplyTypeUpdate(BlendApplyType
blendApplyType
) {}
in OnBackBlendApplyTypeUpdate()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_context.cpp
4139
void RosenRenderContext::OnBackBlendApplyTypeUpdate(BlendApplyType
blendApplyType
)
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_abstract.cpp
6952
BlendApplyType
blendApplyType
= BlendApplyType::FAST;
in JsBlendMode()
local
6994
BlendApplyType
blendApplyType
= BlendApplyType::FAST;
in JsAdvancedBlendMode()
local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
2830
int
blendApplyType
= NUM_0;
in SetBlendMode()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
638
ArkUI_Int32
blendApplyType
;
member
Completed in 96 milliseconds