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:halfHeight
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_panel_ffi.cpp
68
Dimension
halfHeight
= Dimension(height, static_cast<DimensionUnit>(unit));
in FfiOHOSAceFrameworkPanelHalfHeight()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H
A
D
rs_surface_windows.cpp
143
const auto &
halfHeight
= height / 0x2;
in YInvert()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H
A
D
rs_surface_darwin.cpp
141
const auto &
halfHeight
= height / 0x2;
in YInvert()
local
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H
A
D
sliding_panel_component.h
82
void SetHalfHeight(const std::pair<Dimension, bool>&
halfHeight
)
in SetHalfHeight()
argument
H
A
D
panel_component.h
192
void SetHalfHeight(const std::pair<Dimension, bool>&
halfHeight
)
in SetHalfHeight()
argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H
A
D
drag_window_ohos.cpp
136
int32_t
halfHeight
= static_cast<int32_t>(params.height) / 2;
in CreateDragWindow()
local
173
int32_t
halfHeight
= static_cast<int32_t>(height + Window_EXTERN.ConvertToPx() * 2) / 2;
in CreateTextDragWindow()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
sliding_panel_model_impl.cpp
77
void SlidingPanelModelImpl::SetHalfHeight(const Dimension&
halfHeight
)
in SetHalfHeight()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H
A
D
scroll_event_test_ng.cpp
1364
const float
halfHeight
= SCROLL_HEIGHT / 2;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H
A
D
sliding_panel_model_ng.cpp
136
void SlidingPanelModelNG::SetHalfHeight(const Dimension&
halfHeight
)
in SetHalfHeight()
argument
232
void SlidingPanelModelNG::SetPanelHalfHeight(FrameNode* frameNode, const Dimension&
halfHeight
)
in SetPanelHalfHeight()
argument
280
auto
halfHeight
= Dimension((frameSize.Height() - BLANK_MIN_HEIGHT.ConvertToPx()) / HALF_VALUS);
in ResetPanelHalfHeight()
local
H
A
D
sliding_panel_pattern.cpp
221
auto
halfHeight
= layoutProperty->GetHalfHeight().value_or(defaultFullHeight / 2).ConvertToPx();
in InitializeLayoutProps()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_sliding_panel.cpp
428
CalcDimension
halfHeight
;
in SetHalfHeight()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
overlay_manager.h
70
float
halfHeight
= 0.0f;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H
A
D
panel_test_ng.cpp
107
std::optional<Dimension>
halfHeight
= std::nullopt;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
skia_decoration_painter.cpp
336
float
halfHeight
= size.height() / 2;
in EndPointsFromAngle()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H
A
D
drawing_decoration_painter.cpp
309
float
halfHeight
= size.Height() / 2;
in EndPointsFromAngle()
local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
jpeg_decoder.cpp
268
const int
halfHeight
= height >> 1;
in CalculateInSampleSize()
local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.cpp
409
float
halfHeight
= size.height() / 2;
in EndPointsFromAngle()
local
458
float
halfHeight
= size.Height() / 2;
in EndPointsFromAngle()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_pattern.cpp
1128
auto
halfHeight
= blockSize_.Height() * HALF + static_cast<float>(focusDistance.ConvertToPx());
in GetOutsetInnerFocusPaintRect()
local
Completed in 29 milliseconds