Home
last modified time | relevance | path

Searched refs:animatedDrawableDescriptor (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddrawable_descriptor.cpp53 drawableDescriptor->animatedDrawableDescriptor = in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
85 CHECK_NULL_VOID(drawableDescriptor->animatedDrawableDescriptor); in OH_ArkUI_DrawableDescriptor_SetAnimationDuration()
86 drawableDescriptor->animatedDrawableDescriptor->SetDuration(duration); in OH_ArkUI_DrawableDescriptor_SetAnimationDuration()
92 CHECK_NULL_RETURN(drawableDescriptor->animatedDrawableDescriptor, -1); in OH_ArkUI_DrawableDescriptor_GetAnimationDuration()
93 return drawableDescriptor->animatedDrawableDescriptor->GetDuration(); in OH_ArkUI_DrawableDescriptor_GetAnimationDuration()
100 CHECK_NULL_VOID(drawableDescriptor->animatedDrawableDescriptor); in OH_ArkUI_DrawableDescriptor_SetAnimationIteration()
101 drawableDescriptor->animatedDrawableDescriptor->SetIterations(iteration); in OH_ArkUI_DrawableDescriptor_SetAnimationIteration()
107 CHECK_NULL_RETURN(drawableDescriptor->animatedDrawableDescriptor, 1); in OH_ArkUI_DrawableDescriptor_GetAnimationIteration()
108 return drawableDescriptor->animatedDrawableDescriptor->GetIterations(); in OH_ArkUI_DrawableDescriptor_GetAnimationIteration()
H A Dnode_extened.h125 std::shared_ptr<OHOS::Ace::Napi::AnimatedDrawableDescriptor> animatedDrawableDescriptor; member
H A Dnative_node_napi.cpp181 drawable->animatedDrawableDescriptor = std::make_shared<OHOS::Ace::Napi::AnimatedDrawableDescriptor>( in OH_ArkUI_GetDrawableDescriptorFromNapiValue()
H A Dstyle_modifier.cpp9809 !drawableDescriptor->animatedDrawableDescriptor) { in SetImageSrc()
9814 } else if (drawableDescriptor->animatedDrawableDescriptor) { in SetImageSrc()
9815 return SetPixelMapArraySrc(node, drawableDescriptor->animatedDrawableDescriptor); in SetImageSrc()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h133 static void SetPixelMapArray(FrameNode* frameNode, void* animatedDrawableDescriptor);
H A Dimage_model_ng.cpp576 void ImageModelNG::SetPixelMapArray(FrameNode* frameNode, void* animatedDrawableDescriptor) in SetPixelMapArray() argument
579 CHECK_NULL_VOID(animatedDrawableDescriptor); in SetPixelMapArray()
583 if (!PixelMap::GetPxielMapListFromAnimatedDrawable(animatedDrawableDescriptor, pixelMaps, duration, iterations)) { in SetPixelMapArray()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp720 void SetPixelMapArray(ArkUINodeHandle node, void* animatedDrawableDescriptor) in SetPixelMapArray() argument
724 ImageModelNG::SetPixelMapArray(frameNode, animatedDrawableDescriptor); in SetPixelMapArray()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h786 void (*setPixelMapArray)(ArkUINodeHandle node, void* animatedDrawableDescriptor);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2305 void (*setPixelMapArray)(ArkUINodeHandle node, void* animatedDrawableDescriptor);

Completed in 62 milliseconds