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:grayScaleStart
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
8650
uint32_t
grayScaleStart
= 0;
in SetBackgroundBlurStyle()
local
8653
grayScaleStart
= static_cast<uint32_t>(item->value[GRAY_SCALE_START].f32);
in SetBackgroundBlurStyle()
8672
greyVector[NUM_0] =
grayScaleStart
;
in SetBackgroundBlurStyle()
8704
float
grayScaleStart
= 0;
in SetForegroundBlurStyle()
local
8706
grayScaleStart
= item->value[GRAY_SCALE_START].f32;
in SetForegroundBlurStyle()
8716
BlurOption blurOption = {{
grayScaleStart
, grayScaleEnd}};
in SetForegroundBlurStyle()
8738
g_numberValues[GRAY_SCALE_START].f32 = foregroundBlurStyle.
grayScaleStart
;
in GetForegroundBlurStyle()
10577
g_numberValues[GRAY_SCALE_START].f32 = backGroundBlurStyle.
grayScaleStart
;
in GetBackgroundBlurStyle()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
1638
styleOptionType.
grayScaleStart
= blurStyleOption->blurOption.grayscale[NUM_0];
in GetForegroundBlurStyle()
1757
styleOptionType.
grayScaleStart
= greyScaleVector.size() > NUM_0 ? greyScaleVector[NUM_0] : 0.0f;
in GetBackgroundBlurStyle()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
590
ArkUI_Float32
grayScaleStart
;
member
Completed in 61 milliseconds