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:IsInfinite
(Results
1 - 25
of
34
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H
A
D
skia_svg_dom.cpp
55
if (!layout_.IsEmpty() && (svgSize_.IsValid() && !svgSize_.
IsInfinite
())) {
in FitImage()
73
if (svgSize_.IsValid() && !svgSize_.
IsInfinite
() && !layout_.IsEmpty()) {
in FitImage()
89
if (!svgSize_.IsValid() || svgSize_.
IsInfinite
()) {
in FitViewPort()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H
A
D
render_track.cpp
193
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in Measure()
210
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in Measure()
227
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in Measure()
244
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in Measure()
263
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in Measure()
/foundation/arkui/ace_engine/frameworks/core/components/align/
H
A
D
render_align.cpp
44
if (!alignInnerLayout.GetMaxSize().
IsInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
rosen_render_single_child_scroll.cpp
38
if (!viewPort_.
IsInfinite
()) {
in Paint()
H
A
D
render_multi_child_scroll.cpp
468
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in PerformLayout()
500
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H
A
D
render_qrcode.cpp
69
if (maxSize.
IsInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H
A
D
rosen_render_shape_container.cpp
56
if (!GetLayoutSize().
IsInfinite
() && GreatNotEqual(viewBoxWidth, 0.0) && GreatNotEqual(viewBoxHeight, 0.0)) {
in PerformLayout()
91
if (!GetLayoutSize().
IsInfinite
() && GreatNotEqual(viewBoxWidth, 0.0) && GreatNotEqual(viewBoxHeight, 0.0)) {
in Paint()
125
if (!GetLayoutSize().
IsInfinite
() && GreatNotEqual(viewBoxWidth, 0.0) && GreatNotEqual(viewBoxHeight, 0.0)) {
in Paint()
217
if (!GetLayoutSize().
IsInfinite
() && GreatNotEqual(viewBoxWidth, 0.0) && GreatNotEqual(viewBoxHeight, 0.0)) {
in BitmapMesh()
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H
A
D
render_stack.cpp
115
if (mainStackSize_ == MainStackSize::MAX && !maxSize.
IsInfinite
()) {
in DetermineStackSize()
153
if (mainStackSize_ == MainStackSize::NORMAL && !hasNonPositioned && !maxSize.
IsInfinite
()) {
in DetermineStackSize()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
rosen_mask_painter.cpp
214
if (boxSize.
IsInfinite
() || !boxSize.IsValid()) {
in UpadteSVGImageDom()
215
if (svgSize.
IsInfinite
() || !svgSize.IsValid()) {
in UpadteSVGImageDom()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_vector2.h
64
bool
IsInfinite
() const;
283
bool Vector2<T>::
IsInfinite
() const
in IsInfinite()
function in OHOS::Rosen::Vector2
H
A
D
rs_vector4.h
53
bool
IsInfinite
() const;
499
bool Vector4<T>::
IsInfinite
() const
in IsInfinite()
function in OHOS::Rosen::Vector4
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H
A
D
rs_property.cpp
329
return !value.
IsInfinite
();
in IsValid()
334
return !value.
IsInfinite
();
in IsValid()
/foundation/multimodalinput/input/util/common/include/
H
A
D
mmi_vector2.h
64
bool
IsInfinite
() const;
272
bool Vector2<T>::
IsInfinite
() const
in IsInfinite()
function in OHOS::MMI::Vector2
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
render_texture.cpp
113
if (!GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in Measure()
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H
A
D
render_bubble_progress.cpp
88
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in PerformLayout()
H
A
D
render_loading_progress.cpp
358
if (GetLayoutParam().GetMaxSize().
IsInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/badge/
H
A
D
render_badge.cpp
150
if (maxSize.
IsInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
size.h
86
bool
IsInfinite
() const
in IsInfinite()
function in OHOS::Ace::Size
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H
A
D
render_calendar.cpp
110
if (maxSize.
IsInfinite
()) {
in PerformLayout()
120
} else if (maxSize.
IsInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H
A
D
render_stepper.cpp
333
Size maxSize = GetLayoutParam().GetMaxSize().
IsInfinite
() ? viewPort_ : GetLayoutParam().GetMaxSize();
in UpdateButton()
447
Size maxSize = GetLayoutParam().GetMaxSize().
IsInfinite
() ? viewPort_ : GetLayoutParam().GetMaxSize();
in PerformLayout()
497
auto maxSize = GetLayoutParam().GetMaxSize().
IsInfinite
() ? viewPort_ : GetLayoutParam().GetMaxSize();
in LayoutButton()
523
Size maxSize = GetLayoutParam().GetMaxSize().
IsInfinite
() ? viewPort_ : GetLayoutParam().GetMaxSize();
in LayoutProgress()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
rosen_render_image.cpp
192
bool selfOnly = (imageComponentSize_.IsValid() && !imageComponentSize_.
IsInfinite
() && layoutSizeNotChanged) ||
in ImageObjReady()
1315
if (layoutSize.
IsInfinite
() || !layoutSize.IsValid()) {
1316
if (imageSize.
IsInfinite
() || !imageSize.IsValid()) {
1333
if (imageSize.IsValid() && !imageSize.
IsInfinite
()) {
1351
if (imageSize.IsValid() && !imageSize.
IsInfinite
()) {
H
A
D
render_image.cpp
384
SetLayoutSize(GetLayoutParam().Constrain(imageComponentSize_.IsValid() && !imageComponentSize_.
IsInfinite
()
in PerformLayout()
425
if (!rawPicSize.IsValid() || rawPicSize.
IsInfinite
()) {
in CalculateBackupImageSize()
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H
A
D
render_relative_container.cpp
336
if (containerSize.
IsInfinite
()) {
in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H
A
D
svg_dom.cpp
347
auto viewPort = (svgSize_.IsValid() && !svgSize_.
IsInfinite
()) ? svgSize_ : layout;
in FitViewPort()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H
A
D
rs_vector4_test.cpp
118
* @tc.desc: test results of
IsInfinite
127
EXPECT_TRUE(vector.
IsInfinite
());
in HWTEST_F()
Completed in 21 milliseconds
1
2