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
defs:heightScale
(Results
1 - 18
of
18
) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H
A
D
texture_info.h
41
float
heightScale
= 1.0f;
member
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H
A
D
typography_style.h
42
double
heightScale
= 1.0;
member
66
double
heightScale
= 1;
member
H
A
D
text_style.h
137
double
heightScale
= 1.0;
member
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/custom/
H
A
D
lume_custom_render.h
73
void SetScaleInfo(float widthScale, float
heightScale
)
in SetScaleInfo()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H
A
D
model_pattern.cpp
84
auto
heightScale
= mainProperty->GetRenderHeight().value_or(1.0);
in OnDirtyLayoutWrapperSwap()
local
96
scale, widthScale,
heightScale
,
in OnDirtyLayoutWrapperSwap()
local
277
auto
heightScale
= mainProperty->GetRenderHeight().value_or(1.0);
in ToJsonValue()
local
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H
A
D
texture_layer.cpp
186
float
heightScale
= image_.textureInfo_.heightScale_;
in ConfigWindow()
local
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H
A
D
text_style.h
94
double
heightScale
= 1.0;
member
H
A
D
typography_style.h
50
double
heightScale
= 1.0;
member
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_text_style.h
133
double
heightScale
= 1.0;
member in OHOS::Ace::Testing::TestingTextStyle
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H
A
D
image_loading_context.cpp
113
double
heightScale
= dstSize.Height() / srcSize.Height() * viewScale;
in CalculateTargetSize()
local
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
ithumbnail_helper.cpp
481
float
heightScale
= (1.0f * lcdDesiredHeight) / data.source->GetHeight();
in IsCreateLcdSuccess()
local
527
float
heightScale
= (1.0f * data.lcdDesiredSize.height) / data.sourceEx->GetHeight();
in IsCreateLcdExSuccess()
local
H
A
D
thumbnail_utils.cpp
329
float
heightScale
= (1.0f * desiredSize.height) / data.source->GetHeight();
in GenTargetPixelmap()
local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
render_image.cpp
479
double
heightScale
= dstRect_.Height() / srcRect_.Height() * scale_;
in CalculateResizeTarget()
local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H
A
D
component_test_component_impl.cpp
99
float
heightScale
= context->GetRootHeight() * viewScale / rect.Height();
in PinchOutImpl()
local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
post_proc.cpp
157
float
heightScale
= static_cast<float>(targetHeight) / static_cast<float>(srcHeight);
in CenterScale()
local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H
A
D
drawing_text_typography.h
492
double
heightScale
;
member
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H
A
D
lume_common.cpp
212
float
heightScale
= textureInfo.heightScale_;
in OnWindowChange()
local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
text_style.h
654
void SetHeightScale(double
heightScale
)
in SetHeightScale()
argument
Completed in 23 milliseconds