Searched defs:interpolation (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_paint_method.h | 37 ImageInterpolation interpolation = ImageInterpolation::NONE; member
|
H A D | image_model_ng.cpp | 458 void ImageModelNG::SetImageInterpolation(ImageInterpolation interpolation) in SetImageInterpolation() argument 755 void ImageModelNG::SetImageInterpolation(FrameNode *frameNode, ImageInterpolation interpolation) in SetImageInterpolation() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/mock/ |
H A D | cj_image_ffi.cpp | 32 void FfiOHOSAceFrameworkImageSetInterpolation(int32_t interpolation) {} in FfiOHOSAceFrameworkImageSetInterpolation() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_ffi.cpp | 119 void FfiOHOSAceFrameworkImageSetInterpolation(int32_t interpolation) in FfiOHOSAceFrameworkImageSetInterpolation() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image.cpp | 578 auto interpolation = static_cast<ImageInterpolation>(imageInterpolation); in SetImageInterpolation() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 407 bool GetAnimationInterpolation(string_view interpolation, AnimationInterpolation& out) in GetAnimationInterpolation() argument 607 string_view GetAnimationInterpolation(AnimationInterpolation interpolation) in GetAnimationInterpolation() argument
|
H A D | gltf2_data_structures.h | 731 AnimationInterpolation interpolation; member
|
H A D | gltf2_exporter.cpp | 173 GLTF2::AnimationInterpolation GetAnimationInterpolation(AnimationTrackComponent::Interpolation interpolation) in GetAnimationInterpolation() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 415 auto interpolation = static_cast<Ace::ImageInterpolation>(value); in SetImageInterpolation() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 296 void Interpolate(const AnimationSystem::InterpolationData& interpolation, array_view<const uint8_t> frameValues, in Interpolate() argument 331 Interpolate(const AnimationSystem::InterpolationData& interpolation, array_view<const uint8_t> frameValues, const InitialTransformComponent& initialValue, InitialTransformComponent& animatedValue) Interpolate() argument 371 AnimateArray(const AnimationSystem::InterpolationData& interpolation, array_view<const uint8_t> frameValues, const InitialTransformComponent& initialValue, InitialTransformComponent& animatedValue) AnimateArray() argument [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11092 auto interpolation = fullImpl->getNodeModifiers()->getImageModifier()->getImageInterpolation(node->uiNodeHandle); in GetInterpolation() local
|
Completed in 45 milliseconds