Home
last modified time | relevance | path

Searched refs:ParseOperationsToMatrix (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_transform_operation.h137 TransformOperations::ParseOperationsToMatrix(blended.GetOperations()); in ComputerBlendedMatrix4()
153 TransformOperations::ParseOperationsToMatrix(operations_);
154 TransformOperations::ParseOperationsToMatrix(target.GetOperations());
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h174 static void ParseOperationsToMatrix(std::vector<TransformOperation>& operations);
H A Dtransform_util.cpp391 void TransformOperations::ParseOperationsToMatrix(std::vector<TransformOperation>& operations) in ParseOperationsToMatrix() function in OHOS::Ace::TransformOperations
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp220 TransformOperations::ParseOperationsToMatrix(operations);