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:heightScale_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H
A
D
lume_custom_render.h
76
heightScale_
= heightScale;
in SetScaleInfo()
80
float
heightScale_
= 1.0f;
member in OHOS::Render3D::LumeCustomRender
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H
A
D
texture_info.h
29
float
heightScale_
= 1.0f;
member
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H
A
D
texture_layer.cpp
186
float heightScale = image_.textureInfo_.
heightScale_
;
in ConfigWindow()
213
image_.textureInfo_.
heightScale_
= scale;
in OnWindowChange()
234
image_.textureInfo_.
heightScale_
= static_cast<float>(windowChangeInfo.heightScale);
in OnWindowChange()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
text_style.h
656
heightScale_
= heightScale;
in SetHeightScale()
661
return
heightScale_
;
in GetHeightScale()
818
double
heightScale_
= 1.0;
member in OHOS::Ace::final
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H
A
D
scene_adapter.cpp
469
static_cast<uint32_t>(info.height_ * info.
heightScale_
) });
in AttachSwapchain()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H
A
D
lume_common.cpp
212
float heightScale = textureInfo.
heightScale_
;
in OnWindowChange()
360
textureInfo_.width_ * textureInfo_.widthScale_, textureInfo_.height_ * textureInfo_.
heightScale_
});
in UpdateCustomRender()
Completed in 7 milliseconds