Searched refs:animatedDrawableDescriptor (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | drawable_descriptor.cpp | 55 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 D | node_extened.h | 125 std::shared_ptr<OHOS::Ace::Napi::AnimatedDrawableDescriptor> animatedDrawableDescriptor; member
|
H A D | native_node_napi.cpp | 195 …drawable->animatedDrawableDescriptor = std::make_shared<OHOS::Ace::Napi::AnimatedDrawableDescripto… in OH_ArkUI_GetDrawableDescriptorFromNapiValue()
|
H A D | style_modifier.cpp | 9849 !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 D | image_model_ng.h | 136 static void SetPixelMapArray(FrameNode* frameNode, void* animatedDrawableDescriptor);
|
H A D | image_model_ng.cpp | 585 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 D | node_image_modifier.cpp | 654 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 D | cjui_api.h | 770 void (*setPixelMapArray)(ArkUINodeHandle node, void* animatedDrawableDescriptor);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2299 void (*setPixelMapArray)(ArkUINodeHandle node, void* animatedDrawableDescriptor);
|