Searched defs:Blend (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_data.cpp | 21 Dimension AnimatableData<Dimension>::Blend( in Blend() function in OHOS::Ace::AnimatableData 33 Color AnimatableData<Color>::Blend( in Blend() function in OHOS::Ace::AnimatableData 48 BorderStyle AnimatableData<BorderStyle>::Blend(const BorderStyle& start, const BorderStyle& end, fl… in Blend() function in OHOS::Ace::AnimatableData 57 Shadow AnimatableData<Shadow>::Blend(const Shadow& start, const Shadow& end, float process) in Blend() function in OHOS::Ace::AnimatableData 63 BackgroundImageSize AnimatableData<BackgroundImageSize>::Blend( in Blend() function in OHOS::Ace::AnimatableData
|
H A D | animatable_data.h | 32 static T Blend(const T& start, const T& end, float process) in Blend() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | shadow.cpp | 23 Shadow Shadow::Blend(const Shadow& to, const Shadow& from, float progress) in Blend() function in OHOS::Ace::Shadow
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 173 TranslateOperation TranslateOperation::Blend( in Blend() function in OHOS::Ace::TranslateOperation 186 ScaleOperation ScaleOperation::Blend(const ScaleOperation& to, const ScaleOperation& from, float pr… in Blend() function in OHOS::Ace::ScaleOperation 197 SkewOperation SkewOperation::Blend(const SkewOperation& to, const SkewOperation& from, float progre… in Blend() function in OHOS::Ace::SkewOperation 207 RotateOperation RotateOperation::Blend(const RotateOperation& to, const RotateOperation& from, floa… in Blend() function in OHOS::Ace::RotateOperation 225 PerspectiveOperation PerspectiveOperation::Blend( in Blend() function in OHOS::Ace::PerspectiveOperation 233 TransformOperation TransformOperation::Blend( in Blend() function in OHOS::Ace::TransformOperation 366 TransformOperations TransformOperations::Blend( in Blend() function in OHOS::Ace::TransformOperations
|