Home
last modified time | relevance | path

Searched refs:ComputerRemaining (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_transform_operation.h138 return blended.ComputerRemaining(0); in ComputerBlendedMatrix4()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp454 fromTransformOperation.matrix4_ = from.ComputerRemaining(matchPrefix); in BlendInner()
457 toTransformOperation.matrix4_ = ComputerRemaining(matchPrefix); in BlendInner()
462 Matrix4 TransformOperations::ComputerRemaining(std::size_t startOffset) const in ComputerRemaining() function in OHOS::Ace::TransformOperations
H A Dtransform_util.h195 Matrix4 ComputerRemaining(std::size_t startOffset) const;