Home
last modified time | relevance | path

Searched refs:GetInterpolation (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp41 …terpolation", [](const ImageComposedElement& inspector) { return inspector.GetInterpolation(); } }, in __anon474b30df0602()
56 DumpLog::GetInstance().AddDesc(std::string("interpolation: ").append(GetInterpolation())); in Dump()
152 std::string ImageComposedElement::GetInterpolation() const in GetInterpolation() function in OHOS::Ace::V2::ImageComposedElement
H A Dimage_composed_element.h40 std::string GetInterpolation() const;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp49 float zoom = (currentZoom + (targetZoom - currentZoom) * GetInterpolation(time)); in GetZoomArray()
98 float CubicBezier::GetInterpolation(const float& input) in GetInterpolation() function in OHOS::CameraStandard::CubicBezier
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/smooth_zoom/
H A Dcubic_bezier.h40 static float GetInterpolation(const float& input);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h122 static ImageInterpolation GetInterpolation(FrameNode* frameNode);
H A Dimage_model_ng.cpp880 ImageInterpolation ImageModelNG::GetInterpolation(FrameNode* frameNode) in GetInterpolation() function in OHOS::Ace::NG::ImageModelNG
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp743 int GetInterpolation(const AntiAliasingOption &option) in GetInterpolation() function
963 pixelFormat, GetInterpolation(option), nullptr, nullptr, nullptr); in ScalePixelMapEx()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp372 return static_cast<int32_t>(ImageModelNG::GetInterpolation(frameNode)); in GetImageInterpolation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1627 auto imageInterpolation = ImageModelNG::GetInterpolation(frameNode); in ImageModelNGTest001_MixedProperties01()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp11129 const ArkUI_AttributeItem* GetInterpolation(ArkUI_NodeHandle node) in GetInterpolation() function
13152 …static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColo… in GetImageAttribute()