Home
last modified time | relevance | path

Searched refs:GetIterations (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp340 EXPECT_EQ(animatedDrawable->GetIterations(), 1);
355 EXPECT_EQ(animatedDrawable->GetIterations(), 1);
534 EXPECT_EQ(animatedDrawable->GetIterations(), 1);
755 ret = animatedDrawable->GetIterations();
758 ret = animatedDrawable->GetIterations();
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddrawable_descriptor.cpp110 return drawableDescriptor->animatedDrawableDescriptor->GetIterations(); in OH_ArkUI_DrawableDescriptor_GetAnimationIteration()
H A Dnative_node_napi.cpp194 int32_t iteration = animatedDrawable->GetIterations(); in OH_ArkUI_GetDrawableDescriptorFromNapiValue()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp143 iterations = animatedDrawable->GetIterations(); in GetPxielMapListFromAnimatedDrawable()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.h219 int32_t GetIterations();
H A Ddrawable_descriptor.cpp817 int32_t AnimatedDrawableDescriptor::GetIterations() in GetIterations() function in OHOS::Ace::Napi::AnimatedDrawableDescriptor