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:yMin
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H
A
D
font_defs.h
69
int16_t
yMin
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H
A
D
bubble_layout_algorithm.cpp
943
float
yMin
= 1.0f;
in AdjustPosition()
local
951
yMin
= marginTop_;
in AdjustPosition()
954
yMin
= wrapperRect_.Top();
in AdjustPosition()
967
yMin
= marginTop_;
in AdjustPosition()
970
yMin
= wrapperRect_.Top();
in AdjustPosition()
980
yMin
= marginTop_;
in AdjustPosition()
983
yMin
= wrapperRect_.Top();
in AdjustPosition()
998
yMin
= std::max(targetOffset_.GetY() + targetSize_.Height() + space, marginTop_);
in AdjustPosition()
1001
yMin
= std::max(targetOffset_.GetY() + targetSize_.Height() + space,
in AdjustPosition()
1011
yMin
in AdjustPosition()
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
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++) {
1635
int64_t
yMin
= FO_TRANS_INTEGER_TO_FIXED(part.
yMin
);
local
1636
part.edge1.curX += (static_cast<int64_t>(part.edge1.du) * (
yMin
- part.edge1.curY) / part.edge1.dv);
1637
part.edge1.curY =
yMin
;
[all...]
H
A
D
draw_utils.h
160
int16_t
yMin
;
member
185
int16_t
yMin
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H
A
D
menu_layout_algorithm.cpp
2361
float
yMin
= std::max(1.0f, static_cast<float>(wrapperRect_.Top()) + paddingTop_);
in AdjustPosition()
local
2390
yMin
= std::max(targetOffset_.GetY() + targetSize_.Height() + space,
yMin
);
in AdjustPosition()
2397
if (xMax < xMin || yMax <
yMin
) {
in AdjustPosition()
2401
auto y = std::clamp(position.GetY(),
yMin
, yMax);
in AdjustPosition()
Completed in 15 milliseconds