Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h73 static constexpr BASE_NS::string_view LAYER_COMPONENT_NAME = "LayerComponent"; variable
74 static constexpr size_t LAYER_COMPONENT_NAME_LEN = LAYER_COMPONENT_NAME.size() + 1;
H A Dnode_impl.cpp283 PropertyNameMask()[LAYER_COMPONENT_NAME] = { LAYER_MASK.substr(LAYER_COMPONENT_NAME_LEN) }; in Build()