Home
last modified time | relevance | path

Searched refs:GetPropertyParams (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value.h36 virtual EnginePropertyParams GetPropertyParams() const = 0; in META_BEGIN_NAMESPACE()
69 EnginePropertyParams GetPropertyParams() const override; in META_BEGIN_NAMESPACE()
H A Dengine_value.cpp93 EnginePropertyParams EngineValue::GetPropertyParams() const in GetPropertyParams() function in Internal::EngineValue
H A Dengine_value_manager.cpp129 auto params = i->GetPropertyParams(); in ConstructValues()