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:elevation_
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
shadow.h
83
NearEqual(spreadRadius_, rhs.spreadRadius_) && NearEqual(
elevation_
, rhs.
elevation_
) &&
in operator ==()
151
elevation_
= elevation;
in SetElevation()
155
elevation_
= 0.0f;
in SetElevation()
160
return
elevation_
;
in GetElevation()
235
return
elevation_
> 0.0f &&
elevation_
< LIGHT_HEIGHT;
in IsValid()
248
float
elevation_
= 0.0f; // Rosen always needs a non-zero elevation.
member in OHOS::Ace::final
/foundation/window/window_manager/wmserver/src/
H
A
D
window_system_effect.cpp
117
if (MathHelper::NearZero(windowSystemEffectConfig_.focusedShadow_.
elevation_
) &&
in SetWindowShadow()
118
MathHelper::NearZero(windowSystemEffectConfig_.unfocusedShadow_.
elevation_
) &&
in SetWindowShadow()
136
if (MathHelper::GreatNotEqual(shadow.
elevation_
, 0.f)) {
in SetWindowShadow()
153
node->GetWindowId(), static_cast<int32_t>(node->isFocused_), shadow.
elevation_
);
in SetWindowShadow()
157
if (MathHelper::GreatNotEqual(shadow.
elevation_
, 0.f)) {
in SetWindowShadow()
158
surfaceNode->SetShadowElevation(shadow.
elevation_
* vpr);
in SetWindowShadow()
H
A
D
window_manager_service.cpp
615
outShadow.
elevation_
= elevation[0];
in ConfigAppWindowShadow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_shadow.cpp
48
elevation_
= elevation;
in SetElevation()
98
return
elevation_
;
in GetElevation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H
A
D
rs_shadow.h
76
float
elevation_
= 0.f;
member in OHOS::Rosen::RSShadow
/foundation/window/window_manager/wmserver/include/
H
A
D
window_system_effect.h
27
float
elevation_
;
member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H
A
D
rs_property_drawable_background.h
62
float
elevation_
= 0.0f;
member in OHOS::Rosen::DrawableV2::RSShadowDrawable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable_background.cpp
97
elevation_
= stagingElevation_;
in OnSync()
119
if (ROSEN_GNE(ptr->
elevation_
, 0.f)) {
in CreateDrawFunc()
121
ptr->
elevation_
, ptr->isFilled_, shadowColor);
in CreateDrawFunc()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H
A
D
rs_property_drawable_background_test.cpp
105
drawable->
elevation_
= 1.0f;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H
A
D
rs_property_draw_background_test.cpp
105
drawable->
elevation_
= 1.0f;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H
A
D
rs_properties_test2.cpp
71
properties.shadow_->
elevation_
= -1.f;
in HWTEST_F()
H
A
D
rs_properties_painter_test.cpp
185
properties.shadow_->
elevation_
= 1.f;
in HWTEST_F()
441
properties.shadow_->
elevation_
= 1.f;
in HWTEST_F()
H
A
D
rs_property_drawable_bounds_geometry_test.cpp
872
properties.shadow_->
elevation_
= 1.f;
in HWTEST_F()
878
properties.shadow_->
elevation_
= 0.f;
in HWTEST_F()
H
A
D
rs_properties_test.cpp
1763
properties.shadow_->
elevation_
= 1.f;
in HWTEST_F()
Completed in 20 milliseconds