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:boundsBottom
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H
A
D
distributed_mission_info.cpp
44
boundsBottom
= parcel.ReadInt32();
in ReadFromParcel()
85
PARCEL_WRITE_HELPER_RET(parcel, Int32,
boundsBottom
, false);
in Marshalling()
162
str += "
boundsBottom
: " + std::to_string(
boundsBottom
);
in ToString()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H
A
D
distributed_mission_info.h
39
int32_t
boundsBottom
= 0;
member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_node.cpp
1123
float
boundsBottom
= bounds.y_ + bounds.w_;
in SetParticleDrawRegion()
local
1139
bottom[i] = std::max(
boundsBottom
+ diameMax + diameMax, position.y_ + emitSize.y_ + diameMax + diameMax);
in SetParticleDrawRegion()
1158
bottom[i] = std::max(
boundsBottom
+ imageSizeHeightMax + imageSizeHeightMax,
in SetParticleDrawRegion()
1166
boundsBottom
= *std::max_element(bottom.begin(), bottom.end());
in SetParticleDrawRegion()
1167
SetDrawRegion(std::make_shared<RectF>(l - bounds.x_, t - bounds.y_, boundsRight - l,
boundsBottom
- t));
in SetParticleDrawRegion()
Completed in 6 milliseconds