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:pointi2
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H
A
D
point_test.cpp
573
PointI
pointi2
(pointi1);
in HWTEST_F()
574
EXPECT_EQ(pointi1.GetX(),
pointi2
.GetX());
in HWTEST_F()
588
PointI
pointi2
(pointi1);
in HWTEST_F()
589
EXPECT_EQ(pointi1.GetX(),
pointi2
.GetX());
in HWTEST_F()
700
PointI
pointi2
(1.0f, 2.0f);
in HWTEST_F()
701
pointi1 +=
pointi2
;
in HWTEST_F()
716
PointI
pointi2
(2.0f, 1.0f);
in HWTEST_F()
717
pointi1 +=
pointi2
;
in HWTEST_F()
732
PointI
pointi2
(1.0f, 2.0f);
in HWTEST_F()
733
pointi1 -=
pointi2
;
in HWTEST_F()
888
PointI
pointi2
= 3.0f * pointi1;
HWTEST_F()
local
903
PointI
pointi2
= 4.0f * pointi1;
HWTEST_F()
local
918
PointI
pointi2
= pointi1 * 3.0f;
HWTEST_F()
local
933
PointI
pointi2
= pointi1 * 4.0f;
HWTEST_F()
local
948
PointI
pointi2
= pointi1 / 1.0f;
HWTEST_F()
local
963
PointI
pointi2
= pointi1 / 2.0f;
HWTEST_F()
local
978
PointI
pointi2
= +pointi1;
HWTEST_F()
local
993
PointI
pointi2
= +pointi1;
HWTEST_F()
local
1008
PointI
pointi2
= -pointi1;
HWTEST_F()
local
1023
PointI
pointi2
= -pointi1;
HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/point_fuzzer/
H
A
D
point_fuzzer.cpp
122
PointI
pointi2
= PointI(pointi1);
in PointFuzzTest003()
local
124
pointi = pointi1 +
pointi2
;
in PointFuzzTest003()
125
pointi = pointi1 -
pointi2
;
in PointFuzzTest003()
126
pointi = scale *
pointi2
;
in PointFuzzTest003()
Completed in 2 milliseconds