Home
last modified time | relevance | path

Searched refs:altDrawableDescriptor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h50 void* altDrawableDescriptor = nullptr; member
H A Dstyle_modifier.cpp9990 node->altDrawableDescriptor = drawableDescriptor; in SetAlt()
9996 node->altDrawableDescriptor = nullptr; in SetAlt()
11180 if (node->altDrawableDescriptor) { in GetAlt()
11181 g_attributeItem.object = node->altDrawableDescriptor; in GetAlt()