Home
last modified time | relevance | path

Searched refs:GetDrawableType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrawable_descriptor_test.cpp264 auto res = drawableDescriptor.GetDrawableType();
291 auto res = layeredDrawableDescriptor.GetDrawableType();
310 auto res = animatedDrawable->GetDrawableType();
494 auto res = animatedDrawable->GetDrawableType();
523 auto res = animatedDrawable->GetDrawableType();
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.h71 virtual DrawableType GetDrawableType();
127 DrawableType GetDrawableType() override;
216 DrawableType GetDrawableType() override;
H A Ddrawable_descriptor.cpp235 DrawableDescriptor::DrawableType DrawableDescriptor::GetDrawableType() in GetDrawableType() function in OHOS::Ace::Napi::DrawableDescriptor
732 DrawableDescriptor::DrawableType LayeredDrawableDescriptor::GetDrawableType() in GetDrawableType() function in OHOS::Ace::Napi::LayeredDrawableDescriptor
799 DrawableDescriptor::DrawableType AnimatedDrawableDescriptor::GetDrawableType() in GetDrawableType() function in OHOS::Ace::Napi::AnimatedDrawableDescriptor
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp133 auto drawableType = drawable->GetDrawableType(); in GetPxielMapListFromAnimatedDrawable()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp187 auto drawableType = descriptor->GetDrawableType(); in OH_ArkUI_GetDrawableDescriptorFromNapiValue()