Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddrawable_descriptor.cpp55 drawableDescriptor->animatedDrawableDescriptor = in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
87 CHECK_NULL_VOID(drawableDescriptor->animatedDrawableDescriptor); in OH_ArkUI_DrawableDescriptor_SetAnimationDuration()
88 drawableDescriptor->animatedDrawableDescriptor->SetDuration(duration); in OH_ArkUI_DrawableDescriptor_SetAnimationDuration()
94 CHECK_NULL_RETURN(drawableDescriptor->animatedDrawableDescriptor, -1); in OH_ArkUI_DrawableDescriptor_GetAnimationDuration()
95 return drawableDescriptor->animatedDrawableDescriptor->GetDuration(); in OH_ArkUI_DrawableDescriptor_GetAnimationDuration()
102 CHECK_NULL_VOID(drawableDescriptor->animatedDrawableDescriptor); in OH_ArkUI_DrawableDescriptor_SetAnimationIteration()
103 drawableDescriptor->animatedDrawableDescriptor->SetIterations(iteration); in OH_ArkUI_DrawableDescriptor_SetAnimationIteration()
109 CHECK_NULL_RETURN(drawableDescriptor->animatedDrawableDescriptor, 1); in OH_ArkUI_DrawableDescriptor_GetAnimationIteration()
110 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.cpp195 …drawable->animatedDrawableDescriptor = std::make_shared<OHOS::Ace::Napi::AnimatedDrawableDescripto… in OH_ArkUI_GetDrawableDescriptorFromNapiValue()
H A Dstyle_modifier.cpp9849 !drawableDescriptor->animatedDrawableDescriptor) { in SetImageSrc()
9854 } else if (drawableDescriptor->animatedDrawableDescriptor) { in SetImageSrc()
9855 return SetPixelMapArraySrc(node, drawableDescriptor->animatedDrawableDescriptor); in SetImageSrc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.h136 static void SetPixelMapArray(FrameNode* frameNode, void* animatedDrawableDescriptor);
H A Dimage_model_ng.cpp585 void ImageModelNG::SetPixelMapArray(FrameNode* frameNode, void* animatedDrawableDescriptor) in SetPixelMapArray() argument
588 CHECK_NULL_VOID(animatedDrawableDescriptor); in SetPixelMapArray()
592 …if (!PixelMap::GetPxielMapListFromAnimatedDrawable(animatedDrawableDescriptor, pixelMaps, duration… in SetPixelMapArray()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp654 void SetPixelMapArray(ArkUINodeHandle node, void* animatedDrawableDescriptor) in SetPixelMapArray() argument
658 ImageModelNG::SetPixelMapArray(frameNode, animatedDrawableDescriptor); in SetPixelMapArray()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h770 void (*setPixelMapArray)(ArkUINodeHandle node, void* animatedDrawableDescriptor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2299 void (*setPixelMapArray)(ArkUINodeHandle node, void* animatedDrawableDescriptor);