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:halfWidth
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H
A
D
image_loader_common.h
174
uint32_t
halfWidth
= width / 2;
in VerticalFlipRowPointers()
local
191
uint32_t
halfWidth
= width / 2;
in VerticalFlipRow()
local
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H
A
D
drag_window_ohos.cpp
135
int32_t
halfWidth
= static_cast<int32_t>(params.width) / 2;
in CreateDragWindow()
local
172
int32_t
halfWidth
= static_cast<int32_t>(width + Window_EXTERN.ConvertToPx() * 2) / 2;
in CreateTextDragWindow()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H
A
D
select_overlay_content_modifier.cpp
253
auto
halfWidth
= isPaintHandleUsePoints_ ? 0.0f : upHandle.Width() / 2.0f;
in ClipViewPort()
local
260
auto
halfWidth
= isPaintHandleUsePoints_ ? 0 : downHandle.Width() / 2.0f;
in ClipViewPort()
local
/foundation/window/window_manager/wmserver/src/
H
A
D
display_group_controller.cpp
198
int32_t
halfWidth
= static_cast<int32_t>(winRect.width_ * 0.5);
in UpdateWindowDisplayIdIfNeeded()
local
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H
A
D
render_tab_bar.cpp
220
double
halfWidth
= GetLayoutParam().GetMaxSize().Width() / DOUBLE_FACTOR;
in LayoutChildren()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
overlay_manager.h
69
float
halfWidth
= 0.0f;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
skia_decoration_painter.cpp
337
float
halfWidth
= size.width() / 2;
in EndPointsFromAngle()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H
A
D
drawing_decoration_painter.cpp
310
float
halfWidth
= size.Width() / 2;
in EndPointsFromAngle()
local
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
jpeg_decoder.cpp
269
const int
halfWidth
= width >> 1;
in CalculateInSampleSize()
local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.cpp
410
float
halfWidth
= size.width() / 2;
in EndPointsFromAngle()
local
459
float
halfWidth
= size.Width() / 2;
in EndPointsFromAngle()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_pattern.cpp
1127
auto
halfWidth
= blockSize_.Width() * HALF + static_cast<float>(focusDistance.ConvertToPx());
in GetOutsetInnerFocusPaintRect()
local
Completed in 21 milliseconds