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:widthScale_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H
A
D
lume_custom_render.h
75
widthScale_
= widthScale;
in SetScaleInfo()
79
float
widthScale_
= 1.0f;
member in OHOS::Render3D::LumeCustomRender
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H
A
D
texture_info.h
28
float
widthScale_
= 1.0f;
member
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H
A
D
texture_layer.cpp
185
float widthScale = image_.textureInfo_.
widthScale_
;
in ConfigWindow()
212
image_.textureInfo_.
widthScale_
= scale;
in OnWindowChange()
233
image_.textureInfo_.
widthScale_
= static_cast<float>(windowChangeInfo.widthScale);
in OnWindowChange()
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H
A
D
scene_adapter.cpp
468
{ static_cast<uint32_t>(info.width_ * info.
widthScale_
),
in AttachSwapchain()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H
A
D
lume_common.cpp
211
float widthScale = textureInfo.
widthScale_
;
in OnWindowChange()
360
textureInfo_.width_ * textureInfo_.
widthScale_
, textureInfo_.height_ * textureInfo_.heightScale_});
in UpdateCustomRender()
Completed in 5 milliseconds