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:effectInfo
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H
A
D
custom_efilter.cpp
85
void CustomEFilter::SetEffectInfo(const std::string &name, const std::shared_ptr<EffectInfo> &
effectInfo
)
in SetEffectInfo()
argument
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
efilter_factory.cpp
47
RegisterDelegate(const std::string &name, const std::shared_ptr<IFilterDelegate> &delegate, std::shared_ptr<EffectInfo> &
effectInfo
)
RegisterDelegate()
argument
H
A
D
efilter.cpp
88
std::shared_ptr<EffectInfo>
effectInfo
= EFilterFactory::Instance()->GetEffectInfo(name);
in GetPixelFormatCap()
local
101
std::shared_ptr<EffectInfo>
effectInfo
= EFilterFactory::Instance()->GetEffectInfo(name);
in GetColorSpaceCap()
local
/foundation/multimedia/image_effect/frameworks/native/capi/
H
A
D
native_common_utils.cpp
164
void NativeCommonUtils::SwitchToOHEffectInfo(const EffectInfo *
effectInfo
, OH_EffectFilterInfo *ohFilterInfo)
in SwitchToOHEffectInfo()
argument
207
bool IsMatchLookupCondition(std::shared_ptr<EffectInfo> &
effectInfo
, std::string &type, uint32_t enumValue)
in IsMatchLookupCondition()
argument
227
auto
effectInfo
= static_cast<OH_EffectFilterInfo *>(filterDelegate->GetEffectInfo());
in IsMatchLookupCondition()
local
261
std::shared_ptr<EffectInfo>
effectInfo
;
ParseLookupKey()
local
284
SwitchToEffectInfo(const OH_EffectFilterInfo *info, const std::shared_ptr<EffectInfo> &
effectInfo
)
SwitchToEffectInfo()
argument
[all...]
H
A
D
image_effect.cpp
600
EffectJsonPtr
effectInfo
= EFFECTJsonHelper::CreateObject();
in OH_ImageEffect_Save()
local
H
A
D
image_effect_filter.cpp
651
std::shared_ptr<EffectInfo>
effectInfo
= std::make_shared<EffectInfo>();
in OH_EffectFilter_Register()
local
717
auto
effectInfo
= static_cast<OH_EffectFilterInfo *>(filterDelegate->GetEffectInfo());
in OH_EffectFilter_LookupFilterInfo()
local
724
std::shared_ptr<EffectInfo>
effectInfo
= EFilterFactory::Instance()->GetEffectInfo(name);
in OH_EffectFilter_LookupFilterInfo()
local
/foundation/multimedia/image_effect/test/unittest/
H
A
D
TestImageEffect.cpp
387
auto *
effectInfo
= static_cast<std::shared_ptr<EffectInfo> *>(customTestEFilter->GetEffectInfo());
in HWTEST_F()
local
H
A
D
native_image_effect_unittest.cpp
83
std::shared_ptr<EffectInfo>
effectInfo
= std::make_shared<EffectInfo>();
in GetEffectInfo()
local
116
std::shared_ptr<EffectInfo>
effectInfo
= std::make_shared<EffectInfo>();
in GetEffectInfo()
local
H
A
D
TestUtils.cpp
397
EffectInfo
effectInfo
;
in HWTEST_F()
local
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H
A
D
rosen_render_context_test_new.cpp
408
ClickEffectInfo
effectInfo
;
in HWTEST_F()
local
Completed in 14 milliseconds