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:CalcRatio
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H
A
D
svg_dom_base.h
99
if (Size::
CalcRatio
(svgSize_) > Size::
CalcRatio
(layout_)) {
in ApplyContain()
113
if (Size::
CalcRatio
(svgSize_) > Size::
CalcRatio
(layout_)) {
in ApplyCover()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
image_painter.cpp
34
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyContain()
44
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyCover()
59
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyFitWidth()
70
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyFitHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H
A
D
model_layout_algorithm.cpp
48
double aspectRatio = Size::
CalcRatio
(Size(4, 3)); // default aspect ratio os 4:3
in MeasureContent()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
dimension_size.h
63
static double
CalcRatio
(const T& rectangle)
in CalcRatio()
function in OHOS::Ace::DimensionSize
H
A
D
size.h
205
static double
CalcRatio
(const T& rectangle)
in CalcRatio()
function in OHOS::Ace::Size
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
render_image.cpp
528
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyContain()
538
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyCover()
548
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyFitWidth()
559
if (Size::
CalcRatio
(srcRect) > Size::
CalcRatio
(dstRect)) {
in ApplyFitHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H
A
D
image_layout_algorithm.cpp
75
auto aspectRatio = static_cast<float>(Size::
CalcRatio
(rawImageSize));
in MeasureContent()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H
A
D
render_rating.cpp
117
double realAspectRatio = Size::
CalcRatio
(GetLayoutSize());
in CalculateRatingSize()
467
double ratio = Size::
CalcRatio
(rawImageSize);
in AdaptLayoutSize()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H
A
D
size_t.h
377
double
CalcRatio
() const
862
double
CalcRatio
() const
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H
A
D
image_test_ng.cpp
969
double aspectRatio = Size::
CalcRatio
(SizeF(IMAGE_SOURCESIZE_WIDTH, IMAGE_SOURCESIZE_HEIGHT));
in HWTEST_F()
1038
double aspectRatio = Size::
CalcRatio
(SizeF(ALT_SOURCESIZE_WIDTH, ALT_SOURCESIZE_HEIGHT));
in HWTEST_F()
1191
double aspectRatio = Size::
CalcRatio
(SizeF(IMAGE_SOURCESIZE_WIDTH, IMAGE_SOURCESIZE_HEIGHT));
in HWTEST_F()
1261
double aspectRatio = Size::
CalcRatio
(SizeF(ALT_SOURCESIZE_WIDTH, ALT_SOURCESIZE_HEIGHT));
in HWTEST_F()
Completed in 10 milliseconds