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:GetOperations
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
animatable_transform_operation.h
78
const std::vector<AnimatableTransformOperation>&
GetOperations
() const
in GetOperations()
function in OHOS::Ace::final
137
TransformOperations::ParseOperationsToMatrix(blended.
GetOperations
());
in ComputerBlendedMatrix4()
154
TransformOperations::ParseOperationsToMatrix(target.
GetOperations
());
in PlayTransformAnimation()
163
operations_ = value.
GetOperations
();
/foundation/arkui/ace_engine/test/unittest/base/
H
A
D
transform_util_test.cpp
244
ASSERT_EQ(result.
GetOperations
().size(), operations.size());
in HWTEST_F()
245
EXPECT_EQ(result.
GetOperations
()[0].translateOperation_, TranslateOperation());
in HWTEST_F()
246
EXPECT_EQ(result.
GetOperations
()[1].scaleOperation_, ScaleOperation());
in HWTEST_F()
247
EXPECT_EQ(result.
GetOperations
()[2].skewOperation_, SkewOperation());
in HWTEST_F()
248
EXPECT_EQ(result.
GetOperations
()[3].rotateOperation_, RotateOperation());
in HWTEST_F()
249
EXPECT_EQ(result.
GetOperations
()[4].perspectiveOperation_, PerspectiveOperation());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
transform_util.h
185
std::vector<TransformOperation>&
GetOperations
()
in GetOperations()
function in OHOS::Ace::TransformOperations
190
const std::vector<TransformOperation>&
GetOperations
() const
in GetOperations()
function in OHOS::Ace::TransformOperations
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
motion_path_evaluator.cpp
125
result.
GetOperations
().push_back(rotation);
in Evaluate()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
inspector_composed_element.cpp
1017
for (const auto& operation : render->GetTransformEffects().
GetOperations
()) {
in GetRotate()
1039
for (const auto& operation : render->GetTransformEffects().
GetOperations
()) {
in GetScale()
1060
for (const auto& operation : render->GetTransformEffects().
GetOperations
()) {
in GetTransform()
1083
for (const auto& operation : render->GetTransformEffects().
GetOperations
()) {
in GetTranslate()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H
A
D
render_transform.cpp
346
ParseTransformEffects(transformEffects_.
GetOperations
(), transform_);
in UpdateTransform()
Completed in 7 milliseconds