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:joinRect
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view.cpp
292
Rect
joinRect
= transMap_->GetBoxRect();
in Rotate()
local
296
joinRect
= transMap_->GetBoxRect();
in Rotate()
298
joinRect
.Join(
joinRect
, transMap_->GetBoxRect());
in Rotate()
300
joinRect
.Join(
joinRect
, GetOrigRect());
in Rotate()
301
InvalidateRect(
joinRect
);
in Rotate()
318
Rect
joinRect
= transMap_->GetBoxRect();
in Scale()
local
322
joinRect
= transMap_->GetBoxRect();
in Scale()
324
joinRect
in Scale()
340
Rect
joinRect
= transMap_->GetBoxRect();
Shear()
local
365
Rect
joinRect
= transMap_->GetBoxRect();
Translate()
local
391
Rect
joinRect
= transMap_->GetBoxRect();
SetCameraDistance()
local
405
Rect
joinRect
= transMap_->GetBoxRect();
SetCameraPosition()
local
884
Rect
joinRect
;
SetTransformMap()
local
[all...]
H
A
D
root_view.cpp
404
Rect
joinRect
;
in OptimizeAddRect()
local
411
joinRect
.Join(iter->data_, rect);
in OptimizeAddRect()
412
if (
joinRect
.GetSize() < iter->data_.GetSize() + rect.GetSize()) {
in OptimizeAddRect()
413
iter->data_ =
joinRect
;
in OptimizeAddRect()
429
Rect
joinRect
;
in OptimizeInvalidateRects()
local
437
joinRect
.Join(iter1->data_, iter2->data_);
in OptimizeInvalidateRects()
438
if (
joinRect
.GetSize() < (iter1->data_.GetSize() + iter2->data_.GetSize())) {
in OptimizeInvalidateRects()
439
iter2->data_ =
joinRect
;
in OptimizeInvalidateRects()
Completed in 4 milliseconds