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:rectf
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H
A
D
rect_fuzzer.cpp
92
RectF
rectf
;
in RectFuzzTest002()
local
98
rectf
.SetLeft(pos);
in RectFuzzTest002()
99
rectf
.GetLeft();
in RectFuzzTest002()
100
rectf
.SetTop(pos);
in RectFuzzTest002()
101
rectf
.GetTop();
in RectFuzzTest002()
102
rectf
.SetRight(pos);
in RectFuzzTest002()
103
rectf
.GetRight();
in RectFuzzTest002()
104
rectf
.SetBottom(pos);
in RectFuzzTest002()
105
rectf
.GetBottom();
in RectFuzzTest002()
106
rectf
in RectFuzzTest002()
131
RectF
rectf
= RectF(l, t, r, b);
RectFuzzTest003()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable_foreground.cpp
410
RectF
rectf
=
412
border->PaintFourLine(canvas, pen,
rectf
);
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
1335
auto
rectf
= node->GetRectWithRender();
in GetPopupConfigWillUpdateY()
local
1347
if ((windowRect_.height_ -
rectf
.Height() - trans.GetY()) >
in GetPopupConfigWillUpdateY()
1351
deltaY = rect_.top + rect_.height -
rectf
.Height() - trans.GetY();
in GetPopupConfigWillUpdateY()
1353
deltaY = rect_.top -
rectf
.Height() - size.height - trans.GetY() - POPUP_EDGE_INTERVAL;
in GetPopupConfigWillUpdateY()
1359
((
rectf
.Height() - size.height) / POPUP_CALCULATE_RATIO) - trans.GetY();
in GetPopupConfigWillUpdateY()
1361
deltaY = rect_.top - ((
rectf
.Height() + size.height) / POPUP_CALCULATE_RATIO) - trans.GetY();
in GetPopupConfigWillUpdateY()
1371
auto
rectf
= node->GetRectWithRender();
in GetPopupConfigWillUpdateX()
local
1378
double edgeDist = (
rectf
.Width() - size.width) / POPUP_CALCULATE_RATIO;
in GetPopupConfigWillUpdateX()
1393
double edgeDist = (
rectf
.Width() - size.width) / POPUP_CALCULATE_RATIO;
in GetPopupConfigWillUpdateX()
1394
deltaX = edgeDist + rect_.left + rect_.width -
rectf
in GetPopupConfigWillUpdateX()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties_painter.cpp
1404
RectF
rectf
=
in DrawBorderIfNoFill()
local
1406
border->PaintFourLine(canvas, pen,
rectf
);
in DrawBorderIfNoFill()
Completed in 9 milliseconds