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:alphaValue
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ai/neural_network_runtime/test/unittest/ops/
H
A
D
lrn_test.cpp
72
float*
alphaValue
= new (std::nothrow) float[1] {0.0001};
in SaveAlpha()
local
253
int64_t*
alphaValue
= new (std::nothrow) int64_t[1] {0};
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H
A
D
rs_symbol_animation_test.cpp
761
float
alphaValue
= ALPHA_VALUES[i]; // the value of the key frame needs
in HWTEST_F()
local
814
float
alphaValue
= ALPHA_VALUES[i]; // the value of the key frame needs
in HWTEST_F()
local
843
float
alphaValue
= ALPHA_VALUES[i]; // the value of the key frame needs
in HWTEST_F()
local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
color.h
247
float
alphaValue
= 1.0f / alpha;
in Demultiply()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng_new.cpp
1525
uint32_t
alphaValue
= color.GetAlpha();
in HWTEST_F()
local
1544
uint32_t
alphaValue
= color.GetAlpha();
in HWTEST_F()
local
1563
uint32_t
alphaValue
= color.GetAlpha();
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_particle.cpp
653
auto
alphaValue
= jsValueObj->GetProperty("angle");
in ParseParticleAcceleration()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_render_node_bridge.cpp
400
float
alphaValue
= 1.0;
in SetShadowAlpha()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_map.cpp
3216
float
alphaValue
= static_cast<float>(rpixel[alphaIndex]) / UINT8_MAX;
in ConvertUintPixelAlpha()
local
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
680
uint32_t
alphaValue
= 0xFF * alpha;
in AddAlphaToColor()
local
682
ss << std::hex <<
alphaValue
;
in AddAlphaToColor()
local
Completed in 33 milliseconds