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:grayScale
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_render_context.h
706
std::shared_ptr<GrayScaleModifier>
grayScale
;
member
H
A
D
rosen_render_context.cpp
4165
auto
grayScale
= graphicProps->GetFrontGrayScaleValue();
global()
local
4260
OnFrontGrayScaleUpdate(const Dimension&
grayScale
)
global()
argument
[all...]
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test2.cpp
1361
constexpr float
grayScale
= 0.5f;
in HWTEST_F()
local
1390
float
grayScale
= -0.001f;
in HWTEST_F()
local
1425
float
grayScale
= 0.0f;
in HWTEST_F()
local
1463
float
grayScale
= 1.0f / 3.0f;
HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_dump.cpp
466
auto
grayScale
= properties.GetGrayScale();
in DumpNodePropertiesEffects()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H
A
D
rs_properties_test.cpp
2934
std::optional<float>
grayScale
= std::optional<float>(1.f);
in HWTEST_F()
local
2968
std::optional<float>
grayScale
= std::optional<float>(1.f);
in HWTEST_F()
local
/foundation/window/window_manager/previewer/include/
H
A
D
window.h
374
virtual WMError SetGrayScale(float
grayScale
) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }
in SetGrayScale()
argument
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H
A
D
window_fuzzer.cpp
384
float
grayScale
;
in CheckWindowImplFunctionsPart1()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H
A
D
rs_node_test.cpp
6658
float
grayScale
= 1.f; // for test
in HWTEST_F()
local
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window.h
2286
virtual WMError SetGrayScale(float
grayScale
) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }
in SetGrayScale()
argument
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window.cpp
6506
void SetWindowGrayScaleTask(const wptr<Window>& weakToken, double
grayScale
,
in SetWindowGrayScaleTask()
argument
6554
double
grayScale
= 0.0;
in OnSetWindowGrayScale()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract.cpp
2333
void ViewAbstract::SetGrayScale(const Dimension&
grayScale
)
in SetGrayScale()
argument
2341
void ViewAbstract::SetGrayScale(FrameNode *frameNode, const Dimension&
grayScale
)
in SetGrayScale()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_node.cpp
2379
void RSNode::SetGrayScale(float
grayScale
)
in SetGrayScale()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties.cpp
3207
void RSProperties::SetGrayScale(const std::optional<float>&
grayScale
)
in SetGrayScale()
argument
3515
auto
grayScale
= grayScale_.value();
in GenerateColorFilter()
local
4058
auto
grayScale
= GetGrayScale();
in Dump()
local
[all...]
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
2597
WMError WindowSceneSessionImpl::SetGrayScale(float
grayScale
)
in SetGrayScale()
argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
1250
void SetGrayscale(ArkUINodeHandle node, ArkUI_Float64
grayScale
)
in SetGrayscale()
argument
Completed in 108 milliseconds