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:pointf2
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H
A
D
point_test.cpp
65
PointF
pointf2
(pointf1);
in HWTEST_F()
66
EXPECT_EQ(pointf1.GetX(),
pointf2
.GetX());
in HWTEST_F()
80
PointF
pointf2
(pointf1);
in HWTEST_F()
81
EXPECT_EQ(pointf1.GetX(),
pointf2
.GetX());
in HWTEST_F()
178
PointF
pointf2
(1.0f, 2.0f);
in HWTEST_F()
179
pointf1 +=
pointf2
;
in HWTEST_F()
194
PointF
pointf2
(2.0f, 1.0f);
in HWTEST_F()
195
pointf1 +=
pointf2
;
in HWTEST_F()
210
PointF
pointf2
(1.0f, 2.0f);
in HWTEST_F()
211
pointf1 -=
pointf2
;
in HWTEST_F()
366
PointF
pointf2
= 3.0f * pointf1;
HWTEST_F()
local
381
PointF
pointf2
= 4.0f * pointf1;
HWTEST_F()
local
396
PointF
pointf2
= pointf1 * 3.0f;
HWTEST_F()
local
411
PointF
pointf2
= pointf1 * 4.0f;
HWTEST_F()
local
426
PointF
pointf2
= pointf1 / 1.0f;
HWTEST_F()
local
441
PointF
pointf2
= pointf1 / 2.0f;
HWTEST_F()
local
456
PointF
pointf2
= +pointf1;
HWTEST_F()
local
471
PointF
pointf2
= +pointf1;
HWTEST_F()
local
486
PointF
pointf2
= -pointf1;
HWTEST_F()
local
501
PointF
pointf2
= -pointf1;
HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/point_fuzzer/
H
A
D
point_fuzzer.cpp
71
PointF
pointf2
= PointF(pointf);
in PointFuzzTest001()
local
73
pointf = pointf1 +
pointf2
;
in PointFuzzTest001()
74
pointf = pointf1 -
pointf2
;
in PointFuzzTest001()
75
pointf = scale *
pointf2
;
in PointFuzzTest001()
Completed in 2 milliseconds