Searched refs:GetInterpolation (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.cpp | 41 …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 D | image_composed_element.h | 40 std::string GetInterpolation() const;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/ |
H A D | cubic_bezier.cpp | 49 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 D | cubic_bezier.h | 40 static float GetInterpolation(const float& input);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.h | 122 static ImageInterpolation GetInterpolation(FrameNode* frameNode);
|
H A D | image_model_ng.cpp | 880 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 D | post_proc.cpp | 743 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 D | node_image_modifier.cpp | 372 return static_cast<int32_t>(ImageModelNG::GetInterpolation(frameNode)); in GetImageInterpolation()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testone_ng.cpp | 1627 auto imageInterpolation = ImageModelNG::GetInterpolation(frameNode); in ImageModelNGTest001_MixedProperties01()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11129 const ArkUI_AttributeItem* GetInterpolation(ArkUI_NodeHandle node) in GetInterpolation() function 13152 …static Getter* getters[] = { GetImageSrc, GetObjectFit, GetInterpolation, GetObjectRepeat, GetColo… in GetImageAttribute()
|