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:alpha1
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolor_fuzzer/
H
A
D
rscolor_fuzzer.cpp
127
float
alpha1
= GetData<float>();
in DoHaveParameters()
local
132
color.MultiplyAlpha(
alpha1
);
in DoHaveParameters()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H
A
D
brush_fuzzer.cpp
35
uint32_t
alpha1
= GetObject<uint32_t>();
in BrushFuzzTestInner01()
local
48
brush.SetAlpha(
alpha1
);
in BrushFuzzTestInner01()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H
A
D
pen_fuzzer.cpp
46
uint32_t
alpha1
= GetObject<uint32_t>();
in PenFuzzTestInner02()
local
48
pen.SetAlpha(
alpha1
);
in PenFuzzTestInner02()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H
A
D
rsbasecommon_fuzzer.cpp
95
float
alpha1
= GetData<float>();
in RSColorFuzzTest()
local
111
rscolor.MultiplyAlpha(
alpha1
);
in RSColorFuzzTest()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/fuzztest/hm_symbol/hmsymboltxt_fuzzer/
H
A
D
hm_symbol_txt_fuzzer.cpp
30
float
alpha1
= SPText::GetObject<float>();
in HmSymbolTxtFuzzTestInner01()
local
31
RSSColor color1 = {
alpha1
, red1, gree1, blue1};
in HmSymbolTxtFuzzTestInner01()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H
A
D
hdilayerinfo_test.cpp
111
.
alpha1
= 0,
in HWTEST_F()
118
ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetAlpha().
alpha1
, layerAlpha.
alpha1
);
in HWTEST_F()
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H
A
D
gfx_engines.cpp
61
iSurface.
alpha1
= OPA_OPAQUE;
in Convert2ISurface()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H
A
D
brush_test.cpp
371
auto
alpha1
= brush->GetAlpha();
in HWTEST_F()
local
372
EXPECT_TRUE(
alpha1
== 220);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_device_impl.cpp
438
.
alpha1
= alpha.
alpha1
,
in SetLayerAlpha()
H
A
D
hdi_layer.cpp
179
layerAlpha1.alpha0 == layerAlpha2.alpha0 && layerAlpha1.
alpha1
== layerAlpha2.
alpha1
&&
in SetLayerAlpha()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_type.h
68
uint8_t
alpha1
; /**< Alpha1 value, ranging from 0 to 255 */
member
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_layer_info.h
503
std::to_string(layerAlpha_.alpha0) + "),
alpha1
(" +
in Dump()
504
std::to_string(layerAlpha_.
alpha1
) + "), gAlpha(" +
in Dump()
Completed in 9 milliseconds