Searched refs:BlendInner (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 241 BlendInner(Create(ret.type_), from, progress, ret); in Blend() 244 BlendInner(to, Create(ret.type_), progress, ret); in Blend() 247 BlendInner(to, from, progress, ret); in Blend() 283 void TransformOperation::BlendInner( in BlendInner() function in OHOS::Ace::TransformOperation 370 to.BlendInner(from, progress, result); in Blend() 438 void TransformOperations::BlendInner(const TransformOperations& from, float progress, TransformOper… in BlendInner() function in OHOS::Ace::TransformOperations
|
H A D | transform_util.h | 168 static void BlendInner( 224 … void BlendInner(const TransformOperations& from, float progress, TransformOperations& out) const;
|