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:alphaValue
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
color.h
209
Rgba& Opacity(float
alphaValue
)
in Opacity()
211
if (
alphaValue
< 0) {
in Opacity()
213
} else if (
alphaValue
> 1) {
in Opacity()
216
alpha =
alphaValue
;
in Opacity()
247
float
alphaValue
= 1.0f / alpha;
in Demultiply()
local
248
red *=
alphaValue
;
in Demultiply()
249
green *=
alphaValue
;
in Demultiply()
250
blue *=
alphaValue
;
in Demultiply()
641
Rgba8T& Opacity(float
alphaValue
)
in Opacity()
643
if (
alphaValue
<
in Opacity()
[all...]
/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
73
EXPECT_NE(nullptr,
alphaValue
);
in SaveAlpha()
74
alphaTensor->SetBuffer(
alphaValue
, sizeof(float));
in SaveAlpha()
253
int64_t*
alphaValue
= new (std::nothrow) int64_t[1] {0};
in HWTEST_F()
local
254
alphaTensor->SetBuffer(
alphaValue
, sizeof(int64_t));
in HWTEST_F()
557
float
alphaValue
{0.0001};
in HWTEST_F()
570
EXPECT_EQ(returnAlpha,
alphaValue
);
in HWTEST_F()
/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
763
alphaPropertyPhase = std::make_shared<RSAnimatableProperty<float>>(
alphaValue
);
in HWTEST_F()
814
float
alphaValue
= ALPHA_VALUES[i]; // the value of the key frame needs
in HWTEST_F()
local
816
alphaPropertyPhase = std::make_shared<RSAnimatableProperty<float>>(
alphaValue
);
in HWTEST_F()
843
float
alphaValue
= ALPHA_VALUES[i]; // the value of the key frame needs
in HWTEST_F()
local
845
alphaPropertyPhase = std::make_shared<RSAnimatableProperty<float>>(
alphaValue
);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng_new.cpp
1519
* @tc.expected: Render
alphaValue
is not equal to 75.
in HWTEST_F()
1525
uint32_t
alphaValue
= color.GetAlpha();
in HWTEST_F()
local
1526
ASSERT_NE(
alphaValue
, 75);
in HWTEST_F()
1538
* @tc.expected: Render
alphaValue
is not equal to 75.
in HWTEST_F()
1544
uint32_t
alphaValue
= color.GetAlpha();
in HWTEST_F()
local
1545
ASSERT_NE(
alphaValue
, 75);
in HWTEST_F()
1557
* @tc.expected: Render
alphaValue
is equal to 75.
in HWTEST_F()
1563
uint32_t
alphaValue
= color.GetAlpha();
in HWTEST_F()
local
1564
ASSERT_EQ(
alphaValue
, 75);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_particle.cpp
653
auto
alphaValue
= jsValueObj->GetProperty("angle");
in ParseParticleAcceleration()
local
661
if (
alphaValue
->IsObject()) {
in ParseParticleAcceleration()
662
auto alphaObject = JSRef<JSObject>::Cast(
alphaValue
);
in ParseParticleAcceleration()
/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
402
alphaValue
= alpha->ToNumber(vm)->Value();
in SetShadowAlpha()
404
GetArkUINodeModifiers()->getRenderNodeModifier()->setShadowAlpha(nativeNode,
alphaValue
);
in SetShadowAlpha()
/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
3222
nPixel = pixelValue *
alphaValue
;
in ConvertUintPixelAlpha()
3224
nPixel = (
alphaValue
> 0) ? pixelValue /
alphaValue
: 0;
in ConvertUintPixelAlpha()
/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