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:yMax
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H
A
D
font_defs.h
70
int16_t
yMax
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H
A
D
bubble_layout_algorithm.cpp
941
float
yMax
= 0.0f;
in AdjustPosition()
local
952
yMax
= wrapperSize_.Height() - height - marginBottom_;
in AdjustPosition()
955
yMax
= wrapperRect_.Bottom() - height;
in AdjustPosition()
968
yMax
= wrapperSize_.Height() - height - marginBottom_;
in AdjustPosition()
971
yMax
= wrapperRect_.Bottom() - height;
in AdjustPosition()
981
yMax
= std::min(targetOffset_.GetY() - height - space, wrapperSize_.Height() - marginBottom_ - height);
in AdjustPosition()
984
yMax
= std::min(targetOffset_.GetY() - height - space,
in AdjustPosition()
999
yMax
= wrapperSize_.Height() - height - marginBottom_;
in AdjustPosition()
1003
yMax
= wrapperRect_.Bottom() - height;
in AdjustPosition()
1012
yMax
in AdjustPosition()
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.h
161
int16_t
yMax
;
member
186
int16_t
yMax
;
member
H
A
D
draw_utils.cpp
714
for (int16_t y = in.yMin; y <= in.
yMax
; y++) {
817
for (int16_t y = in.yMin; y <= in.
yMax
; y++) {
937
for (int16_t y = in.yMin; y <= in.
yMax
; y++) {
1349
for (int16_t y = in.yMin; y <= in.
yMax
; ++y) {
1470
for (int16_t y = in.yMin; y <= in.
yMax
; ++y) {
1529
for (int16_t y = in.yMin; y <= in.
yMax
; y++) {
1698
part.
yMax
,
1760
part.
yMax
= MATH_MIN(mask.GetBottom(), triangleInfo.p2.y);
1792
part.
yMax
= MATH_MIN(mask.GetBottom(), triangleInfo.p3.y);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
menu_layout_algorithm.cpp
2359
float
yMax
= 0.0f;
in AdjustPosition()
local
2368
yMax
= wrapperBottom - height - paddingBottom_;
in AdjustPosition()
2376
yMax
= wrapperBottom - height - paddingBottom_;
in AdjustPosition()
2383
yMax
= std::min(targetOffset_.GetY() - height - space, wrapperBottom - paddingBottom_ - height);
in AdjustPosition()
2391
yMax
= wrapperBottom - height - paddingBottom_;
in AdjustPosition()
2397
if (xMax < xMin ||
yMax
< yMin) {
in AdjustPosition()
2401
auto y = std::clamp(position.GetY(), yMin,
yMax
);
in AdjustPosition()
Completed in 14 milliseconds