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:transform2
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/utils/test/unittest/
H
A
D
window_helper_test.cpp
247
Transform
transform2
;
in HWTEST_F()
local
248
WindowHelper::GetTransformFromWorldMat4(mat1, rect2,
transform2
);
in HWTEST_F()
249
TransformHelper::Vector3 pivotPos2 = { rect2.posX_ +
transform2
.pivotX_ * rect2.width_,
in HWTEST_F()
250
rect2.posY_ +
transform2
.pivotY_ * rect2.height_, 0 };
in HWTEST_F()
252
mat2 *= WindowHelper::ComputeWorldTransformMat4(
transform2
);
in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
buffer_client_producer_remote_test.cpp
432
GraphicTransformType
transform2
= GraphicTransformType::GRAPHIC_ROTATE_NONE;
in HWTEST_F()
local
433
ASSERT_EQ(bp->GetTransform(
transform2
), OHOS::GSERROR_OK);
in HWTEST_F()
434
ASSERT_EQ(transform,
transform2
);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
transform_util_test.cpp
356
Matrix4
transform2
= Matrix4::CreateScale(0.0f, 0.0f, 0.0f);
in HWTEST_F()
local
357
TransformUtil::DecomposeTransform(out,
transform2
);
in HWTEST_F()
Completed in 3 milliseconds